meta-intel/meta-tlk/recipes-kernel/linux/linux-yocto_tlk.inc
Richard Purdie a2e40547fd 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>
2014-02-17 21:43:02 +00:00

3 lines
104 B
C++

FILESEXTRAPATHS_prepend := "${THISDIR}/linux-yocto:"
SRC_URI_append = " file://time-limited-kernel.cfg"