diff options
author | Denys Dmytriyenko <denys@ti.com> | 2019-02-15 11:25:51 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-02-20 20:19:34 +0000 |
commit | 212e0b5af024680950d4d4655832b4b8312c0c95 (patch) | |
tree | fee8e568dc134054536e6e0f6b86ccadca9441e3 | |
parent | 612b62bf90518f440757a7eb98e768455bc87059 (diff) | |
download | meta-ti-212e0b5af024680950d4d4655832b4b8312c0c95.tar.gz |
linux-ti-staging: update to the latest
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r-- | conf/machine/include/ti33x.inc | 5 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-ti-staging-rt_4.19.bb | 2 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-ti-staging_4.19.bb | 4 |
3 files changed, 5 insertions, 6 deletions
diff --git a/conf/machine/include/ti33x.inc b/conf/machine/include/ti33x.inc index 8fc6b59d..ccbc9425 100644 --- a/conf/machine/include/ti33x.inc +++ b/conf/machine/include/ti33x.inc | |||
@@ -26,9 +26,8 @@ PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging" | |||
26 | 26 | ||
27 | KERNEL_IMAGETYPE = "zImage" | 27 | KERNEL_IMAGETYPE = "zImage" |
28 | 28 | ||
29 | KERNEL_DEVICETREE = "am335x-evm.dtb am335x-evmsk.dtb \ | 29 | KERNEL_DEVICETREE = "am335x-evm.dtb am335x-evmsk.dtb am335x-icev2.dtb \ |
30 | am335x-icev2.dtb \ | 30 | am335x-pocketbeagle.dtb am335x-bone.dtb am335x-boneblue.dtb \ |
31 | am335x-bone.dtb am335x-boneblue.dtb \ | ||
32 | am335x-boneblack.dtb am335x-boneblack-wireless.dtb \ | 31 | am335x-boneblack.dtb am335x-boneblack-wireless.dtb \ |
33 | am335x-bonegreen.dtb am335x-bonegreen-wireless.dtb" | 32 | am335x-bonegreen.dtb am335x-bonegreen-wireless.dtb" |
34 | 33 | ||
diff --git a/recipes-kernel/linux/linux-ti-staging-rt_4.19.bb b/recipes-kernel/linux/linux-ti-staging-rt_4.19.bb index e6e4c1bf..80ba8a79 100644 --- a/recipes-kernel/linux/linux-ti-staging-rt_4.19.bb +++ b/recipes-kernel/linux/linux-ti-staging-rt_4.19.bb | |||
@@ -6,5 +6,5 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-4.19:" | |||
6 | 6 | ||
7 | BRANCH = "ti-rt-linux-4.19.y" | 7 | BRANCH = "ti-rt-linux-4.19.y" |
8 | 8 | ||
9 | SRCREV = "54cdc562d6d233f43e5ffce60562d6fe110adf90" | 9 | SRCREV = "dc9886fc8d12a9721b9ba198ee10d2c4720fba5e" |
10 | PV = "4.19.15+git${SRCPV}" | 10 | PV = "4.19.15+git${SRCPV}" |
diff --git a/recipes-kernel/linux/linux-ti-staging_4.19.bb b/recipes-kernel/linux/linux-ti-staging_4.19.bb index 97a96a41..f6412fe3 100644 --- a/recipes-kernel/linux/linux-ti-staging_4.19.bb +++ b/recipes-kernel/linux/linux-ti-staging_4.19.bb | |||
@@ -56,11 +56,11 @@ S = "${WORKDIR}/git" | |||
56 | 56 | ||
57 | BRANCH = "ti-linux-4.19.y" | 57 | BRANCH = "ti-linux-4.19.y" |
58 | 58 | ||
59 | SRCREV = "efb32b0ef31152f612fcefae8f7511e88da957be" | 59 | SRCREV = "5ff99d90f1ff549c2c17e9a146abd73696f94f80" |
60 | PV = "4.19.15+git${SRCPV}" | 60 | PV = "4.19.15+git${SRCPV}" |
61 | 61 | ||
62 | # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild | 62 | # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild |
63 | MACHINE_KERNEL_PR_append = "a" | 63 | MACHINE_KERNEL_PR_append = "b" |
64 | PR = "${MACHINE_KERNEL_PR}" | 64 | PR = "${MACHINE_KERNEL_PR}" |
65 | 65 | ||
66 | KERNEL_GIT_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git" | 66 | KERNEL_GIT_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git" |