diff options
author | Gowtham Tammana <g-tammana@ti.com> | 2016-12-22 11:43:12 -0600 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-12-23 21:08:27 -0500 |
commit | 059a6b1c1794ea642872b1f83a9b8b2187e40f1c (patch) | |
tree | 54c50f9a9ac321679c80764a6de57eaebf6a036d | |
parent | 70515e07143e7951b034e422f59d7a0672ff591b (diff) | |
download | meta-ti-059a6b1c1794ea642872b1f83a9b8b2187e40f1c.tar.gz |
ti-gc320-driver: add support for RT kernel
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.bb | 4 |
1 files changed, 2 insertions, 2 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 9344e30b..8ad7e4ba 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 | ||
6 | inherit module | 6 | inherit module |
7 | 7 | ||
8 | MACHINE_KERNEL_PR_append = "a" | 8 | MACHINE_KERNEL_PR_append = "b" |
9 | PR = "${MACHINE_KERNEL_PR}" | 9 | PR = "${MACHINE_KERNEL_PR}" |
10 | 10 | ||
11 | # Need to branch out with ${PV} var | 11 | # Need to branch out with ${PV} var |
12 | BRANCH = "ti-${PV}-k4.4" | 12 | BRANCH = "ti-${PV}-k4.4" |
13 | 13 | ||
14 | SRCREV = "7a2b06ad1df46a274336f7ae0e24a9d67e72cd66" | 14 | SRCREV = "65887c911db495fb66c6847c8b6eadc76c7470f4" |
15 | 15 | ||
16 | SRC_URI = "git://git.ti.com/graphics/ti-gc320-driver.git;protocol=git;branch=${BRANCH}" | 16 | SRC_URI = "git://git.ti.com/graphics/ti-gc320-driver.git;protocol=git;branch=${BRANCH}" |
17 | S = "${WORKDIR}/git/src" | 17 | S = "${WORKDIR}/git/src" |