[oe] how to apply bbappend selectively

Paul Eggleton paul.eggleton at linux.intel.com
Thu Jul 28 10:31:58 UTC 2011


On Thursday 28 July 2011 10:56:28 Jaap de Jong wrote:
> I.m creating a special image with for instance a modified udev package.
> I've created a udev-xxx.bbappend for that purpose.
> But for all the other images I build for other hardware I still want to
> use the original udev-xxx.

Usually this is just done with machine overrides within the bbappend.

e.g.

SRC_URI_append_somemachine = "file://somefile.patch"
SOMEVARIABLE_somemachine = "value1"
ANOTHERVARIABLE_somemachine = "value2"

That way building for all other machines will be unaffected.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre




More information about the Openembedded-devel mailing list