summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGowtham Tammana <g-tammana@ti.com>2019-09-18 22:17:47 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-09-18 17:13:23 +0000
commit528604a38770532f8eae56a0b54b4af6da5965fe (patch)
tree69e9b82957fe5d05e5c96b168e2cade6d3e677e6
parentdb6b94fb6cddbaed13dd05be760573a9f2a4fe4c (diff)
downloadmeta-ti-ti2019.04-rc1.tar.gz
ti-img-rogue-driver: Update srcrev to pick get_order fixti2019.04-rc1
`__get_order()` API got changed to `get_order()` in the newer kernel 4.19.73. Updating the srcrev to pick the corresponding fix in the driver. Signed-off-by: Gowtham Tammana <g-tammana@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.10.5371573.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.10.5371573.bb b/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.10.5371573.bb
index 5b9f7c08..986d0137 100644
--- a/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.10.5371573.bb
+++ b/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.10.5371573.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://README;beginline=15;endline=20;md5=0403c7dea01a2b8232
5 5
6inherit module 6inherit module
7 7
8MACHINE_KERNEL_PR_append = "b" 8MACHINE_KERNEL_PR_append = "c"
9PR = "${MACHINE_KERNEL_PR}" 9PR = "${MACHINE_KERNEL_PR}"
10 10
11PACKAGE_ARCH = "${MACHINE_ARCH}" 11PACKAGE_ARCH = "${MACHINE_ARCH}"
@@ -22,7 +22,7 @@ SRC_URI = "git://git.ti.com/graphics/ti-img-rogue-driver.git;branch=${BRANCH} \
22" 22"
23S = "${WORKDIR}/git" 23S = "${WORKDIR}/git"
24 24
25SRCREV = "12594852f8a46ead75b5ce3309372e4a1054be05" 25SRCREV = "2d0f0959c1e449de0c38ce988881437f7d5fcf65"
26 26
27PVR_SOC = "j721e_linux" 27PVR_SOC = "j721e_linux"
28PVR_BVNC = "22.104.208.318" 28PVR_BVNC = "22.104.208.318"