mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
meta-tlk: fix ignored SRC_URI appends
Fix SRC_URI appends ignored by meta-cedartrail and meta-crownbay. Used SRC_URI_append instead of SRC_URI. Also placed all variables in an .inc file to be required by all linux-yocto recipes in here, since all versions use the same. [YOCTO #3217] Signed-off-by: Mihai Lindner <mihaix.lindner@linux.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
This commit is contained in:
parent
6eea475e20
commit
7228f6b0c8
3
meta-tlk/recipes-kernel/linux/linux-yocto-tlk.inc
Normal file
3
meta-tlk/recipes-kernel/linux/linux-yocto-tlk.inc
Normal file
|
@ -0,0 +1,3 @@
|
|||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||
SRC_URI_append = " file://time-limited-kernel.cfg"
|
||||
PR .= ".2"
|
|
@ -1,6 +1 @@
|
|||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||
|
||||
# enable the time limited kernel configuration options
|
||||
SRC_URI += "file://time-limited-kernel.cfg"
|
||||
|
||||
PR .= ".1"
|
||||
require ${PN}-tlk.inc
|
||||
|
|
|
@ -1,6 +1 @@
|
|||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||
|
||||
# enable the time limited kernel configuration options
|
||||
SRC_URI += "file://time-limited-kernel.cfg"
|
||||
|
||||
PR .= ".1"
|
||||
require ${PN}-tlk.inc
|
||||
|
|
|
@ -1,6 +1 @@
|
|||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||
|
||||
# enable the time limited kernel configuration options
|
||||
SRC_URI += "file://time-limited-kernel.cfg"
|
||||
|
||||
PR .= ".1"
|
||||
require ${PN}-tlk.inc
|
||||
|
|
Loading…
Reference in New Issue
Block a user