diff options
author | Gowtham Tammana <g-tammana@ti.com> | 2019-09-18 22:17:47 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-09-18 19:47:31 +0000 |
commit | bdcc57ab014715d348fec60b023a68f4a16fc437 (patch) | |
tree | 1533cc720fe4bf735b28b9ec06b4ef5bd1fa1164 /recipes-bsp/powervr-drivers | |
parent | 30f0c5a3a66f9dbd8c978f9d431a3f8d897c393b (diff) | |
download | meta-ti-bdcc57ab014715d348fec60b023a68f4a16fc437.tar.gz |
ti-img-rogue-driver: Update srcrev to pick get_order fix
`__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>
Diffstat (limited to 'recipes-bsp/powervr-drivers')
-rw-r--r-- | recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.10.5371573.bb | 4 |
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 | ||
6 | inherit module | 6 | inherit module |
7 | 7 | ||
8 | MACHINE_KERNEL_PR_append = "b" | 8 | MACHINE_KERNEL_PR_append = "c" |
9 | PR = "${MACHINE_KERNEL_PR}" | 9 | PR = "${MACHINE_KERNEL_PR}" |
10 | 10 | ||
11 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 11 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
@@ -22,7 +22,7 @@ SRC_URI = "git://git.ti.com/graphics/ti-img-rogue-driver.git;branch=${BRANCH} \ | |||
22 | " | 22 | " |
23 | S = "${WORKDIR}/git" | 23 | S = "${WORKDIR}/git" |
24 | 24 | ||
25 | SRCREV = "12594852f8a46ead75b5ce3309372e4a1054be05" | 25 | SRCREV = "2d0f0959c1e449de0c38ce988881437f7d5fcf65" |
26 | 26 | ||
27 | PVR_SOC = "j721e_linux" | 27 | PVR_SOC = "j721e_linux" |
28 | PVR_BVNC = "22.104.208.318" | 28 | PVR_BVNC = "22.104.208.318" |