**** BEGIN LOGGING AT Thu Jun 20 02:59:59 2013 Jun 20 05:56:56 otavio: hi. what's the current state of meta-qt5? I'm trying to add qt5 to my rootfs now. Jun 20 07:26:31 my rootfs seems to have the qt5-stuff I need, but I must add qt5 to my sdk. any sdk experts here? Jun 20 08:04:47 morning all Jun 20 08:12:17 can anyone give me hints on how to append something to a device tree file 'the right way'? I have a recipe in a separate layer that builds a kernel module that needs a device tree entry to be appended to the kernel's standard device tree file. Jun 20 09:13:18 I'm trying to add qtbase packages to my sdk, and don't understand this error: http://hastebin.com/jekoheyuvi.sm Jun 20 09:14:10 why does it prefix the packages with nativesdk- ? Jun 20 09:30:59 nevermind. I see there is some nativesdk-work left here. Jun 20 10:16:56 hi all Jun 20 10:20:33 hi pb_ Jun 20 10:20:46 hi bluelightning Jun 20 12:34:16 are there any plans to update udev in oe-core? Jun 20 12:40:18 Crofton|work: you mean standalone udev as opposed to udev provided by systemd? Jun 20 12:40:54 * Crofton|work hates udev :for just this reason Jun 20 12:41:10 actually, I have been asked abut the version of libudev we provide Jun 20 12:41:12 are you seeing a problem that would require updating beyond 182? Jun 20 12:41:28 apparently there is a feature there someone wants Jun 20 12:41:31 when using sysvinit that is? Jun 20 12:41:35 it is not critical, Jun 20 12:41:46 this is a librry to find stuff in sysfs Jun 20 12:42:00 that is apparently spit out of the udev recipe Jun 20 12:42:08 according to "grep" Jun 20 12:42:43 does oe-core build udev from systemd, even for the sysvinit case? Jun 20 13:15:29 hello Jun 20 13:15:53 I need a hint to include a couple of linux-firmware files into my image Jun 20 13:16:46 I thought I could use IMAGE_INSTALL += linux-firmware but I'd prefer to do something at kernel recipe level, is it possible? Jun 20 13:17:23 basically I'd like to tie the kernel with the linux-firmware Jun 20 13:33:38 mckoan: presumably you would add RDEPENDS or RRECOMMENDS to the recipe adding a relationship between the kernel module / image and specific firmware sub-packages needed Jun 20 13:34:15 mckoan: you might also consider doing this using MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS etc. in the machine config Jun 20 13:44:43 bluelightning: thx Jun 20 13:51:22 bluelightning: MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS in the machine config looks smarter Jun 20 14:04:35 bluelightning: not as easy as it seemed Jun 20 14:04:43 MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "linux-firmware" Jun 20 14:05:05 error: * satisfy_dependencies_for: Cannot satisfy the following dependencies for packagegroup-base-extended: linux-firmware-rtl-license * Jun 20 14:05:46 OTOH RDEPENDS_${PN} = "linux-firmware" doesn't put the binaries in the final image Jun 20 14:05:53 mckoan: I don't know, but that error says that that package was supposed to be provided as far as the build system knows but the package manager says it is not Jun 20 14:06:10 I'm puzzled Jun 20 15:17:35 bluelightning: that's a problem with dylan only solve with commit fc7fafcb3bb5c12bad07e12c15ac3a489bd0291f Jun 20 15:17:44 "linux-firmware: Look for RTL license in the right directory" Jun 20 15:18:30 mckoan: ah I see, so that needs to be backported I guess Jun 20 15:19:16 bluelightning: definitely yes Jun 20 15:23:53 mckoan: ok I will add it to my list now Jun 20 15:24:01 bluelightning: thx Jun 20 15:24:37 as far as you know, is it possible to reduce the list of firmware included in the filesystem? Jun 20 15:25:30 for example if I need only FILES_${PN}-rtl8192cu Jun 20 15:25:41 mckoan: I saw some patches from otavio not that long ago to split out various firmware packages Jun 20 15:25:46 which were merged AFAIK Jun 20 15:26:02 mckoan: in which case just use linux-firmware-rtl8192cu instead of linux-firmware Jun 20 15:27:01 bluelightning: that's exactly what I was trying to understand, thx Jun 20 15:48:13 bluelightning: great it worked with a charm! Many thanks Jun 20 15:48:31 mckoan: np Jun 20 16:00:19 have a nice rest of the day **** ENDING LOGGING AT Fri Jun 21 02:59:58 2013