1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-04-20 19:53:43 +00:00

ti-gc320-driver: Update SRCREV

Update SRCREV to the latest head of `ti-5.0.11.p7-k4.4` branch.
This adds the following changes:

  - Remove dependency on dmac_flush/inv/clean_range
  - Remove spurious page count increments
  - Use __GFP_DMA32 for allocations

Signed-off-by: Gowtham Tammana <g-tammana@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Gowtham Tammana
2017-04-13 04:38:00 +00:00
committed by Denys Dmytriyenko
parent 3cc72b2790
commit 643f746580

View File

@@ -5,13 +5,13 @@ LIC_FILES_CHKSUM = "file://../LICENSE;md5=78d9818a51b9a8e9bb89dea418bac297"
inherit module
MACHINE_KERNEL_PR_append = "b"
MACHINE_KERNEL_PR_append = "c"
PR = "${MACHINE_KERNEL_PR}"
# Need to branch out with ${PV} var
BRANCH = "ti-${PV}-k4.4"
SRCREV = "65887c911db495fb66c6847c8b6eadc76c7470f4"
SRCREV = "d188246f28ad52410bc303c26a873e2cc0f82090"
SRC_URI = "git://git.ti.com/graphics/ti-gc320-driver.git;protocol=git;branch=${BRANCH}"
S = "${WORKDIR}/git/src"