diff options
author | Gowtham Tammana <g-tammana@ti.com> | 2020-02-14 01:40:05 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2020-02-13 19:22:58 +0000 |
commit | 15306e387f227e11849e8f67f0dd736b2a9ba6db (patch) | |
tree | 4f2cd6b426c97783badf39420bcf6b13c78191c0 | |
parent | 3ed79f38643979754f1ca508bf09ebc8436d42d0 (diff) | |
download | meta-ti-15306e387f227e11849e8f67f0dd736b2a9ba6db.tar.gz |
ti-gc320-driver: Update srcrev to pick rtlinux build fix
Update srcrev to pick the fix for rt linux build issue.
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 dc0557f8..d536b1c6 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 = "f" | 8 | MACHINE_KERNEL_PR_append = "g" |
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}-k5.4" | 12 | BRANCH = "ti-${PV}-k5.4" |
13 | 13 | ||
14 | SRCREV = "0335b28d85add258b37160cd0907f13f5b5369fe" | 14 | SRCREV = "bd1c9751af7c693bdf1a0e6b8b96226305d45a8c" |
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 | 17 | ||