From 806cad57935e4771cdfda53b065eb1d7b131a963 Mon Sep 17 00:00:00 2001 From: Karthik Ramanan Date: Fri, 11 Nov 2016 19:54:45 +0530 Subject: dra7xx-evm: switch to different kernel Also renamed the append file to make it kernel specific. This kernel will enable more automotive specific usecases like radio and other adapter boards that will be required for AGL. Change-Id: I2259724061f8b47f79fa43a5b65d43c8e025fd3a Signed-off-by: Karthik Ramanan --- .../meta-ti/recipes-kernel/linux/linux-ti-staging%.bbappend | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 meta-agl-bsp/meta-ti/recipes-kernel/linux/linux-ti-staging%.bbappend (limited to 'meta-agl-bsp/meta-ti/recipes-kernel/linux/linux-ti-staging%.bbappend') diff --git a/meta-agl-bsp/meta-ti/recipes-kernel/linux/linux-ti-staging%.bbappend b/meta-agl-bsp/meta-ti/recipes-kernel/linux/linux-ti-staging%.bbappend deleted file mode 100644 index a1b8ca4ea..000000000 --- a/meta-agl-bsp/meta-ti/recipes-kernel/linux/linux-ti-staging%.bbappend +++ /dev/null @@ -1,7 +0,0 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/files:" - -SRC_URI_append = " file://ramblock_nbd.cfg" -SRC_URI_append = " file://smack.cfg" -SRC_URI_append = " file://smack-default-lsm.cfg" - -KERNEL_CONFIG_FRAGMENTS_append = " ${WORKDIR}/ramblock_nbd.cfg ${WORKDIR}/smack.cfg ${WORKDIR}/smack-default-lsm.cfg" -- cgit 1.2.3-korg