summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGowtham Tammana <g-tammana@ti.com>2018-03-08 01:16:46 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-03-13 17:27:03 -0400
commit1b1dd2e6424d9f5b30ffa3ed094476307e02d5d9 (patch)
tree9cf101bb1d8a49d99c7bab56e12cd7b94bc21d53
parent2e64368948f8df8ab7614c9cd4ba7d9254466989 (diff)
downloadmeta-ti-1b1dd2e6424d9f5b30ffa3ed094476307e02d5d9.tar.gz
ti-gc320-driver: move to k4.14
Updated the recipe to pick the sources for k4.14. Signed-off-by: Gowtham Tammana <g-tammana@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb b/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb
index 7beb9aa1..94485b6a 100644
--- a/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb
+++ b/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb
@@ -5,13 +5,13 @@ LIC_FILES_CHKSUM = "file://../LICENSE;md5=78d9818a51b9a8e9bb89dea418bac297"
5 5
6inherit module 6inherit module
7 7
8MACHINE_KERNEL_PR_append = "d" 8MACHINE_KERNEL_PR_append = "e"
9PR = "${MACHINE_KERNEL_PR}" 9PR = "${MACHINE_KERNEL_PR}"
10 10
11# Need to branch out with ${PV} var 11# Need to branch out with ${PV} var
12BRANCH = "ti-${PV}-k4.9" 12BRANCH = "ti-${PV}-k4.14"
13 13
14SRCREV = "295443bf56f2100b7b2714c2c30b31ba86e96a0c" 14SRCREV = "a36799d9329efcfff19e30e690156d5ebf7e0c55"
15 15
16SRC_URI = "git://git.ti.com/graphics/ti-gc320-driver.git;protocol=git;branch=${BRANCH}" 16SRC_URI = "git://git.ti.com/graphics/ti-gc320-driver.git;protocol=git;branch=${BRANCH}"
17S = "${WORKDIR}/git/src" 17S = "${WORKDIR}/git/src"