**** BEGIN LOGGING AT Fri May 16 02:59:58 2014 May 16 07:13:51 good morning May 16 08:35:11 morning all May 16 08:37:03 morning May 16 08:37:21 hi afournier May 16 08:44:24 hi bluelightning May 16 08:44:26 how can someone add a set of patch to a kernel depending on the machine ? May 16 08:44:53 one idea was to make another kernel recipe with a suffix like -nameofpatchset, and set it as preferred kernel in the machine configuration May 16 08:52:01 SRC_URI += "${PATCHES}" May 16 08:52:16 PATCHES_machine = "file://1.patch file://2.patch" May 16 08:52:23 PATCHES ??= "" May 16 09:03:19 ok May 16 09:03:19 i did not know about the PATCHES variable(s) thanks a lot May 16 09:03:22 hi woglinde May 16 09:03:22 hi koen May 16 09:05:34 hey bluelightning May 16 09:05:49 afournier: you can name it whatever you want, it's just a helper var May 16 09:06:24 you mean all variables can be machine specific ? May 16 09:07:01 i thought only some variables worked like this May 16 09:07:14 koen: that's a good example so you don't have to explain that SRC_URI_append_machine += needs a leading space May 16 09:08:01 'SRC_URI_append_machine +=' will not do what you think it does May 16 09:08:12 SRC_URI_append_machine = will May 16 09:08:29 i am lost now :) May 16 09:08:56 koen: yes, also true ;) May 16 09:11:08 afournier: remember the variables referring to other vars are expanded at the end May 16 10:24:36 how do I add a package to an image, only if the package exists? May 16 10:25:25 RRECOMMEND it in a packagegroup or add it to MACHINE_ESSENTIAL_RRECOMMENDS May 16 10:25:36 but be carefull for reverse dependencies May 16 10:26:09 the headache is I want to install packages based on a PACKAGECONFIG settings :) May 16 10:26:35 I really need to clean the workspace May 16 10:30:17 can't you add the rrecommends/rdepends in the package recipe itself based on packageconfig? May 16 10:35:45 haven't figured this out yet May 16 10:35:58 something I thought after starting to drink May 16 10:37:49 I need to sort through the implications May 16 10:37:52 sdk issues also May 16 10:38:05 could just make different image recipes May 16 10:51:31 I think the new libusb1_1.0.18 needs a packageconfig for udev ... May 16 11:06:48 Trying to add it in libusb1_1.0.18.bb: May 16 11:06:50 PACKAGECONFIG ?= "udev" May 16 11:07:08 PACKAGECONFIG[udev] = "--disable-udev,--enable-udev,udev" May 16 11:08:06 what's is it used for? May 16 11:08:19 missing or unbuildable "nativesdk-udev" May 16 11:08:28 it would be nice to be more descriptive like PACKAGECONFIG ?= "hotplug-udev" May 16 11:08:47 koen, it can use udev for enumerating the devices I think May 16 11:09:57 couldnt find it mentioned in the ChangeLog, when the dep. was introduced May 16 11:16:38 for a start I seem to have gotten --disable/--enable order reversed.. May 16 11:20:19 adding 'PACKAGECONFIG_class-nativesdk = ""' seems to work May 16 11:28:57 Should "udev" support usually be disabled for native and nativesdk ? May 16 16:00:31 anarsoul: pls try to catch up with linux-yocto 3.14 May 16 16:00:56 for h1940? May 16 16:01:06 yes, so I remove the older kernel May 16 16:01:36 btw, I think nanonote and gcw0 do share much kernel code May 16 16:01:52 will try tomorrow morning, but can't promise that everything will go well May 16 16:02:43 there were some changes in 3.12-3.14 and they can affect s3c24xx devices May 16 16:02:53 yes, I've seen on lakml May 16 16:03:00 patches don't apply anymore May 16 16:03:35 ok May 16 16:03:48 bbl May 16 16:04:09 I think sr524xx DT conversion is almost done May 16 16:04:30 err s3c24xx even May 16 20:34:11 anyone else seeing ERROR: Task 82 (/home/balister/src/oe-core/oe-core/meta/recipes-devtools/gcc/gcc-runtime_4.8.bb, do_configure) failed with exit code '1' May 16 20:34:32 looks like: checking dynamic linker characteristics... configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES. May 16 20:36:32 Crofton|work,: no, not really, for today I only see the kernel failing ;) May 16 20:40:11 for qemux86-64 May 16 20:51:00 weird things: http://pastebin.com/Pfyntujz **** ENDING LOGGING AT Sat May 17 02:59:59 2014