summaryrefslogtreecommitdiffstats
path: root/meta-tlk
diff options
context:
space:
mode:
authorCalifornia Sullivan <california.l.sullivan@intel.com>2017-05-30 15:04:17 -0700
committerSaul Wold <sgw@linux.intel.com>2017-07-06 15:58:01 -0700
commitcb55344928f13306feaf57dd1435913415d9122e (patch)
tree96a1e8d8ef53099cda4dc8eb84444989a3174930 /meta-tlk
parent931e708262a973bd6ea1b87631d1f907b972a92b (diff)
downloadmeta-intel-cb55344928f13306feaf57dd1435913415d9122e.tar.gz
meta-tlk: merge linux-yocto_tlk.inc with bbappend
Only one recipe uses this .inc file, and we need to add a linux-intel bbappend that is slightly different, so this .inc file will not be appropriate there either. Instead just keep everything in the bbappend. We can reuse the time-limited-kernel config fragment, so move that to a neutral location as well. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta-tlk')
-rw-r--r--meta-tlk/recipes-kernel/linux/files/time-limited-kernel.cfg (renamed from meta-tlk/recipes-kernel/linux/linux-yocto/time-limited-kernel.cfg)0
-rw-r--r--meta-tlk/recipes-kernel/linux/linux-yocto_%.bbappend3
-rw-r--r--meta-tlk/recipes-kernel/linux/linux-yocto_tlk.inc2
3 files changed, 2 insertions, 3 deletions
diff --git a/meta-tlk/recipes-kernel/linux/linux-yocto/time-limited-kernel.cfg b/meta-tlk/recipes-kernel/linux/files/time-limited-kernel.cfg
index 44f4beaa..44f4beaa 100644
--- a/meta-tlk/recipes-kernel/linux/linux-yocto/time-limited-kernel.cfg
+++ b/meta-tlk/recipes-kernel/linux/files/time-limited-kernel.cfg
diff --git a/meta-tlk/recipes-kernel/linux/linux-yocto_%.bbappend b/meta-tlk/recipes-kernel/linux/linux-yocto_%.bbappend
index f5801680..30085121 100644
--- a/meta-tlk/recipes-kernel/linux/linux-yocto_%.bbappend
+++ b/meta-tlk/recipes-kernel/linux/linux-yocto_%.bbappend
@@ -1 +1,2 @@
1require ${PN}_tlk.inc 1FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
2SRC_URI_append = " file://time-limited-kernel.cfg"
diff --git a/meta-tlk/recipes-kernel/linux/linux-yocto_tlk.inc b/meta-tlk/recipes-kernel/linux/linux-yocto_tlk.inc
deleted file mode 100644
index f4c0db32..00000000
--- a/meta-tlk/recipes-kernel/linux/linux-yocto_tlk.inc
+++ /dev/null
@@ -1,2 +0,0 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/linux-yocto:"
2SRC_URI_append = " file://time-limited-kernel.cfg"