diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-17 21:39:45 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-17 21:43:02 +0000 |
commit | a2e40547fd6e2e7874e1587956c4490904ce552a (patch) | |
tree | 6c204c5a6b105c076a733f6104824521a3f0db1e /meta-tlk | |
parent | 318312ce38fb6fff052a9a870443519898b0c0d2 (diff) | |
download | meta-intel-a2e40547fd6e2e7874e1587956c4490904ce552a.tar.gz |
meta-tlk: Update linux-yocto bbappend after bitbake changes
For various (good) reasons we needed to adjust bitbake so that PN
is only set in bbappend/bb files, not from conf/inc files since
in many cases this was leading to odd/unexpected behaviour.
The variable can be used in these files however it cannot be
expanded, as it is here. We therefore need to remove the expansion
and replace with the real string. This fixes builds in master.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-tlk')
-rw-r--r-- | meta-tlk/recipes-kernel/linux/linux-yocto_tlk.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-tlk/recipes-kernel/linux/linux-yocto_tlk.inc b/meta-tlk/recipes-kernel/linux/linux-yocto_tlk.inc index 5461007b..f4c0db32 100644 --- a/meta-tlk/recipes-kernel/linux/linux-yocto_tlk.inc +++ b/meta-tlk/recipes-kernel/linux/linux-yocto_tlk.inc | |||
@@ -1,2 +1,2 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/linux-yocto:" |
2 | SRC_URI_append = " file://time-limited-kernel.cfg" | 2 | SRC_URI_append = " file://time-limited-kernel.cfg" |