mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-04 16:10:06 +00:00
My previous commit used a self referencing immediate expansion assignment using. This causes a circular reference and build failure, particularly when more than one layer is configured in. Use the _prepend mechanism in conjunction with the immediate expansion assignment operator to accomplish a similar thing without the self referencing. Note: This patch is dependent on changes to oe-core, specifically: http://lists.linuxtogo.org/pipermail/openembedded-core/2011-May/003145.html Signed-off-by: Darren Hart <dvhart@linux.intel.com> Cc: Tom Zanussi <tom.zanussi@intel.com> Cc: Phill Blundell <pb@pbcl.net> Cc: Koen Kooi <koen@dominion.thruhere.net> |
||
|---|---|---|
| .. | ||
| conf | ||
| docs | ||
| recipes-bsp | ||
| recipes-graphics/xorg-xserver | ||
| recipes-kernel/linux | ||
| COPYING.MIT | ||
| README.sources | ||
| ReleaseNotes | ||
The sources for the packages comprising the images shipped with this BSP can be found at the following location: http://autobuilder.yoctoproject.org/sources/ The metadata used to generate the images shipped with this BSP, in addition to the code contained in this BSP, can be found at the following location: http://autobuilder.yoctoproject.org/downloads/yocto-1.0/poky-bernard-5.0.tar.bz2 The metadata used to generate the images shipped with this BSP, in addition to the code contained in this BSP, can also be found at the following locations: git://git.yoctoproject.org/poky.git git://git.yoctoproject.org/meta-intel