**** BEGIN LOGGING AT Mon Jun 02 02:59:59 2014 Jun 02 06:57:00 gm Jun 02 06:58:34 woglinde, morning Jun 02 08:40:21 morning all Jun 02 09:15:52 bluelightning, morning Jun 02 09:22:43 hi kroon Jun 02 09:41:49 hello Jun 02 09:42:43 hi mago_ Jun 02 13:17:03 gm Jun 02 13:21:21 hi likewise Jun 02 20:17:10 hello Jun 02 20:19:15 does oe supports avr32 Jun 02 21:01:40 droy not really Jun 02 21:50:57 In my distro.conf, EXTRA_OECONF_append_pn- and PACKAGECONFIG_remove_pn- seems to work as expected, but I have to do RDEPENDS__remove. How come there is a different syntax ? Jun 02 22:05:11 kroon: RDEPENDS_${PN} is the runtime dependencies of a given package, its value matters when that package is installed Jun 02 22:05:38 whereas the other two apply to a recipe rather than a package Jun 02 22:06:40 I think pn- is needed for the variables that apply to a whole recipe Jun 02 22:11:41 paulbarker, aha Jun 02 22:12:03 * kroon ponders wether s/pn/rn would've made sense Jun 02 22:13:23 I think it means it applies when PN=, therefore pn-, and the value of PN is per-recipe Jun 02 22:14:24 For EXTRA_OECONF_append_pn-, you're appending to a variable EXTRA_OECONF, but only when PN= Jun 02 22:14:52 But with RDEPENDS__remove, you're removing from a variable RDEPENDS_ in all recipes Jun 02 22:15:11 it just happends that only one recipe will probably use that particular RDEPENDS_ variable Jun 02 22:15:27 ah.. that sounds reasonable Jun 02 22:15:35 that's my understanding as someone who has used bitbake a fair amount but has never really dived into to the source of it Jun 02 22:15:43 so I may be missing some subtelties Jun 02 22:15:49 but the general ideas should be right Jun 02 22:16:58 well, I couldn't think of another way straight away, on how to remove qemu from the sdk, except removing it from RDEPENDS_nativesdk-packagegroup-sdk-host ... Jun 02 22:18:11 a .bbappend works, but I'd prefer keeping local changes like these in one distro file Jun 02 22:20:01 Yea, I can't think of a better way myself, not played with the SDK too much myself **** ENDING LOGGING AT Tue Jun 03 02:59:58 2014