dra7xx-evm: switch to different kernel 69/7169/3
authorKarthik Ramanan <a0393906@ti.com>
Fri, 11 Nov 2016 14:24:45 +0000 (19:54 +0530)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Sun, 13 Nov 2016 20:10:01 +0000 (20:10 +0000)
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 <a0393906@ti.com>
meta-agl-bsp/meta-ti/recipes-kernel/linux/linux-ti-staging_4.4.bbappend [moved from meta-agl-bsp/meta-ti/recipes-kernel/linux/linux-ti-staging%.bbappend with 51% similarity]

@@ -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"