diff options
author | Karthik Ramanan <a0393906@ti.com> | 2016-11-11 19:54:45 +0530 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2016-11-13 20:10:01 +0000 |
commit | 806cad57935e4771cdfda53b065eb1d7b131a963 (patch) | |
tree | 01b8bb5c5b59f1ca2f1d00ddcec0c94a425b17fc /meta-agl-bsp | |
parent | 61baed2387ceb17c2831a720f1fd0eafdd9ae8ff (diff) |
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 <a0393906@ti.com>
Diffstat (limited to 'meta-agl-bsp')
-rw-r--r-- | meta-agl-bsp/meta-ti/recipes-kernel/linux/linux-ti-staging_4.4.bbappend (renamed from meta-agl-bsp/meta-ti/recipes-kernel/linux/linux-ti-staging%.bbappend) | 11 |
1 files changed, 11 insertions, 0 deletions
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 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" |