mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-04 16:10:06 +00:00
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>
3 lines
104 B
C++
3 lines
104 B
C++
FILESEXTRAPATHS_prepend := "${THISDIR}/linux-yocto:"
|
|
SRC_URI_append = " file://time-limited-kernel.cfg"
|