diff options
| author | Darren Hart <dvhart@linux.intel.com> | 2011-05-25 12:01:11 -0700 |
|---|---|---|
| committer | Darren Hart <dvhart@linux.intel.com> | 2011-05-27 09:47:56 -0700 |
| commit | e94dba8309874a82a570db60223d18b2c723c3a5 (patch) | |
| tree | 8e353e8ca7aee25c2bdb10b63d1fcb0f6842787a /meta-sugarbay/recipes-kernel | |
| parent | b0f4192e67e3140e41870b967977a2440a415c93 (diff) | |
| download | meta-intel-e94dba8309874a82a570db60223d18b2c723c3a5.tar.gz | |
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>
Diffstat (limited to 'meta-sugarbay/recipes-kernel')
| -rw-r--r-- | meta-sugarbay/recipes-kernel/linux/linux-yocto_git.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-sugarbay/recipes-kernel/linux/linux-yocto_git.bbappend b/meta-sugarbay/recipes-kernel/linux/linux-yocto_git.bbappend index c1b9a9ed..72d00ec4 100644 --- a/meta-sugarbay/recipes-kernel/linux/linux-yocto_git.bbappend +++ b/meta-sugarbay/recipes-kernel/linux/linux-yocto_git.bbappend | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | FILESEXTRAPATHS := "${FILESEXTRAPATHS}:${THISDIR}/${PN}" | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
| 2 | 2 | ||
| 3 | COMPATIBLE_MACHINE_sugarbay = "sugarbay" | 3 | COMPATIBLE_MACHINE_sugarbay = "sugarbay" |
| 4 | KMACHINE_sugarbay = "yocto/standard/common-pc-64/sugarbay" | 4 | KMACHINE_sugarbay = "yocto/standard/common-pc-64/sugarbay" |
