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 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
