summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2017-10-03 05:26:42 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-10-02 19:58:58 -0400
commita7849a82f1d5e057f2f941ecae20a302f5a33ce8 (patch)
tree5edb234961d1b78fa887c1f09adaf554699f66b7
parentd6c7eccd564efb775c18cad147526afd53ccdaf2 (diff)
downloadmeta-ti-a7849a82f1d5e057f2f941ecae20a302f5a33ce8.tar.gz
linux-ti-staging: update to 4.9.52 and add new AM5 DTBs
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--conf/machine/am57xx-evm.conf3
-rw-r--r--recipes-kernel/linux/linux-ti-staging-rt_4.9.bb2
-rw-r--r--recipes-kernel/linux/linux-ti-staging_4.9.bb6
3 files changed, 6 insertions, 5 deletions
diff --git a/conf/machine/am57xx-evm.conf b/conf/machine/am57xx-evm.conf
index 78f56e60..5c70b837 100644
--- a/conf/machine/am57xx-evm.conf
+++ b/conf/machine/am57xx-evm.conf
@@ -10,11 +10,12 @@ IMAGE_FSTYPES += "tar.xz"
10 10
11SERIAL_CONSOLE = "115200 ttyS2" 11SERIAL_CONSOLE = "115200 ttyS2"
12 12
13KERNEL_DEVICETREE = "am57xx-beagle-x15.dtb am57xx-beagle-x15-revb1.dtb \ 13KERNEL_DEVICETREE = "am57xx-beagle-x15.dtb am57xx-beagle-x15-revb1.dtb am57xx-beagle-x15-revc.dtb \
14 am57xx-evm.dtb am57xx-evm-cam-mt9t111.dtb am57xx-evm-cam-ov10635.dtb \ 14 am57xx-evm.dtb am57xx-evm-cam-mt9t111.dtb am57xx-evm-cam-ov10635.dtb \
15 am57xx-evm-reva3.dtb am57xx-evm-reva3-cam-mt9t111.dtb am57xx-evm-reva3-cam-ov10635.dtb \ 15 am57xx-evm-reva3.dtb am57xx-evm-reva3-cam-mt9t111.dtb am57xx-evm-reva3-cam-ov10635.dtb \
16 am571x-idk.dtb am571x-idk-lcd-osd101t2045.dtb am571x-idk-lcd-osd101t2587.dtb \ 16 am571x-idk.dtb am571x-idk-lcd-osd101t2045.dtb am571x-idk-lcd-osd101t2587.dtb \
17 am572x-idk.dtb am572x-idk-lcd-osd101t2045.dtb am572x-idk-lcd-osd101t2587.dtb \ 17 am572x-idk.dtb am572x-idk-lcd-osd101t2045.dtb am572x-idk-lcd-osd101t2587.dtb \
18 am574x-idk.dtb \
18 ${@base_conditional('ENABLE_TI_UIO_DEVICES', '1', 'am572x-idk-pru-excl-uio.dtb am571x-idk-pru-excl-uio.dtb', '', d)}" 19 ${@base_conditional('ENABLE_TI_UIO_DEVICES', '1', 'am572x-idk-pru-excl-uio.dtb am571x-idk-pru-excl-uio.dtb', '', d)}"
19 20
20UBOOT_MACHINE = "am57xx_evm_config" 21UBOOT_MACHINE = "am57xx_evm_config"
diff --git a/recipes-kernel/linux/linux-ti-staging-rt_4.9.bb b/recipes-kernel/linux/linux-ti-staging-rt_4.9.bb
index 07e4d987..76e75a3b 100644
--- a/recipes-kernel/linux/linux-ti-staging-rt_4.9.bb
+++ b/recipes-kernel/linux/linux-ti-staging-rt_4.9.bb
@@ -6,4 +6,4 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-4.9:"
6 6
7BRANCH = "ti-rt-linux-4.9.y" 7BRANCH = "ti-rt-linux-4.9.y"
8 8
9SRCREV = "360f39b7d7af94362d796a8278bb33bae2c53713" 9SRCREV = "3e12ba947dd5acc384a07de643ad1a14c6a5161c"
diff --git a/recipes-kernel/linux/linux-ti-staging_4.9.bb b/recipes-kernel/linux/linux-ti-staging_4.9.bb
index 0898523f..f7b026f1 100644
--- a/recipes-kernel/linux/linux-ti-staging_4.9.bb
+++ b/recipes-kernel/linux/linux-ti-staging_4.9.bb
@@ -55,11 +55,11 @@ S = "${WORKDIR}/git"
55 55
56BRANCH = "ti-lsk-linux-4.9.y" 56BRANCH = "ti-lsk-linux-4.9.y"
57 57
58SRCREV = "77a6df0646af48355779e367cb6398f57464b937" 58SRCREV = "a96dc68aaaa04b33179bc5ca36e742c4786f2cce"
59PV = "4.9.50+git${SRCPV}" 59PV = "4.9.52+git${SRCPV}"
60 60
61# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild 61# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
62MACHINE_KERNEL_PR_append = "c" 62MACHINE_KERNEL_PR_append = "a"
63PR = "${MACHINE_KERNEL_PR}" 63PR = "${MACHINE_KERNEL_PR}"
64 64
65KERNEL_GIT_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git" 65KERNEL_GIT_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git"