From a2e40547fd6e2e7874e1587956c4490904ce552a Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 17 Feb 2014 21:39:45 +0000 Subject: 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 --- meta-tlk/recipes-kernel/linux/linux-yocto_tlk.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-tlk') 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 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" +FILESEXTRAPATHS_prepend := "${THISDIR}/linux-yocto:" SRC_URI_append = " file://time-limited-kernel.cfg" -- cgit v1.2.3-54-g00ecf