**** BEGIN LOGGING AT Fri Mar 15 02:59:58 2013 Mar 15 05:11:09 automatic de-ANSI-fication support has been removed Mar 15 05:11:19 configuration error Mar 15 06:43:21 when we build any module ,cloned source will be stored in downloads folder (in archieve format)...when i build the same module again after some days, will it fetch the latest source ?? Mar 15 07:31:03 boost1_: yes Mar 15 07:32:22 there are occasions when you need to clean the git stuff from downloads and make it clone again, but mostly it does what it should Mar 15 08:09:10 What is removing a subtree while building a package? Mar 15 09:07:17 morning all Mar 15 09:22:59 if we didnt clean the git stuff grom downloads then which source code our module will take.?? Mar 15 09:23:48 boost1_: it will use SRCREV of your recipe Mar 15 09:24:05 ok Mar 15 09:24:18 if that is 'floating' (take latest) it will take the latest.. if it is a commit, the commit will be used Mar 15 09:25:33 so we can set SRC_URI to use floating value (for latest)... Mar 15 09:26:22 ?? Mar 15 09:35:54 boost1_: no, not SRC_URI.. SRCREV Mar 15 09:35:55 if I create a bbappend and one already exists for the package in another layer that is modifying the recipe in the same place do I need to copy the contents of that existing layer into mine? Mar 15 09:48:21 morning all Mar 15 09:53:58 zecke: hi Mar 15 09:54:19 about ROOT_FLASH_SIZE Mar 15 09:55:11 there are still old limited devics around ;) Mar 15 09:56:44 ant_work: well, it annoyed me because I tried to increase the size of my ubifs and I failed miserably. :) Mar 15 09:56:45 fwiw creating ubifs images I get an error from mkfs.ubifs because there are not enough blocks on device Mar 15 09:57:04 I'm thinking about a way to trigger it before do_rootfs Mar 15 09:58:58 ..but the final size of i.e. core-image-base is variable..depending on the daily dose of bloat the day you build it :) Mar 15 10:04:16 zecke: note that you don't get the build error for jffs2 images Mar 15 10:05:02 it's only ubifs needing deep knowledge of the PEBs Mar 15 10:19:49 ant_work: well, as hrw reminded me.. ROOT_FLASH_SIZE is badly named. it is like a 'profile' to drop some dependenices Mar 15 10:20:15 ant_work: I agree that it should fail if the given MAX_FLASH_SIZE is higher than the current rootfs Mar 15 10:20:41 MACHINE_FLASH_SIZE maybe? Mar 15 10:21:14 for my ubi/nand problem.. somehow I am too stupid to have my ubifs expand to the ubi size on flashing.. e.g. I have a 30mb image that when flashed has some space free but not the size i wanted/needed. :} Mar 15 10:27:38 hello Mar 15 10:29:51 zecke: try with ubimkvol so you can adjust th esize. then ubiupdatevol Mar 15 10:33:14 ant_work: the ubinize.cfg generated by OE already has autoresize.. I wondered if u-boot or online resizing would work Mar 15 10:33:23 ubimkvol /dev/ubiX -N volume_name -s 30MiB or ubimkvol /dev/ubi0 -N volume_name -m for full size Mar 15 10:36:05 i'm gettin do_rootfs error Mar 15 10:36:45 cannot satisfy_dependencies_for: Cannot satisfy the following dependencies for packagegroup-webos-boot Mar 15 10:40:48 i'm running an image where i've included the modules, all the modules are successfully built Mar 15 10:41:11 but the final do_rootfs function failing Mar 15 10:43:04 oe-core: can you change nickname to something more sane? Mar 15 10:49:44 http://pastebin.com/CFHpnCFh - does someone know why eglibc got selected as provider? Mar 15 10:50:00 next time for sure, but can u help with the error for now Mar 15 10:50:06 PREF_PROV is set properly by tcmode-external-linaro Mar 15 10:50:27 oe-core: does it listed missing deps? Mar 15 10:50:41 no Mar 15 10:50:57 Collected errors: | * satisfy_dependencies_for: Cannot satisfy the following dependencies for packagegroup-webos-boot: | * gtest * gmock * | * opkg_install_cmd: Cannot install package packagegroup-webos-boot. Mar 15 10:51:08 the above is the exact error Mar 15 10:51:14 so you lack gtest and gmock packages in repository Mar 15 10:51:53 actually the modules are built, i built them individually Mar 15 10:52:31 in image folder the libraries and executables are installed, Mar 15 10:53:07 but when do_rootfs is running, its throwing this error Mar 15 10:54:22 oe-core: so you have them in deploy/ipk/ subdirs? and teir dependencies as well? Mar 15 10:55:56 yes i've both dbg and dev packages Mar 15 10:56:03 hrw: FYI https://github.com/codehelp/klibc-aarch64 Mar 15 10:56:10 for both gtest and gmock Mar 15 10:56:31 ant_work: I know. have it on a list to merge Mar 15 10:56:53 oe-core: and they are for target arch or 'all'? Mar 15 10:57:13 target arch Mar 15 10:59:05 i'm building for target arch Mar 15 11:32:24 same problem with external sourcery toolchain ;( Mar 15 11:34:49 hrw: second attempt to get Ubuntu on Chromebook :-D Mar 15 11:35:20 XorA: internal or sd? Mar 15 11:35:27 hrw: Internal broke Mar 15 11:35:35 hrw: currently making recovery SD Mar 15 11:35:59 hrw: I used ChrUbuntu then your upgrade instructions, but plythouth crashes leaving device soft bricked Mar 15 11:36:46 fun is that it just work for me Mar 15 11:37:02 hrw: internal? Mar 15 11:37:05 yes Mar 15 11:37:24 hrw: bizarre Mar 15 11:37:48 hrw: maybe I messed up the cmdline or did kernel to wrong partition for internal? Mar 15 11:38:06 hrw: your blog post is of course for SD so I improvised Mar 15 11:42:55 XorA: make STATE partition smaller, enlarge KERN-C and ROOT-C Mar 15 11:42:58 reboot Mar 15 11:43:23 format ROOT-C, put ubuntu on it, chroot into ubuntu, fetch kernel, sign it, put in KERN-C Mar 15 11:43:51 XorA: take SD card, put ubuntu kernel on it (with cmdline to boot from internal), reboot, press ctrl-u Mar 15 11:44:08 hrw: that is effectively what I did, so I either typoed the cmdline or hit some other bug, ogra_ did give me a work around, but I had forgotted to enable usb boot so cant get access Mar 15 11:44:12 XorA: if it works then change priority for internal so KERN-C will be first checked Mar 15 11:44:20 XorA: auć Mar 15 11:49:27 hrw: its a nice device though and ChrUbuntu before I broke it was pretty nippy Mar 15 16:20:13 in www.yoctoproject.org, I don't find the doc about oe, where is it? Mar 15 16:39:42 noin Mar 15 22:52:27 is there an example of a recipe modifying inittab? Mar 15 23:20:45 not sure, but I do it in my image rootfs_postprocess function Mar 15 23:21:05 ie, add a line for the rear console port Mar 15 23:26:00 mr_science: thanks, I have an optional package Mar 16 01:05:04 anyone open for a position in CA for yocto/oe, linux, etc... pvt me **** ENDING LOGGING AT Sat Mar 16 02:59:58 2013