From: Karthik Ramanan Date: Fri, 11 Nov 2016 14:24:45 +0000 (+0530) Subject: dra7xx-evm: switch to different kernel X-Git-Tag: chinook_3.0.0~71 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=806cad57935e4771cdfda53b065eb1d7b131a963;p=AGL%2Fmeta-agl.git 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 --- 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_4.4.bbappend similarity index 51% rename from meta-agl-bsp/meta-ti/recipes-kernel/linux/linux-ti-staging%.bbappend rename to meta-agl-bsp/meta-ti/recipes-kernel/linux/linux-ti-staging_4.4.bbappend index a1b8ca4ea..d94c76e3c 100644 --- 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_4.4.bbappend @@ -5,3 +5,14 @@ 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" + +SRCREV = "${AUTOREV}" + +PV = "4.4.30+git${SRCPV}" + +KERNEL_GIT_URI = "git://git.omapzoom.org/kernel/omap" +BRANCH = "p-ti-lsk-linux-4.4.y-next" +SRC_URI_append = " \ + " + +KERNEL_DEVICETREE_dra7xx-evm_append = " dra7-evm-vision.dtb dra72-evm-vision.dtb am57xx-evm.dtb"