Re: [yocto] Solved : Re: Problems building U-Boot for x86_64

2017-11-30 Thread Stefan Roese
Hi Ferry, On 08.10.2017 18:50, Ferry Toth wrote: Op Fri, 25 Aug 2017 22:30:42 +, schreef Ferry Toth: Op Fri, 25 Aug 2017 21:22:40 +0200, schreef Ferry Toth: Khem Raj wrote: On 8/23/17 3:40 PM, Ferry Toth wrote: Op Wed, 23 Aug 2017 14:51:55 -0700, schreef Khem Raj: On 8/23/17

[yocto] Board specific bbappend file

2013-12-05 Thread Stefan Roese
Dear List! I'm trying to add a board specific *.bbappend file to a recipe. To add board specific informations/settings to this recipe but without changing the common (generic) recipe (*.bb) file. Something like this: recipe: linux-xyz_3.12.bb board-specific append file:

Re: [yocto] Board specific bbappend file

2013-12-05 Thread Stefan Roese
Hi Bruce, On 05.12.2013 17:09, Bruce Ashfield wrote: I'm trying to add a board specific *.bbappend file to a recipe. To add board specific informations/settings to this recipe but without changing the common (generic) recipe (*.bb) file. Something like this: recipe: linux-xyz_3.12.bb

Re: [yocto] Board specific bbappend file

2013-12-05 Thread Stefan Roese
On 05.12.2013 17:33, Bruce Ashfield wrote: What exactly are you tried to change on a per-board basis ? Assuming it is variables, you can use the standard OVERRIDES mechanism to have a version specific bbappend, that changes variables on a per board basis. i.e. FOO_machine name = bar