On Wed, 2011-12-21 at 01:02 -0800, Darren Hart wrote: > Prepare to add additional poky distro variants by factoring out > assignments common to all poky* distros into poky-common.inc. Things > like the naming schemes, mirrors, etc. are common, while dependencies > and other things impacting image generation should be distro specific. > > Signed-off-by: Darren Hart <[email protected]>
Why doesn't something like: """ $meta-yocto/conf/distro$ cat poky-lsb.conf require conf/distro/poky.conf DISTRO = "poky-lsb" DISTROOVERRIDES = "poky:linuxstdbase" """ work? Effectively the above takes poky but then customises it... Cheers, Richard _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
