meta-intel/meta-n450
Darren Hart e94dba8309 linux-yocto*: correct FILESEXTRAPATHS assignment in all layers
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>
2011-05-27 09:47:56 -07:00
..
conf n450: use linux-yocto (2.6.37) by default 2011-04-27 15:20:38 -07:00
docs meta-n450: Add new BSP for BlackSand / n450 2011-01-03 16:46:14 -08:00
recipes-bsp n450: fix n450-audio LIC_FILES_CHKSUM 2011-05-14 20:53:39 -05:00
recipes-graphics/xorg-xserver n450: add xorg.conf to disable AutoAddDevices 2011-03-15 21:29:47 -07:00
recipes-kernel/linux linux-yocto*: correct FILESEXTRAPATHS assignment in all layers 2011-05-27 09:47:56 -07:00
COPYING.MIT meta-n450: Add new BSP for BlackSand / n450 2011-01-03 16:46:14 -08:00
README.sources README.sources: use git.yoctoproject.org as server for the BSP repository 2011-05-17 14:39:15 -05:00
ReleaseNotes meta-n450: Add new BSP for BlackSand / n450 2011-01-03 16:46:14 -08:00

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