**** BEGIN LOGGING AT Fri Feb 06 02:59:59 2015 Feb 06 04:33:45 how do I clean out all tmp/deploy/images? Feb 06 04:34:13 rm -rf tmp/ Feb 06 04:34:25 given you have sstate-cache intact Feb 06 04:34:26 is there a way without dropping all my work? Feb 06 04:38:36 well you can regenerate images Feb 06 04:38:45 if you rm just the deploy dir Feb 06 04:38:46 i.e. keep all the rpms and such? Feb 06 04:38:59 but kernel and bootloaders wont be populated unless you rebuild tem Feb 06 04:39:11 it doesnt take long Feb 06 04:39:14 Khem_, ok, the README in that directory says yocto will shit itself if I do that Feb 06 04:39:25 a rebuild from sstate for me is 7 mins Feb 06 04:39:38 yes Feb 06 04:40:13 ok, I'll hack at it to see what happens are rebuild if I can't get it to work Feb 06 07:01:23 where do I find out what TUNE_FEATURES are supported (my platform is amd64) Feb 06 07:08:51 conf/machine Feb 06 07:09:40 it appears that it is simply the gcc arch commands Feb 06 07:13:27 yes primarily Feb 06 07:20:40 ulf`: got pwm working on the max.. well at least i got the module loaded Feb 06 08:01:46 More and more Linux distributions use python 3.x as default python, but Yocto still uses python 2.7. How to use Yocto with one of those distributions ? Feb 06 08:03:08 Acheloos, add a new python_3... recipe? Feb 06 08:03:35 Acheloos, there are also large differences in python major versions, so be careful Feb 06 08:03:52 so bitbake will run ? Feb 06 08:04:44 there is a project going on for getting bitbake onto python2 Feb 06 08:04:49 you'll need to add a recipe for python _3.X Feb 06 08:04:49 python3 I mean Feb 06 08:05:02 can we found some python3 recipes, or do i have to write them ? Feb 06 08:05:14 ah, I see you wan't to run bitbake on 3.X Feb 06 08:05:22 but its a cross build system and python2 and python3 are well supported on target Feb 06 08:05:44 yeah Feb 06 08:06:21 but i'd like to compil from a station using python3 Feb 06 08:06:36 (like Arch, or Debian Jessie) Feb 06 08:06:43 and it seems tricky Feb 06 08:07:01 Acheloos, I think I'd just tell you to install phyton 2.7 alongside Feb 06 08:07:18 well I use archlinux Feb 06 08:07:18 it doesn't work Feb 06 08:07:37 I create symlink to python in ~/bin Feb 06 08:07:43 tried with manjaro : bitbake calls for python Feb 06 08:07:47 and have ~/bin prepend to my path Feb 06 08:08:03 khem_: can you detail please ? Feb 06 08:08:07 prepend ? Feb 06 08:08:46 khem_: shouldn't bitbake have #!/usr/bin/env python2 instead of just python? Feb 06 08:11:51 see https://github.com/cbrake/oe-build/blob/master/envsetup.sh Feb 06 08:13:12 well yes you could Feb 06 08:14:37 lol Feb 06 08:58:20 hello.. i want to use my own psplash. I created my own distro layer and added psplash append like here: http://paste.ubuntu.com/10088256/ Feb 06 08:58:37 but i still see openembedded psplash, why? Feb 06 09:00:25 i copied from poky/meta-yocto/recipes-core/psplash Feb 06 09:01:28 how to tell bitbake to use my psplash_git.bbappend? Feb 06 09:02:21 and should i change FILESEXTRAPATHS_prepend_poky to FILESEXTRAPATHS_prepend_meta-my-layer? Feb 06 09:02:41 ericbutters, my guess its because of the layer index you chose Feb 06 09:02:44 or FILESEXTRAPATHS_prepend_mydist? Feb 06 09:03:05 ah okay, so my distro layer should be higher or lower? Feb 06 09:03:36 try 2 or 1 Feb 06 09:03:54 2 is the level of meta-yocto Feb 06 09:04:28 i got LAYERVERSION_yocto = "2" Feb 06 09:04:39 so i should try with 1 Feb 06 09:07:24 there is probably a better way, I'm checking the source Feb 06 09:07:46 thanks Feb 06 09:09:30 ericbutters, you have your own .h of the image? Feb 06 09:10:24 yes, but it is also called psplash-poky-img.h right now, it is located in my distro layer Feb 06 09:16:03 ericbutters, to be sure did you add your layer to bblayers? Feb 06 09:16:14 yes Feb 06 09:19:41 which splash are you getting? Feb 06 09:19:50 redengin: i see the oe spash screen, not the yocto one Feb 06 09:24:53 have you tried FILESEXTRAPATHS without the extensions? Feb 06 09:25:07 not yet Feb 06 09:25:12 i try Feb 06 09:25:33 actually, FILESEXTRAPATHS_prepend on its own Feb 06 09:25:38 ok Feb 06 09:25:40 since you aren't building poky Feb 06 09:27:38 to be sure, i do a bitbake -c clean psplash and then bitbake psplash and then bitbake -c rootfs core-image-weston? Feb 06 09:28:30 bitbake -c clean psplash; bitbake core-image-weston Feb 06 09:28:36 should be fine Feb 06 09:28:45 should be Feb 06 09:28:55 maybe cleansstate instead of clean :) Feb 06 09:37:13 okay that worked! thanks! Feb 06 09:53:20 <_questor> hi. I have problems switching to uclibc. I have a imx6-based image from freescale and compiling with glibc works. but when I switch to uclibc I get "missing directory" from glibc-locale build recipes. (.../build/tmp/sysroots/../usr/include/glibc-locale-internal-cortexa9hf-vfp-neon-linux-uclibceabi//usr/bin No such file or directory). I haven't found out why glibc-locale is compiled... Feb 06 09:53:36 <_questor> poky is on master Feb 06 10:17:03 _questor: I suspect that when switching libc you should delete TMPDIR Feb 06 10:17:14 (or rename it) Feb 06 11:57:10 I am getting a "No recipes available for" error with this bblayers.conf http://pastebin.com/dB6WgT9g Feb 06 11:57:10 It can't find recipes for /opt/extras/meta-selinux/recipes-extended/findutils/findutils_4.5.%.bbappend Feb 06 12:00:38 I feel like I am doing this the hard way.... so I am seeking enlightenment Feb 06 12:08:04 j105rob: are you using meta-selinux master against an old branch of poky? Feb 06 12:08:52 if you're using a stable branch of poky, you need to use the matching stable branches of the other layers Feb 06 12:09:03 otherwise you end up with layers attempting to bbappend files that don't exist Feb 06 12:56:42 how to run yocto gcc inside do_compile()? so lets say i simple want to do $(CC) -o hello_world main.c Feb 06 13:00:56 do that Feb 06 13:01:15 well, ${CC} Feb 06 13:06:31 rburton: i got: gcc: error: none: No such file or directory Feb 06 13:07:37 but it attaches correct --sysroot Feb 06 13:08:53 can you pastebin the full compile log? Feb 06 13:09:54 oh, you'll probably want to pass CFLAGS and LDFLAGS Feb 06 13:10:52 rburton: http://paste.ubuntu.com/10091388/ Feb 06 13:11:51 the work dir implies that this is an allarch recipe Feb 06 13:11:55 which can't compile stuff Feb 06 13:12:43 so you've probably does inherit allarch or set packagearch Feb 06 13:13:18 yes, i do inherit update-rc.d allarch Feb 06 13:13:27 should i remove allarch? Feb 06 13:13:35 allarch means "the result works on every architecture", but if you're compiling something that's not true Feb 06 13:13:45 allarch enforces that by breaking the compiler :) Feb 06 13:13:57 okay i remove that Feb 06 13:14:46 not it works :) thanks Feb 06 13:14:59 I'm wondering whether http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=26559c58 was a correct change. I have a patch that modifies how eglibc is packaged, and this change breaks all packagegroups that reference it Feb 06 13:15:03 Should I file a bug about that? Feb 06 13:15:29 rburton: i meant, it works ;) thanks Feb 06 14:00:21 <_4urele_> hi everyone! Feb 06 14:02:55 <_4urele_> I have a read-only filesystem and I would like to set a symbolic link for "/etc/network/interfaces" but I don't know how... Feb 06 14:04:37 <_4urele_> I tried with a simple bbappend but it doesn't work... (a "mv" and an "ln -s" inside a do_install_append) Feb 06 14:05:17 /ignore -channels #yocto * JOINS PARTS QUITS Feb 06 14:08:43 quit Feb 06 14:12:21 anyone have any experience getting yocot to build up xen, including dom0? Feb 06 14:13:06 yocot/yocto Feb 06 14:13:34 rburton: thx for the pointer earlier, all working now; build wise anyway Feb 06 14:52:37 I'd like to copy a .jar file into a package in yocto, but do_unpack() is trying to unzip it. How can I stop that? Feb 06 14:54:53 trj: add ;unpack=false to the url Feb 06 15:01:34 Perfect, thanks. Feb 06 15:24:20 where to configure weston? i get a black screen after some seconds (30sec+) and there is no mouse/keyboard working Feb 06 15:24:28 there is no weston.ini file Feb 06 15:26:39 but for mouse/keyboard i think i am missing libinput Feb 06 15:26:54 but it seems weston goes into screensave mode Feb 06 15:41:53 rburton: ^ Feb 06 15:42:46 ericbutters: huh, fun. worked last time i tried it. Feb 06 15:42:59 ericbutters: custom image or core-image-weston? maybe you don't have perms on the input devices? Feb 06 15:43:14 <_4urele_> I'm trying to find a clean way to replace /etc/network/interfaces with a symbolic link. (it comes with init-ifupdown recipe) Feb 06 15:43:23 <_4urele_> I tried with a bbappend but nothing appear in final filesystem and /etc/network/interfaces still exists... Feb 06 15:44:15 ericbutters: i'll do a build here and check it works Feb 06 15:44:25 <_4urele_> i'm sure this code is wrong but i don't know the good way to do this : http://paste.ubuntu.com/10093570/ Feb 06 15:56:41 rburton: thanks! Feb 06 15:58:17 rburon: core-image-weston Feb 06 15:58:29 rburton: ^^ Feb 06 16:24:48 has anyone built xen-image-minimal? getting an error when trying to fix the compiler in seabios-dir in the do_configure because of the rules.mk file. suggestions? Feb 06 16:57:12 ericbutters: testing now on my Feb 06 16:57:14 hw Feb 06 17:21:38 if I modify perl-rdepends_5.20.0.inc (adding dependencies), what steps should be sufficient to reflect that change in the rootfs image? (i.e. get the add'l dependency installed) Feb 06 17:22:34 I'm having to resort to bitbake -c cleansstate perl and removing tmp before rebuilding, which seems like a bit much? Feb 06 17:23:26 you shuldnt' have to do anything, just bitbake the image again Feb 06 17:23:41 it'll automatically re-run the tasks affected by the change, recursively Feb 06 17:36:46 rburton: this is ericbutters from different machine ;) does your core-image-weston work with mouse and keyboard? Feb 06 17:38:04 sorry got distracted merging stuff Feb 06 17:38:07 * rburton writes image Feb 06 17:38:47 no prob Feb 06 17:43:19 btooth: damn, image has no GPU driver. really need to fix that. i'll kick another image with the drivers in, but i need to go and bath my kids now Feb 06 17:43:58 rburton my systemd testing was on mips32 and x86 emulator journal had no issues Feb 06 17:45:19 rburton: okay have fun :) give me a ping once you got your image up Feb 06 17:46:34 btooth: what's your mail? Feb 06 18:07:13 Hmm, think I need to remove the hardcoded mapping of IMAGE_PKGTYPE to sdk class in oe.sdk in favor of dynamic Feb 06 18:07:35 add a pkgtype member to the classes and grab all Sdk subclasses, presumably, like we've done before Feb 06 19:07:55 kergoth: hmm. I updated to current master (was behind by just one commit), checked out a new branch, rebuilt (most of which was from scratch), and now perl gets repackaged, rootfs updated as expected. Feb 06 19:08:08 anyway, thanks Feb 06 19:08:11 huh Feb 06 19:08:12 np Feb 06 19:50:45 * kergoth tests a crazy little .inc that automatically disables every packageconfig which adds extra deps/rdeps Feb 06 20:08:38 hmm, did anyone ever add the ability to escape , in PACKAGECONFIG? I remember the email thread on it, not sure if anyone ever did anything about it Feb 06 20:13:57 heh, did a test build with that crazy .inc, reduced # of recipes built for core-image-base from 261 to 205 Feb 06 22:07:35 https://gist.github.com/kergoth/2c556d9e34cbcd03cb82 - hacking on packageconfig craziness as an experiment Feb 06 22:37:04 ah, its acl-native thats failing to emit a library.. hmm **** ENDING LOGGING AT Sat Feb 07 02:59:59 2015