summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2018-02-17 07:02:09 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-02-18 14:38:15 -0500
commit4c530a4ef51f8e5207fa8d50ed719429da33deb2 (patch)
treea2c08f7c8d70c4fc5f24dd62d5925d6bad5710ac
parentfaf5211f5581e7ccad19029d0dd69555dbea01d9 (diff)
downloadmeta-ti-4c530a4ef51f8e5207fa8d50ed719429da33deb2.tar.gz
linux-ti-staging, am57xx-evm.conf: udpate to the latest, add support for .itb
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--conf/machine/am57xx-evm.conf2
-rw-r--r--recipes-kernel/linux/linux-ti-staging-rt_4.14.bb2
-rw-r--r--recipes-kernel/linux/linux-ti-staging_4.14.bb6
3 files changed, 6 insertions, 4 deletions
diff --git a/conf/machine/am57xx-evm.conf b/conf/machine/am57xx-evm.conf
index f3637b70..e763abad 100644
--- a/conf/machine/am57xx-evm.conf
+++ b/conf/machine/am57xx-evm.conf
@@ -11,7 +11,7 @@ IMAGE_FSTYPES += "tar.xz"
11SERIAL_CONSOLE = "115200 ttyS2" 11SERIAL_CONSOLE = "115200 ttyS2"
12 12
13KERNEL_DEVICETREE = "am57xx-beagle-x15.dtb am57xx-beagle-x15-revb1.dtb am57xx-beagle-x15-revc.dtb \ 13KERNEL_DEVICETREE = "am57xx-beagle-x15.dtb am57xx-beagle-x15-revb1.dtb am57xx-beagle-x15-revc.dtb \
14 ti/am57xx-evm.dtbo ti/mt9t111.dtbo ti/ov10635.dtbo \ 14 ti/am57xx-evm.dtbo ti/mt9t111.dtbo ti/ov10635.dtbo ti/am57xx-evm.itb \
15 am571x-idk.dtb am571x-idk-lcd-osd101t2045.dtb am571x-idk-lcd-osd101t2587.dtb \ 15 am571x-idk.dtb am571x-idk-lcd-osd101t2045.dtb am571x-idk-lcd-osd101t2587.dtb \
16 am572x-idk.dtb am572x-idk-lcd-osd101t2045.dtb am572x-idk-lcd-osd101t2587.dtb \ 16 am572x-idk.dtb am572x-idk-lcd-osd101t2045.dtb am572x-idk-lcd-osd101t2587.dtb \
17 am574x-idk.dtb am574x-idk-lcd-osd101t2587.dtb \ 17 am574x-idk.dtb am574x-idk-lcd-osd101t2587.dtb \
diff --git a/recipes-kernel/linux/linux-ti-staging-rt_4.14.bb b/recipes-kernel/linux/linux-ti-staging-rt_4.14.bb
index 802a8b10..b9dcbdc6 100644
--- a/recipes-kernel/linux/linux-ti-staging-rt_4.14.bb
+++ b/recipes-kernel/linux/linux-ti-staging-rt_4.14.bb
@@ -6,4 +6,4 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-4.14:"
6 6
7BRANCH = "ti-rt-linux-4.14.y" 7BRANCH = "ti-rt-linux-4.14.y"
8 8
9SRCREV = "92c3e398509d57ea7ad40ac87aa5b7ed5e5014e2" 9SRCREV = "13c0583ddb2c981891bd2413fa1e300ff56cb6bf"
diff --git a/recipes-kernel/linux/linux-ti-staging_4.14.bb b/recipes-kernel/linux/linux-ti-staging_4.14.bb
index f8d0d444..364a6fb6 100644
--- a/recipes-kernel/linux/linux-ti-staging_4.14.bb
+++ b/recipes-kernel/linux/linux-ti-staging_4.14.bb
@@ -54,8 +54,8 @@ S = "${WORKDIR}/git"
54 54
55BRANCH = "ti-lsk-linux-4.14.y" 55BRANCH = "ti-lsk-linux-4.14.y"
56 56
57SRCREV = "36a950c35adcec9c55c20ef1deb5e33c87ae0a3f" 57SRCREV = "ceefd552693f88d40d447fdb5ac5c42104cd2632"
58PV = "4.14.19+git${SRCPV}" 58PV = "4.14.20+git${SRCPV}"
59 59
60# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild 60# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
61MACHINE_KERNEL_PR_append = "a" 61MACHINE_KERNEL_PR_append = "a"
@@ -65,3 +65,5 @@ KERNEL_GIT_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git"
65KERNEL_GIT_PROTOCOL = "git" 65KERNEL_GIT_PROTOCOL = "git"
66SRC_URI += "${KERNEL_GIT_URI};protocol=${KERNEL_GIT_PROTOCOL};branch=${BRANCH} \ 66SRC_URI += "${KERNEL_GIT_URI};protocol=${KERNEL_GIT_PROTOCOL};branch=${BRANCH} \
67 file://defconfig" 67 file://defconfig"
68
69FILES_kernel-devicetree += "/${KERNEL_IMAGEDEST}/*.itb"