**** BEGIN LOGGING AT Tue Jan 28 02:59:59 2014 Jan 28 03:17:53 ERROR: Fetcher failure: Unable to find revision 6822ec76aa95f278195aeae59d4868ef224d7e4d in branch cross_prelink even from upstream Jan 28 03:19:49 does the branch and commit still exist upstream? Jan 28 03:20:15 i had a couple libimobiledevice branches just disappear one night... Jan 28 03:20:21 not sure, this is on a new fetch Jan 28 03:20:29 like they were never there Jan 28 03:20:33 rebasing that repo would be really anti-social Jan 28 03:20:50 the commits appeared on master, but there was no merge commit Jan 28 03:21:08 and the branch was just gone Jan 28 03:21:58 weird Jan 28 03:22:12 that kind of workflow in public repos baffles me... Jan 28 03:22:15 http://git.yoctoproject.org/cgit/cgit.cgi/prelink-cross/log/?h=cross_prelink Jan 28 03:22:30 it is there Jan 28 03:22:56 sure is Jan 28 03:23:04 try it again? Jan 28 03:23:33 yeah it is there Jan 28 03:23:40 just checked it out on build machine Jan 28 03:23:46 the git fetcher wants to ls-remote all git src_uris at the start of a build Jan 28 03:24:05 at least in classic... i'm assuming that's still the same... Jan 28 03:24:57 I need to chat with some peopl einsidde the network there Jan 28 03:27:27 Crofton|work: whats is your git version Jan 28 03:28:13 http://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html#required-git-tar-and-python-versions Jan 28 03:28:29 if its < 1.7.5 then you are in trouble Jan 28 03:33:52 git version 1.7.7.6 Jan 28 03:33:57 hmm Jan 28 03:34:03 whats your build host OS Jan 28 03:34:22 F16 Jan 28 03:34:51 looks like fischerm will get his wish and build move to "faster machine Jan 28 03:35:56 ok show me bitbake -e output Jan 28 03:36:02 espeicially ASSUME_PROVIDED Jan 28 03:37:49 loads of stuff Jan 28 03:37:52 grepping Jan 28 03:37:59 may give up and use another machine Jan 28 03:38:07 ASSUME_PROVIDED="bzip2-native chrpath-native git-native grep-native diffstat-native patch-native perl-native-runtime python-native-runtime tar-native virtual/libintl-native " Jan 28 03:38:57 I was hoping to get a little more use out of this machine, but have alrady ad to do some band aiding Jan 28 03:41:55 Crofton|work: install the buildtools tarball Jan 28 03:42:03 Crofton|work: are you building dora ? Jan 28 03:42:04 or master Jan 28 03:42:23 master Jan 28 03:42:30 hmmm ok Jan 28 03:42:37 angstrom Jan 28 03:42:42 I need to be careful with this machine, it builds stuff for product Jan 28 03:42:54 ah i see Jan 28 03:42:55 I can try a modern lachine tomorrow Jan 28 03:43:21 F16 is old enough Jan 28 03:43:22 or look into buildtools in a non system dir Jan 28 03:43:25 yeah Jan 28 03:43:29 I need to fall over now Jan 28 03:43:33 thanks for the help Jan 28 03:43:34 debian/ubuntu or gentoo-x86 would be my choice Jan 28 03:43:53 I'm not a member of those cults :) Jan 28 03:44:17 hopefully gentoo-x86_64/multilib shortly Jan 28 03:44:30 what is tar version Jan 28 03:46:10 if its < 1.24 then again you are in trouble Jan 28 04:07:22 buildtools tarball works pretty well, i use it to do builds on centos5 & centos6. still a couple hiccups, but getting there Jan 28 04:08:27 kergoth: howdy Jan 28 04:08:33 hey Jan 28 04:08:34 centos5 ? Jan 28 04:08:55 dinosaurs died long ago Jan 28 04:08:56 its handy when you want run-everywhere native/cross sstates Jan 28 04:09:48 don't actually try to do much on it, just use a chroot for the build itself Jan 28 04:11:37 hmm Jan 28 04:12:12 I generally use nspawn heavily these days Jan 28 04:12:32 I have archlinux as base system and then 4 different containers Jan 28 04:12:49 debian/ubuntu/fedora Jan 28 04:16:51 nice Jan 28 04:17:03 one of these days i need to spend more quality time with docker Jan 28 04:26:53 okay, here goes nuthin' Jan 28 04:27:09 WARNING: Host distribution "Gentoo-n-a" has not been validated ... Jan 28 04:27:46 made a multilib pseudo ebuild so this *should* work Jan 28 04:29:07 won't know until it gets a little ways into the build tho Jan 28 04:59:16 khem`: how do you use nspawn? do you 'boot' the rootfs with -b? do you configure a user or build as root? Jan 28 05:00:37 ndec: boot it and add a user Jan 28 05:00:42 we have a write up Jan 28 05:01:01 i have had issues with booting a non systemd rootfs with nspawn. Jan 28 05:01:09 namely debian.. Jan 28 05:01:12 http://bec-systems.com/site/1029/os-containers-for-build-systems Jan 28 05:01:18 not at all Jan 28 05:01:27 infact debian/wheezy is my main horse Jan 28 05:02:05 khem`: hmm. well i reported this issue: https://bugs.freedesktop.org/show_bug.cgi?id=68370 Jan 28 05:06:21 yes have seen that but creating a systemd service and on stop it would kill -9 it Jan 28 05:06:26 so got around that Jan 28 05:08:39 khem`: hmm. sorry that was wrong link... that's what I wanted to say: https://bugs.freedesktop.org/show_bug.cgi?id=73935 Jan 28 05:13:22 follow our writeup Jan 28 05:13:25 you will be good Jan 28 05:17:41 ndec: by default it boots into level 5 thats the issue you are seeing Jan 28 05:17:57 you should be good if you booted into run level 3 Jan 28 05:18:14 thats what the debian-wheezy.service is doing Jan 28 05:18:18 if you look at my doc Jan 28 05:19:01 ok, will try again. Jan 28 05:19:13 i might have missed something. Jan 28 05:19:52 I looked at the bug you reported Jan 28 05:20:04 and it seems your container was booting into level 5 Jan 28 05:23:44 another trick I do is add a user with same uid and gid and name as its on arch host Jan 28 05:24:01 that way I can seemlessly edit files either inside the container or outside Jan 28 05:24:28 khem`: yes, i do that with schroot too. Jan 28 05:24:42 looking at your page, you don't use -b option to nspawn. Jan 28 05:24:45 debian e.g. has old git and sometimes you might want to use new features e.g. submodule deinit or submodule remote update Jan 28 05:25:16 * khem` is sold on systemd Jan 28 05:25:32 ? Jan 28 05:26:08 want to use it everywhere :) Jan 28 05:26:35 same here... Jan 28 05:26:48 unfortunately, i prefer to use debian for my 'builders'... Jan 28 05:27:19 yeah I do the same although not tied to debian only Jan 28 05:29:12 khem`: so you confirm that with a command like this one "sudo systemd-nspawn -D /work/chroot/wheezy_x86_64/ --bind /home --bind /work --bind /data/ /sbin/init 3" you are able to build anything in OE? no need to mess up with /dev or /proc? Jan 28 05:29:39 i was under the impression that "-bD" was needed Jan 28 05:30:52 yes that setup works fine Jan 28 05:31:08 however I am on archlinux which is uisng systemd 208 Jan 28 05:31:13 so that might be a factor Jan 28 05:31:20 what do you use on base OS ? Jan 28 05:31:49 i am on arch too. Jan 28 05:32:24 i will do some tests. Jan 28 05:34:08 cool Jan 28 06:11:58 khem`: it does have a nice design Jan 28 06:12:09 but what have been the problems with integrating it into oe? Jan 28 08:22:56 good morning Jan 28 08:53:19 morning all Jan 28 08:56:37 hi bl Jan 28 08:56:39 hi mckoan Jan 28 09:00:07 hi woglinde Jan 28 09:03:54 hi woglinde, bluelightning, all Jan 28 11:03:27 hi all Jan 28 11:05:18 hi Phil Jan 28 13:02:45 RP, obviously bitbake needs to monitor system performance and adjust threads/-jN dynamically! Jan 28 13:04:36 Crofton|work: clearly... Jan 28 13:04:49 bitbake most become self aware Jan 28 13:05:40 it must replace systemd Jan 28 13:05:46 rofl Jan 28 13:05:47 http://people.linaro.org/~rikuvoipio/aarch64-talk/#/8 Jan 28 13:06:02 hopefully that is the threads slide :) Jan 28 14:43:20 * kroon enjoys the backlog Jan 28 14:53:42 i wonder bitbake would even allow a recipe to begin with "+".. Jan 28 15:11:07 http://www.yr.no/place/Belgium/Brussels/Brussels/long.html Jan 28 15:15:04 I keep getting confused, is there a tsc meeting today? Jan 28 15:21:51 Crofton|work: better than expected Jan 28 16:33:30 koen: don't think so, unless you think we need to call one Jan 28 17:29:35 hm what was the bitbake command to find out why packages are rebuilded with sstate enabled? Jan 28 17:30:00 looks like in my setup every bitbake call rebuilds all packages Jan 28 17:31:14 bitbake-whatchanged Jan 28 17:33:09 kergoth + the goal? Jan 28 17:35:25 yeah, bitbake-whatchanged core-image-base Jan 28 17:35:26 or whatever Jan 28 17:36:49 hm how the hell rm_work changes? Jan 28 17:37:25 or populate sysroots Jan 28 17:37:41 btw. two following calls without config changes Jan 28 17:37:54 how do I get an initramfs image of type cpio.gz.u-boot or equivalent? I can't figure out the proper inherit and IMAGE_FSTYPES settings Jan 28 17:38:18 woglinde: i usually grep out the Variable changes. otherwise you see every task checksum change down the dep graph Jan 28 17:38:23 which is of limited usefulness Jan 28 17:47:08 I think I figured it out. Type "u-boot" is silently ignored with no warnings or errors, but cpio.gz.u-boot and cpio.u-boot seem to have worked Jan 28 17:57:19 How do I rebuild a recipe from scratch that has sstate files in an upstream sstate mirror? Jan 28 17:57:29 ? Jan 28 17:57:44 -c cleansstate? Jan 28 17:57:50 cleanssstate wont do it Jan 28 17:57:53 itll just re-fetch from the mirror Jan 28 17:57:54 That doesn't work upstream Jan 28 17:58:35 kergoth do you have sstate working at the moment? Jan 28 17:58:49 sr105: you'll have to use -f so that the signatures no longer match Jan 28 17:58:55 Or is the moral of the story, don't push state to the mirror unless you're willing to bump PR next time. Jan 28 17:58:55 sr105: or -C Jan 28 17:59:06 bluelightning: checking Jan 28 17:59:09 sr105: e.g. bitbake -C fetch recipename Jan 28 17:59:52 that'll taint the do_fetch signature and force everything else that depends on that task to re-run (up to the default task for the recipe, in that execution) Jan 28 17:59:54 hm I sill puzzeld Jan 28 18:00:01 whats going wrong here Jan 28 18:00:10 ah, so if I choose a low enough task in the order to invalidate, it should work. Jan 28 18:00:36 sr105: correct... but it doesn't need to be that low, just somewhere before do_populate_sysroot Jan 28 18:01:03 woglinde: sstate archive on an external mirror referenced by SSTATE_MIRRORS cannot be deleted by the build system, so -c cleansstate can't help there Jan 28 18:01:18 I haven't applied an OE patch yet that fixes a race condition with INITRAMFS_BUNDLE. This means that if I tweak my kernel, I have to do a cleansstate to get it to build correctly. Jan 28 18:01:33 bl okay I understood that Jan 28 18:02:05 bluelightning what could the problem for an image to rebuild everythink? at each bitbake call? Jan 28 18:02:13 Is there a way that I could have the hash of my defconfig factor into the recipe signature? Jan 28 18:02:36 already happens Jan 28 18:02:46 any file:// file gets checksummed Jan 28 18:02:50 indeed Jan 28 18:03:11 I'll have to figure out what exactly it was that breaks it and then report back. Jan 28 18:03:22 woglinde: don't know... which branch are you on? Jan 28 18:03:28 dora Jan 28 18:03:35 with archiver stuff backported Jan 28 18:03:37 woglinde: latest dora? Jan 28 18:03:40 and prserver Jan 28 18:04:04 on a related note: what is the purpose/intent of --no-setscene ? Jan 28 18:04:28 sr105: mostly debugging I believe Jan 28 18:04:38 FWIW I've never used it nor felt any inclination to do so Jan 28 18:04:50 I thought from the help that it might be the solution to my sstate problem. Jan 28 18:05:29 i've never used it either Jan 28 18:05:38 It rebuilds *everything* Jan 28 18:05:45 bl I have updated now Jan 28 18:06:09 It implies from the help text that it only builds things that are "needed" skipping sstate. Jan 28 18:07:04 that sentence doesnt make a great deal of sense. what would be needed and what would be not needed? :) Jan 28 18:10:07 *sigh* I forgot what do_populate_sysroot_setscene was for Jan 28 18:10:17 and why it is called at every bitbake call too Jan 28 18:10:21 or occurs Jan 28 18:12:18 its what pulls the sstate archive for that task an dunpacks and it all Jan 28 18:12:22 its run instead of the real task Jan 28 18:12:22 woglinde: if it ever gets called, it's because bitbake thinks (a) an item is not in the sysroot (or what's in the sysroot for the recipe isn't the same) and (b) it's been built before so it can be restored from sstate Jan 28 18:12:24 from an end user POV: the only things needed should be the tasks (setscene or runqueue) that would be run without --no-setscene Jan 28 18:12:49 sr105: the problem is, if a task checksum changes, bitbake rebuilds every task that depends on that task Jan 28 18:12:54 rippling out through the dependency graph Jan 28 18:13:07 at least, thats most likely the issue biting you with taht Jan 28 18:14:04 I meant I can run "bitbake recipe; bitbake recipe -c clean; bitbake recipe --no-setscene" and I would expect it only to run the tasks for recipe, but instead it rebuilds everything Jan 28 18:14:41 i'd just avoid the argument entirely, its of limited usefulness :) but i agree, the semantics of it sound a bit strange Jan 28 18:14:58 hm but why does it run when I call it twice in a row Jan 28 18:15:00 sorry, wasn't intending to argue. Jan 28 18:15:19 woglinde: is it still doing that now you have updated? Jan 28 18:15:36 yes Jan 28 18:15:42 at every bitbake call Jan 28 18:16:05 maybee the image does something wrong Jan 28 18:16:46 woglinde: you have rm_work enabled? Jan 28 18:17:03 I disabled it Jan 28 18:17:06 to test Jan 28 18:17:18 hm Jan 28 18:18:50 to be sure if I builded qemu-native and do bitbake -c clean qemu-native it should use sstate and not rebuild qemu-native right? Jan 28 18:19:14 in the next bitbake qemu-native call Jan 28 18:23:22 woglinde: correct Jan 28 18:24:36 okay hm Jan 28 18:24:53 I tested now with mtd-utils-native Jan 28 18:25:09 when I do bitbake-whatchanged mtd-utils-native Jan 28 18:25:44 I always get pkgconfig-native do_populate_sysroot Jan 28 18:26:03 hm now I did bitbake -c clean pkgconfig-native Jan 28 18:26:12 hm now I did bitbake -c clean mtd-utils-native Jan 28 18:26:24 and bitbake mtd-utils-native Jan 28 18:26:33 mtd-utils-native got rebuilds Jan 28 18:26:43 and bitbake-whatchanged mtd-utils-native shows Jan 28 18:26:50 pkgconfig-native: do_fetch do_compile do_patch do_unpack do_configure do_install do_populate_sysroot Jan 28 18:31:36 rburton, thansk for fixing the numpy host include issue :) Jan 28 18:34:45 hm maybee its the backported archiver stuff trying now Jan 28 18:37:02 hm looks like the archiver stuff causes the problems Jan 28 18:38:13 i love the concept of archiver, but i can't say the implementation impresses me too much :( Jan 28 18:38:42 kergoth: I'd have to agree Jan 28 18:39:05 at least with the most recent changes we're down to a single class Jan 28 18:39:26 yes but looks like it is not working well with sstate Jan 28 18:40:22 what are the chances of installing qt4 and qt4e in the same rootfs? Jan 28 18:41:00 but archivr is a needed feature to solve easy the licenses issus Jan 28 18:41:21 crfoton hm build I think will not work Jan 28 18:41:29 but installing afterwards could work Jan 28 18:44:08 Crofton|work: it should work, but you'll need two sets of apps as well Jan 28 18:44:33 woglinde: try copyleft_compliance.bbclass. its what we use. it runs regardless of whether sstate is in use, and doesn't disrupt any of the sstate checksums for sure Jan 28 18:44:51 loading a card up with possible demo stuff :) Jan 28 18:46:17 kergoth class has inherit archiver Jan 28 18:46:40 woglinde: yes, but it doesn't use it. it just inherits it to use a def'd function Jan 28 18:46:49 hm okay Jan 28 18:47:05 will try it Jan 28 18:47:13 * kergoth wrote copyleft_compliance before archiver existed, and wanted to remove it when archiver came around, but it just wasn't ready for that in his experience Jan 28 18:47:54 okay Jan 28 18:49:24 not perfect, but it does the job of giving you license-filtered sources from recipes, for license compliance, which is all we need at the moment Jan 28 18:49:50 kergoth where does the end up? Jan 28 18:49:55 are they pachted? Jan 28 18:50:19 it gives you the as is sources from SRC_URI, tarball+patches, but also includes a series file Jan 28 18:50:29 license filtered Jan 28 18:50:32 okay Jan 28 18:50:38 sounds good Jan 28 18:51:07 see the COPYLEFT_* variables at the top of archiver.bbclass Jan 28 18:51:25 default sto just shipping gpl/lgpl sources, and not shiping closed/proprietary Jan 28 18:51:52 yes that is okay Jan 28 18:52:14 https://github.com/MentorEmbedded/meta-mentor/blob/master/meta-mel/conf/distro/include/mel.conf#L156-L160 is our slightly more open setup Jan 28 18:54:13 woglinde: okay. it will not archive the patched sources but the original sourcecode + patches and puts them in a dir? Jan 28 18:54:35 from a user point of view it is sad that it worked better in edison than it works dora. :} Jan 28 18:54:53 thats what copyleft_compliance does. archiver is more flexible, but apparently has other issues Jan 28 18:57:25 kergoth: sources+patches. That is what I figured after reading the bbclass. I backported the archiver to edison (a year ago?) and the nice thing is that a user just needs to unpack and does not need to know the order the patches need to be applied. :) Jan 28 18:57:30 kergoth do I need to set the archiver confs or is it just to get more licenses in? Jan 28 18:57:51 woglinde: no need to set the vars unless you want to change the default behavior Jan 28 18:58:14 okay Jan 28 18:58:31 there's a new dir in DEPLOY_DIR for its output Jan 28 18:59:05 woglinde: it should include AGPL* too. Most of OpenBSC/Osmocom is AGPL licensed Jan 28 19:00:10 woglinde: so kergoths include/exclude approach is more sane in this regard Jan 28 19:00:23 yes Jan 28 19:00:35 we need to exclude the firmware Jan 28 19:00:45 depends on how paranoid you are, i think, whether source distribution should be opt-in or opt-out :) Jan 28 19:01:15 what we're really missing now, is license-filtered sstate archive distribution. some of us ship cached binaries, or provide a mirror Jan 28 19:01:20 kergoth: given that archiver.bbclass lacks AGPL* (i assume GPL* doesn't match AGPL..) it is already missing one copyleft license family Jan 28 19:01:28 * kergoth nods Jan 28 19:34:27 hm okay copyleft does not work well in multimachine setup Jan 28 19:34:55 how so? Jan 28 19:35:54 kernel stuff Jan 28 19:36:05 deploy/copyleft_sources/linux-sysmocom-3.10.24+gitAUTOINC+1df50cd88f-r31.3/defconfig Jan 28 19:36:27 only works when kernel versions are diffrent for the machines Jan 28 19:37:25 okay have to go Jan 28 19:37:27 till later Jan 28 19:37:30 maybee Jan 28 20:33:32 the preferred way to create SDK's is using bitbake -c populate_sdk, right ? Jan 28 20:56:32 kroon: afaik, yes Jan 28 21:19:22 mr_science, mkay, thanks Jan 28 21:19:54 no more making fun of OE voting process: http://lwn.net/Articles/582914/ Jan 28 21:20:19 ok, we could have a bad voting proposal Jan 28 21:27:17 i dont get it :-/ Jan 28 21:33:59 kroon: it's a Crofton thing... Jan 28 21:34:44 hehe Jan 28 21:35:00 but back to the SDK question, the only issues i had running populate_sdk on my rpi image were a few unmet deps Jan 28 21:38:38 kroon: here's what i did to fix that: https://github.com/sarnold/meta-alt-desktop-extras/commit/237660e68cb777125058a07c10cc1f60aedeb79f Jan 28 21:39:05 anyone been getting rootfs's with no /sbin/init ? Jan 28 21:40:00 mr_science, ok. i havent seen any problems of that sort myself.. crosses fingers Jan 28 21:40:08 i've been getting completely whacked rootfs lately... Jan 28 21:40:18 hmm, seems like init is messed up Jan 28 21:40:28 missing half the dirs from / Jan 28 21:40:50 the "normal" images with nothing in them build fine Jan 28 21:41:17 x11-core and rpi-basic anyway... Jan 28 21:41:35 my own rpi-xorg image is still completely fubared Jan 28 21:50:33 fark Jan 28 21:50:35 ERROR: Fetcher failure: Unable to find file file://glibconfig-sysdefs.h anywhere. The paths that were searched were: Jan 28 21:52:19 * Crofton|work looks at rburton Jan 28 21:52:35 I had to go back one commit in oe-core ..... Jan 28 21:53:49 my boss just told me I should go to fosdem.. Jan 28 21:53:59 does OE have people there ? Jan 28 21:54:01 * Crofton|work hearts your boos Jan 28 21:54:04 yes Jan 28 21:54:20 cool Jan 28 21:54:22 you can help with the sand :) Jan 28 21:54:26 stand Jan 28 21:54:31 is he paying? Jan 28 21:54:54 yup.. i just wish he would've told me a week ago, so i had a chance to plan :-) Jan 28 21:55:06 where are you? Jan 28 21:55:12 south of sweden Jan 28 21:55:16 ah Jan 28 21:55:24 its a quick ride on the plane though Jan 28 21:55:29 yeah Jan 28 21:55:45 we stay in hotels near the grand place mostly Jan 28 21:55:55 hang on, have you seen our page? Jan 28 21:56:02 no Jan 28 21:56:09 will your boss pay me to go? Jan 28 21:56:22 http://www.openembedded.org/wiki/FOSDEM_2014 Jan 28 21:56:54 mr_science, heh Jan 28 21:57:13 i could be available for the right price... Jan 28 21:57:52 hopefully that helps some Jan 28 21:58:52 rburton, I'm concerned the pkgconfig patch in oe-core breaks builds Jan 28 21:59:34 so what's new? isn't that what pkgconfig is supposed to do? Jan 28 22:00:59 Crofton|work, very cool, i'll see if I can make it. it would be nice to meet some of these IRC names IRL Jan 28 22:01:40 cool Jan 28 22:01:47 if you have questions ask Jan 28 22:01:59 you can take train from airpot into central Brussels Jan 28 22:02:22 I need to do some arm twisting to get more people to help with th estand Jan 28 22:02:36 I'm also involved with the SDR devroom on Sunday Jan 28 22:12:14 dont think I can miss an oppurtunity like this.. Jan 28 22:20:51 hmm, I am nmot getting /sbin/init in /sbin anymore Jan 28 22:20:53 wtf Jan 28 22:21:06 does everything else look normal? Jan 28 22:21:12 yeah Jan 28 22:21:32 and does your build include systemd or no systemd? Jan 28 22:21:39 -rwsr-xr-- root shutdown 11152 ./sbin/halt.sysvinit Jan 28 22:21:39 -rwxr-xr-x root root 34788 ./sbin/hwclock.util-linux Jan 28 22:21:39 -rwxr-xr-x root root 28668 ./sbin/init.sysvinit Jan 28 22:21:39 lrwxrwxrwx root root 11 ./sbin/insmod.kmod -> ../bin/kmod Jan 28 22:21:39 -rwxr-xr-x root root 66532 ./sbin/iwconfig Jan 28 22:21:45 no systemd Jan 28 22:22:44 looks like all you're missing is the init symlink Jan 28 22:23:08 admittedly i'm pulling that out of my ass, but... Jan 28 22:23:20 agreed, where does that come from Jan 28 22:23:31 so maybe the alternative stuff got dorked somehow Jan 28 22:24:03 alternative "processing" should make that symlink afaik Jan 28 22:24:28 * mr_science comes largely from a non-alternative distro Jan 28 22:25:51 * onoffon have used manjaro and it worked out fine with OE Jan 28 22:27:52 hunting Jan 28 22:28:04 by doing core-image minimal builds Jan 28 22:28:19 khem, where does the /sbin/init link come from in images? Jan 28 22:30:05 should be from image.bbclass Jan 28 22:32:06 I am building images with no /sbin/init at the moment :( Jan 28 22:32:45 last change in there was last year Jan 28 22:32:48 Crofton: what khem said Jan 28 22:33:06 i told you where i was pulling from... **** ENDING LOGGING AT Wed Jan 29 02:59:58 2014