mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
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>
This commit is contained in:
parent
318312ce38
commit
a2e40547fd
|
|
@ -1,2 +1,2 @@
|
|||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||
FILESEXTRAPATHS_prepend := "${THISDIR}/linux-yocto:"
|
||||
SRC_URI_append = " file://time-limited-kernel.cfg"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user