* bbappending a bbappend @ 2012-12-09 0:07 Chris Tapp 2012-12-09 0:11 ` Chris Larson 0 siblings, 1 reply; 13+ messages in thread From: Chris Tapp @ 2012-12-09 0:07 UTC (permalink / raw) To: Yocto Discussion Mailing List Is it possible to have more than one bbappend applied to a recipe? I'm using meta-cedartrail with my own layer (which is set as lower priority). Meta-cedartrail has a linux-yocto_3.0.bbappend, but I want to be able to enable CONFIG_HID_APPLE in my layer so my Apple keyboard works (and keep meta-cedartrail 'clean'). Is it possible to use another linux-yocto_3.0.bbappend in my layer? I've given it a try, but it's not working and I thought it would be an idea to see if it __should__ before I try and fix it ;-) Chris Tapp opensource@keylevel.com www.keylevel.com ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: bbappending a bbappend 2012-12-09 0:07 bbappending a bbappend Chris Tapp @ 2012-12-09 0:11 ` Chris Larson 2012-12-09 0:54 ` Chris Tapp 0 siblings, 1 reply; 13+ messages in thread From: Chris Larson @ 2012-12-09 0:11 UTC (permalink / raw) To: Chris Tapp; +Cc: Yocto Discussion Mailing List [-- Attachment #1: Type: text/plain, Size: 724 bytes --] On Sat, Dec 8, 2012 at 5:07 PM, Chris Tapp <opensource@keylevel.com> wrote: > Is it possible to have more than one bbappend applied to a recipe? > > I'm using meta-cedartrail with my own layer (which is set as lower > priority). > > Meta-cedartrail has a linux-yocto_3.0.bbappend, but I want to be able to > enable CONFIG_HID_APPLE in my layer so my Apple keyboard works (and keep > meta-cedartrail 'clean'). Is it possible to use another > linux-yocto_3.0.bbappend in my layer? I've given it a try, but it's not > working and I thought it would be an idea to see if it __should__ before I > try and fix it ;-) > All bbappends from all layers are applied, in layer priority order. -- Christopher Larson [-- Attachment #2: Type: text/html, Size: 1036 bytes --] ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: bbappending a bbappend 2012-12-09 0:11 ` Chris Larson @ 2012-12-09 0:54 ` Chris Tapp 2012-12-09 2:06 ` Chris Larson 2012-12-09 4:47 ` Bruce Ashfield 0 siblings, 2 replies; 13+ messages in thread From: Chris Tapp @ 2012-12-09 0:54 UTC (permalink / raw) To: Chris Larson; +Cc: Yocto Discussion Mailing List [-- Attachment #1: Type: text/plain, Size: 964 bytes --] On 9 Dec 2012, at 00:11, Chris Larson wrote: > On Sat, Dec 8, 2012 at 5:07 PM, Chris Tapp <opensource@keylevel.com> wrote: > Is it possible to have more than one bbappend applied to a recipe? > > I'm using meta-cedartrail with my own layer (which is set as lower priority). > > Meta-cedartrail has a linux-yocto_3.0.bbappend, but I want to be able to enable CONFIG_HID_APPLE in my layer so my Apple keyboard works (and keep meta-cedartrail 'clean'). Is it possible to use another linux-yocto_3.0.bbappend in my layer? I've given it a try, but it's not working and I thought it would be an idea to see if it __should__ before I try and fix it ;-) > > All bbappends from all layers are applied, in layer priority order. Thanks, I was hoping that was the case. I wonder why this isn't working then - I think I've done it as shown in the dev manual... > -- > Christopher Larson Chris Tapp opensource@keylevel.com www.keylevel.com [-- Attachment #2: Type: text/html, Size: 2536 bytes --] ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: bbappending a bbappend 2012-12-09 0:54 ` Chris Tapp @ 2012-12-09 2:06 ` Chris Larson 2012-12-09 10:43 ` Chris Tapp 2012-12-09 4:47 ` Bruce Ashfield 1 sibling, 1 reply; 13+ messages in thread From: Chris Larson @ 2012-12-09 2:06 UTC (permalink / raw) To: Chris Tapp; +Cc: Yocto Discussion Mailing List [-- Attachment #1: Type: text/plain, Size: 1080 bytes --] On Sat, Dec 8, 2012 at 5:54 PM, Chris Tapp <opensource@keylevel.com> wrote: > On 9 Dec 2012, at 00:11, Chris Larson wrote: > > On Sat, Dec 8, 2012 at 5:07 PM, Chris Tapp <opensource@keylevel.com>wrote: > >> Is it possible to have more than one bbappend applied to a recipe? >> >> I'm using meta-cedartrail with my own layer (which is set as lower >> priority). >> >> Meta-cedartrail has a linux-yocto_3.0.bbappend, but I want to be able to >> enable CONFIG_HID_APPLE in my layer so my Apple keyboard works (and keep >> meta-cedartrail 'clean'). Is it possible to use another >> linux-yocto_3.0.bbappend in my layer? I've given it a try, but it's not >> working and I thought it would be an idea to see if it __should__ before I >> try and fix it ;-) >> > > All bbappends from all layers are applied, in layer priority order. > > > Thanks, I was hoping that was the case. > > I wonder why this isn't working then - I think I've done it as shown in > the dev manual... > Try making use of bitbake-layers show-appends (iirc) -- Christopher Larson [-- Attachment #2: Type: text/html, Size: 1913 bytes --] ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: bbappending a bbappend 2012-12-09 2:06 ` Chris Larson @ 2012-12-09 10:43 ` Chris Tapp 0 siblings, 0 replies; 13+ messages in thread From: Chris Tapp @ 2012-12-09 10:43 UTC (permalink / raw) To: Chris Larson; +Cc: Yocto Discussion Mailing List [-- Attachment #1: Type: text/plain, Size: 1313 bytes --] On 9 Dec 2012, at 02:06, Chris Larson wrote: > > > On Sat, Dec 8, 2012 at 5:54 PM, Chris Tapp <opensource@keylevel.com> wrote: > On 9 Dec 2012, at 00:11, Chris Larson wrote: > >> On Sat, Dec 8, 2012 at 5:07 PM, Chris Tapp <opensource@keylevel.com> wrote: >> Is it possible to have more than one bbappend applied to a recipe? >> >> I'm using meta-cedartrail with my own layer (which is set as lower priority). >> >> Meta-cedartrail has a linux-yocto_3.0.bbappend, but I want to be able to enable CONFIG_HID_APPLE in my layer so my Apple keyboard works (and keep meta-cedartrail 'clean'). Is it possible to use another linux-yocto_3.0.bbappend in my layer? I've given it a try, but it's not working and I thought it would be an idea to see if it __should__ before I try and fix it ;-) >> >> All bbappends from all layers are applied, in layer priority order. > > Thanks, I was hoping that was the case. > > I wonder why this isn't working then - I think I've done it as shown in the dev manual... > > > Try making use of bitbake-layers show-appends (iirc) Thanks, I didn't know about that one. It shows three .bbappends: 1) meta-yocto-bsp 2) meta-cedartrail 3) One for my layer > -- > Christopher Larson Chris Tapp opensource@keylevel.com www.keylevel.com [-- Attachment #2: Type: text/html, Size: 3490 bytes --] ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: bbappending a bbappend 2012-12-09 0:54 ` Chris Tapp 2012-12-09 2:06 ` Chris Larson @ 2012-12-09 4:47 ` Bruce Ashfield 2012-12-09 10:48 ` Chris Tapp 1 sibling, 1 reply; 13+ messages in thread From: Bruce Ashfield @ 2012-12-09 4:47 UTC (permalink / raw) To: Chris Tapp; +Cc: Yocto Discussion Mailing List, Chris Larson [-- Attachment #1: Type: text/plain, Size: 1562 bytes --] On Sat, Dec 8, 2012 at 7:54 PM, Chris Tapp <opensource@keylevel.com> wrote: > On 9 Dec 2012, at 00:11, Chris Larson wrote: > > On Sat, Dec 8, 2012 at 5:07 PM, Chris Tapp <opensource@keylevel.com>wrote: > >> Is it possible to have more than one bbappend applied to a recipe? >> >> I'm using meta-cedartrail with my own layer (which is set as lower >> priority). >> >> Meta-cedartrail has a linux-yocto_3.0.bbappend, but I want to be able to >> enable CONFIG_HID_APPLE in my layer so my Apple keyboard works (and keep >> meta-cedartrail 'clean'). Is it possible to use another >> linux-yocto_3.0.bbappend in my layer? I've given it a try, but it's not >> working and I thought it would be an idea to see if it __should__ before I >> try and fix it ;-) >> > > All bbappends from all layers are applied, in layer priority order. > > > Thanks, I was hoping that was the case. > > I wonder why this isn't working then - I think I've done it as shown in > the dev manual... > Is it something other than the bbappends ? i.e. are you sure you have all the required dependencies for CONFIG_HID_APPLE already enabled, or in the same fragment you are appending ? Bruce > > -- > Christopher Larson > > > Chris Tapp > > opensource@keylevel.com > www.keylevel.com > > > > > _______________________________________________ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto > > -- "Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end" [-- Attachment #2: Type: text/html, Size: 3335 bytes --] ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: bbappending a bbappend 2012-12-09 4:47 ` Bruce Ashfield @ 2012-12-09 10:48 ` Chris Tapp 2012-12-09 14:50 ` Bruce Ashfield 0 siblings, 1 reply; 13+ messages in thread From: Chris Tapp @ 2012-12-09 10:48 UTC (permalink / raw) To: Bruce Ashfield; +Cc: Yocto Discussion Mailing List, Chris Larson [-- Attachment #1: Type: text/plain, Size: 1979 bytes --] On 9 Dec 2012, at 04:47, Bruce Ashfield wrote: > > > > On Sat, Dec 8, 2012 at 7:54 PM, Chris Tapp <opensource@keylevel.com> wrote: > On 9 Dec 2012, at 00:11, Chris Larson wrote: > >> On Sat, Dec 8, 2012 at 5:07 PM, Chris Tapp <opensource@keylevel.com> wrote: >> Is it possible to have more than one bbappend applied to a recipe? >> >> I'm using meta-cedartrail with my own layer (which is set as lower priority). >> >> Meta-cedartrail has a linux-yocto_3.0.bbappend, but I want to be able to enable CONFIG_HID_APPLE in my layer so my Apple keyboard works (and keep meta-cedartrail 'clean'). Is it possible to use another linux-yocto_3.0.bbappend in my layer? I've given it a try, but it's not working and I thought it would be an idea to see if it __should__ before I try and fix it ;-) >> >> All bbappends from all layers are applied, in layer priority order. > > Thanks, I was hoping that was the case. > > I wonder why this isn't working then - I think I've done it as shown in the dev manual... > > Is it something other than the bbappends ? i.e. are you sure you have all the required > dependencies for CONFIG_HID_APPLE already enabled, or in the same fragment > you are appending ? menuconfig shows that the dependencies are ok. I've got a single fragment referenced using a SRC_URI in the bbappend which sets FILESEXTRAPATHS_prepend. The .cfg file just sets: CONFIG_HID_APPLE=y I can't find my .cfg file in the work area, so it seems as if it's not being picked up. > Bruce > > >> -- >> Christopher Larson > > Chris Tapp > > opensource@keylevel.com > www.keylevel.com > > > > > _______________________________________________ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto > > > > > -- > "Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end" Chris Tapp opensource@keylevel.com www.keylevel.com [-- Attachment #2: Type: text/html, Size: 5077 bytes --] ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: bbappending a bbappend 2012-12-09 10:48 ` Chris Tapp @ 2012-12-09 14:50 ` Bruce Ashfield 2012-12-09 16:30 ` Chris Larson 0 siblings, 1 reply; 13+ messages in thread From: Bruce Ashfield @ 2012-12-09 14:50 UTC (permalink / raw) To: Chris Tapp; +Cc: Yocto Discussion Mailing List, Chris Larson On 12-12-09 5:48 AM, Chris Tapp wrote: > On 9 Dec 2012, at 04:47, Bruce Ashfield wrote: > >> >> >> >> On Sat, Dec 8, 2012 at 7:54 PM, Chris Tapp <opensource@keylevel.com >> <mailto:opensource@keylevel.com>> wrote: >> >> On 9 Dec 2012, at 00:11, Chris Larson wrote: >> >>> On Sat, Dec 8, 2012 at 5:07 PM, Chris Tapp >>> <opensource@keylevel.com <mailto:opensource@keylevel.com>> wrote: >>> >>> Is it possible to have more than one bbappend applied to a >>> recipe? >>> >>> I'm using meta-cedartrail with my own layer (which is set as >>> lower priority). >>> >>> Meta-cedartrail has a linux-yocto_3.0.bbappend, but I want to >>> be able to enable CONFIG_HID_APPLE in my layer so my Apple >>> keyboard works (and keep meta-cedartrail 'clean'). Is it >>> possible to use another linux-yocto_3.0.bbappend in my layer? >>> I've given it a try, but it's not working and I thought it >>> would be an idea to see if it __should__ before I try and fix >>> it ;-) >>> >>> >>> All bbappends from all layers are applied, in layer priority order. >> >> Thanks, I was hoping that was the case. >> >> I wonder why this isn't working then - I think I've done it as >> shown in the dev manual... >> >> >> Is it something other than the bbappends ? i.e. are you sure you have >> all the required >> dependencies for CONFIG_HID_APPLE already enabled, or in the same fragment >> you are appending ? > > menuconfig shows that the dependencies are ok. I've got a single > fragment referenced using a SRC_URI in the bbappend which sets > FILESEXTRAPATHS_prepend. The .cfg file just sets: > > CONFIG_HID_APPLE=y > > I can't find my .cfg file in the work area, so it seems as if it's not > being picked up. Aha. That is interesting, since if the file wasn't found, you should get a fetcher error. But if the file isn't in the workdir, then it definitely won't be tacked on the end of the configuration for you (as you've seen). So that brings the question back to the bbappend, and why wouldn't your file be found and propagated. hmm. I can always try something here, but I've had multiple bbappends in the past and they've worked .. but one just never knows what can silently break. Bruce > >> Bruce >> >> >>> -- >>> Christopher Larson >> >> Chris Tapp >> >> opensource@keylevel.com <mailto:opensource@keylevel.com> >> www.keylevel.com <http://www.keylevel.com/> >> >> >> >> >> _______________________________________________ >> yocto mailing list >> yocto@yoctoproject.org <mailto:yocto@yoctoproject.org> >> https://lists.yoctoproject.org/listinfo/yocto >> >> >> >> >> -- >> "Thou shalt not follow the NULL pointer, for chaos and madness await >> thee at its end" > > Chris Tapp > > opensource@keylevel.com <mailto:opensource@keylevel.com> > www.keylevel.com <http://www.keylevel.com> > > > > > > _______________________________________________ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: bbappending a bbappend 2012-12-09 14:50 ` Bruce Ashfield @ 2012-12-09 16:30 ` Chris Larson 2012-12-09 16:44 ` Chris Tapp 0 siblings, 1 reply; 13+ messages in thread From: Chris Larson @ 2012-12-09 16:30 UTC (permalink / raw) To: Bruce Ashfield; +Cc: Yocto Discussion Mailing List [-- Attachment #1: Type: text/plain, Size: 2172 bytes --] On Sun, Dec 9, 2012 at 7:50 AM, Bruce Ashfield <bruce.ashfield@windriver.com > wrote: > On 12-12-09 5:48 AM, Chris Tapp wrote: > >> On 9 Dec 2012, at 04:47, Bruce Ashfield wrote: >> >> >>> >>> >>> On Sat, Dec 8, 2012 at 7:54 PM, Chris Tapp <opensource@keylevel.com >>> <mailto:opensource@keylevel.**com <opensource@keylevel.com>>> wrote: >>> >>> On 9 Dec 2012, at 00:11, Chris Larson wrote: >>> >>> On Sat, Dec 8, 2012 at 5:07 PM, Chris Tapp >>>> <opensource@keylevel.com <mailto:opensource@keylevel.**com<opensource@keylevel.com>>> >>>> wrote: >>>> >>>> Is it possible to have more than one bbappend applied to a >>>> recipe? >>>> >>>> I'm using meta-cedartrail with my own layer (which is set as >>>> lower priority). >>>> >>>> Meta-cedartrail has a linux-yocto_3.0.bbappend, but I want to >>>> be able to enable CONFIG_HID_APPLE in my layer so my Apple >>>> keyboard works (and keep meta-cedartrail 'clean'). Is it >>>> possible to use another linux-yocto_3.0.bbappend in my layer? >>>> I've given it a try, but it's not working and I thought it >>>> would be an idea to see if it __should__ before I try and fix >>>> it ;-) >>>> >>>> >>>> All bbappends from all layers are applied, in layer priority order. >>>> >>> >>> Thanks, I was hoping that was the case. >>> >>> I wonder why this isn't working then - I think I've done it as >>> shown in the dev manual... >>> >>> >>> Is it something other than the bbappends ? i.e. are you sure you have >>> all the required >>> dependencies for CONFIG_HID_APPLE already enabled, or in the same >>> fragment >>> you are appending ? >>> >> >> menuconfig shows that the dependencies are ok. I've got a single >> fragment referenced using a SRC_URI in the bbappend which sets >> FILESEXTRAPATHS_prepend. The .cfg file just sets: >> >> CONFIG_HID_APPLE=y >> >> I can't find my .cfg file in the work area, so it seems as if it's not >> being picked up. >> > I'd suggest putting your .bbappend on a pastebin so we can inspect it. -- Christopher Larson [-- Attachment #2: Type: text/html, Size: 3350 bytes --] ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: bbappending a bbappend 2012-12-09 16:30 ` Chris Larson @ 2012-12-09 16:44 ` Chris Tapp 2012-12-09 16:47 ` Chris Larson 0 siblings, 1 reply; 13+ messages in thread From: Chris Tapp @ 2012-12-09 16:44 UTC (permalink / raw) To: Chris Larson; +Cc: Yocto Discussion Mailing List [-- Attachment #1: Type: text/plain, Size: 2166 bytes --] On 9 Dec 2012, at 16:30, Chris Larson wrote: > On Sun, Dec 9, 2012 at 7:50 AM, Bruce Ashfield <bruce.ashfield@windriver.com> wrote: > On 12-12-09 5:48 AM, Chris Tapp wrote: > On 9 Dec 2012, at 04:47, Bruce Ashfield wrote: > > > > > On Sat, Dec 8, 2012 at 7:54 PM, Chris Tapp <opensource@keylevel.com > <mailto:opensource@keylevel.com>> wrote: > > On 9 Dec 2012, at 00:11, Chris Larson wrote: > > On Sat, Dec 8, 2012 at 5:07 PM, Chris Tapp > <opensource@keylevel.com <mailto:opensource@keylevel.com>> wrote: > > Is it possible to have more than one bbappend applied to a > recipe? > > I'm using meta-cedartrail with my own layer (which is set as > lower priority). > > Meta-cedartrail has a linux-yocto_3.0.bbappend, but I want to > be able to enable CONFIG_HID_APPLE in my layer so my Apple > keyboard works (and keep meta-cedartrail 'clean'). Is it > possible to use another linux-yocto_3.0.bbappend in my layer? > I've given it a try, but it's not working and I thought it > would be an idea to see if it __should__ before I try and fix > it ;-) > > > All bbappends from all layers are applied, in layer priority order. > > Thanks, I was hoping that was the case. > > I wonder why this isn't working then - I think I've done it as > shown in the dev manual... > > > Is it something other than the bbappends ? i.e. are you sure you have > all the required > dependencies for CONFIG_HID_APPLE already enabled, or in the same fragment > you are appending ? > > menuconfig shows that the dependencies are ok. I've got a single > fragment referenced using a SRC_URI in the bbappend which sets > FILESEXTRAPATHS_prepend. The .cfg file just sets: > > CONFIG_HID_APPLE=y > > I can't find my .cfg file in the work area, so it seems as if it's not > being picked up. > > I'd suggest putting your .bbappend on a pastebin so we can inspect it. Please see http://pastebin.com/EnesrEN0 > -- > Christopher Larson Chris Tapp opensource@keylevel.com www.keylevel.com [-- Attachment #2: Type: text/html, Size: 4854 bytes --] ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: bbappending a bbappend 2012-12-09 16:44 ` Chris Tapp @ 2012-12-09 16:47 ` Chris Larson 2012-12-09 16:57 ` Chris Tapp 0 siblings, 1 reply; 13+ messages in thread From: Chris Larson @ 2012-12-09 16:47 UTC (permalink / raw) To: Chris Tapp; +Cc: Yocto Discussion Mailing List [-- Attachment #1: Type: text/plain, Size: 2503 bytes --] On Sun, Dec 9, 2012 at 9:44 AM, Chris Tapp <opensource@keylevel.com> wrote: > On 9 Dec 2012, at 16:30, Chris Larson wrote: > > On Sun, Dec 9, 2012 at 7:50 AM, Bruce Ashfield < > bruce.ashfield@windriver.com> wrote: > >> On 12-12-09 5:48 AM, Chris Tapp wrote: >> >>> On 9 Dec 2012, at 04:47, Bruce Ashfield wrote: >>> >>> >>>> >>>> >>>> On Sat, Dec 8, 2012 at 7:54 PM, Chris Tapp <opensource@keylevel.com >>>> <mailto:opensource@keylevel.**com <opensource@keylevel.com>>> wrote: >>>> >>>> On 9 Dec 2012, at 00:11, Chris Larson wrote: >>>> >>>> On Sat, Dec 8, 2012 at 5:07 PM, Chris Tapp >>>>> <opensource@keylevel.com <mailto:opensource@keylevel.**com<opensource@keylevel.com>>> >>>>> wrote: >>>>> >>>>> Is it possible to have more than one bbappend applied to a >>>>> recipe? >>>>> >>>>> I'm using meta-cedartrail with my own layer (which is set as >>>>> lower priority). >>>>> >>>>> Meta-cedartrail has a linux-yocto_3.0.bbappend, but I want to >>>>> be able to enable CONFIG_HID_APPLE in my layer so my Apple >>>>> keyboard works (and keep meta-cedartrail 'clean'). Is it >>>>> possible to use another linux-yocto_3.0.bbappend in my layer? >>>>> I've given it a try, but it's not working and I thought it >>>>> would be an idea to see if it __should__ before I try and fix >>>>> it ;-) >>>>> >>>>> >>>>> All bbappends from all layers are applied, in layer priority order. >>>>> >>>> >>>> Thanks, I was hoping that was the case. >>>> >>>> I wonder why this isn't working then - I think I've done it as >>>> shown in the dev manual... >>>> >>>> >>>> Is it something other than the bbappends ? i.e. are you sure you have >>>> all the required >>>> dependencies for CONFIG_HID_APPLE already enabled, or in the same >>>> fragment >>>> you are appending ? >>>> >>> >>> menuconfig shows that the dependencies are ok. I've got a single >>> fragment referenced using a SRC_URI in the bbappend which sets >>> FILESEXTRAPATHS_prepend. The .cfg file just sets: >>> >>> CONFIG_HID_APPLE=y >>> >>> I can't find my .cfg file in the work area, so it seems as if it's not >>> being picked up. >>> >> > I'd suggest putting your .bbappend on a pastebin so we can inspect it. > > > Please see http://pastebin.com/EnesrEN0 > Did you use bitbake -e linux-yocto | grep SRC_URI= to confirm it's listed there? -- Christopher Larson [-- Attachment #2: Type: text/html, Size: 3986 bytes --] ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: bbappending a bbappend 2012-12-09 16:47 ` Chris Larson @ 2012-12-09 16:57 ` Chris Tapp 2012-12-10 10:23 ` Chris Tapp 0 siblings, 1 reply; 13+ messages in thread From: Chris Tapp @ 2012-12-09 16:57 UTC (permalink / raw) To: Chris Larson; +Cc: Yocto Discussion Mailing List [-- Attachment #1: Type: text/plain, Size: 2571 bytes --] On 9 Dec 2012, at 16:47, Chris Larson wrote: > > > On Sun, Dec 9, 2012 at 9:44 AM, Chris Tapp <opensource@keylevel.com> wrote: > On 9 Dec 2012, at 16:30, Chris Larson wrote: > >> On Sun, Dec 9, 2012 at 7:50 AM, Bruce Ashfield <bruce.ashfield@windriver.com> wrote: >> On 12-12-09 5:48 AM, Chris Tapp wrote: >> On 9 Dec 2012, at 04:47, Bruce Ashfield wrote: >> >> >> >> >> On Sat, Dec 8, 2012 at 7:54 PM, Chris Tapp <opensource@keylevel.com >> <mailto:opensource@keylevel.com>> wrote: >> >> On 9 Dec 2012, at 00:11, Chris Larson wrote: >> >> On Sat, Dec 8, 2012 at 5:07 PM, Chris Tapp >> <opensource@keylevel.com <mailto:opensource@keylevel.com>> wrote: >> >> Is it possible to have more than one bbappend applied to a >> recipe? >> >> I'm using meta-cedartrail with my own layer (which is set as >> lower priority). >> >> Meta-cedartrail has a linux-yocto_3.0.bbappend, but I want to >> be able to enable CONFIG_HID_APPLE in my layer so my Apple >> keyboard works (and keep meta-cedartrail 'clean'). Is it >> possible to use another linux-yocto_3.0.bbappend in my layer? >> I've given it a try, but it's not working and I thought it >> would be an idea to see if it __should__ before I try and fix >> it ;-) >> >> >> All bbappends from all layers are applied, in layer priority order. >> >> Thanks, I was hoping that was the case. >> >> I wonder why this isn't working then - I think I've done it as >> shown in the dev manual... >> >> >> Is it something other than the bbappends ? i.e. are you sure you have >> all the required >> dependencies for CONFIG_HID_APPLE already enabled, or in the same fragment >> you are appending ? >> >> menuconfig shows that the dependencies are ok. I've got a single >> fragment referenced using a SRC_URI in the bbappend which sets >> FILESEXTRAPATHS_prepend. The .cfg file just sets: >> >> CONFIG_HID_APPLE=y >> >> I can't find my .cfg file in the work area, so it seems as if it's not >> being picked up. >> >> I'd suggest putting your .bbappend on a pastebin so we can inspect it. > > Please see http://pastebin.com/EnesrEN0 > > Did you use bitbake -e linux-yocto | grep SRC_URI= to confirm it's listed there? I have now - it isn't showing. Any syntax errors in the bbappend are detected, so it looks like it's being processed. > -- > Christopher Larson Chris Tapp opensource@keylevel.com www.keylevel.com [-- Attachment #2: Type: text/html, Size: 5509 bytes --] ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: bbappending a bbappend 2012-12-09 16:57 ` Chris Tapp @ 2012-12-10 10:23 ` Chris Tapp 0 siblings, 0 replies; 13+ messages in thread From: Chris Tapp @ 2012-12-10 10:23 UTC (permalink / raw) To: Chris Larson; +Cc: Yocto Discussion Mailing List [-- Attachment #1: Type: text/plain, Size: 3174 bytes --] On 9 Dec 2012, at 16:57, Chris Tapp wrote: > > On 9 Dec 2012, at 16:47, Chris Larson wrote: > >> >> >> On Sun, Dec 9, 2012 at 9:44 AM, Chris Tapp <opensource@keylevel.com> wrote: >> On 9 Dec 2012, at 16:30, Chris Larson wrote: >> >>> On Sun, Dec 9, 2012 at 7:50 AM, Bruce Ashfield <bruce.ashfield@windriver.com> wrote: >>> On 12-12-09 5:48 AM, Chris Tapp wrote: >>> On 9 Dec 2012, at 04:47, Bruce Ashfield wrote: >>> >>> >>> >>> >>> On Sat, Dec 8, 2012 at 7:54 PM, Chris Tapp <opensource@keylevel.com >>> <mailto:opensource@keylevel.com>> wrote: >>> >>> On 9 Dec 2012, at 00:11, Chris Larson wrote: >>> >>> On Sat, Dec 8, 2012 at 5:07 PM, Chris Tapp >>> <opensource@keylevel.com <mailto:opensource@keylevel.com>> wrote: >>> >>> Is it possible to have more than one bbappend applied to a >>> recipe? >>> >>> I'm using meta-cedartrail with my own layer (which is set as >>> lower priority). >>> >>> Meta-cedartrail has a linux-yocto_3.0.bbappend, but I want to >>> be able to enable CONFIG_HID_APPLE in my layer so my Apple >>> keyboard works (and keep meta-cedartrail 'clean'). Is it >>> possible to use another linux-yocto_3.0.bbappend in my layer? >>> I've given it a try, but it's not working and I thought it >>> would be an idea to see if it __should__ before I try and fix >>> it ;-) >>> >>> >>> All bbappends from all layers are applied, in layer priority order. >>> >>> Thanks, I was hoping that was the case. >>> >>> I wonder why this isn't working then - I think I've done it as >>> shown in the dev manual... >>> >>> >>> Is it something other than the bbappends ? i.e. are you sure you have >>> all the required >>> dependencies for CONFIG_HID_APPLE already enabled, or in the same fragment >>> you are appending ? >>> >>> menuconfig shows that the dependencies are ok. I've got a single >>> fragment referenced using a SRC_URI in the bbappend which sets >>> FILESEXTRAPATHS_prepend. The .cfg file just sets: >>> >>> CONFIG_HID_APPLE=y >>> >>> I can't find my .cfg file in the work area, so it seems as if it's not >>> being picked up. >>> >>> I'd suggest putting your .bbappend on a pastebin so we can inspect it. >> >> Please see http://pastebin.com/EnesrEN0 >> >> Did you use bitbake -e linux-yocto | grep SRC_URI= to confirm it's listed there? > > I have now - it isn't showing. Any syntax errors in the bbappend are detected, so it looks like it's being processed. I think I may have worked this out. My bbappend was using SRC_URI. If I change this to SRC_URI_cedartrail then my .cfg is fetched and merged as expected. I was expecting SRC_URI to be used for all machines, but this doesn't seem to be the case. >> -- >> Christopher Larson > > Chris Tapp > > opensource@keylevel.com > www.keylevel.com > > > > _______________________________________________ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto Chris Tapp opensource@keylevel.com www.keylevel.com [-- Attachment #2: Type: text/html, Size: 7223 bytes --] ^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2012-12-10 10:23 UTC | newest] Thread overview: 13+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2012-12-09 0:07 bbappending a bbappend Chris Tapp 2012-12-09 0:11 ` Chris Larson 2012-12-09 0:54 ` Chris Tapp 2012-12-09 2:06 ` Chris Larson 2012-12-09 10:43 ` Chris Tapp 2012-12-09 4:47 ` Bruce Ashfield 2012-12-09 10:48 ` Chris Tapp 2012-12-09 14:50 ` Bruce Ashfield 2012-12-09 16:30 ` Chris Larson 2012-12-09 16:44 ` Chris Tapp 2012-12-09 16:47 ` Chris Larson 2012-12-09 16:57 ` Chris Tapp 2012-12-10 10:23 ` Chris Tapp
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.