From cb55344928f13306feaf57dd1435913415d9122e Mon Sep 17 00:00:00 2001 From: California Sullivan Date: Tue, 30 May 2017 15:04:17 -0700 Subject: 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 Signed-off-by: Saul Wold --- meta-tlk/recipes-kernel/linux/linux-yocto_tlk.inc | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 meta-tlk/recipes-kernel/linux/linux-yocto_tlk.inc (limited to 'meta-tlk/recipes-kernel/linux/linux-yocto_tlk.inc') 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 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/linux-yocto:" -SRC_URI_append = " file://time-limited-kernel.cfg" -- cgit v1.2.3-54-g00ecf