mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-05-07 03:49:20 +00:00
ti-gc320-driver: Use GFP_DMA32 flag for allocations
Signed-off-by: Gowtham Tammana <g-tammana@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
committed by
Denys Dmytriyenko
parent
56b571f7ca
commit
8a152857b7
@@ -5,13 +5,13 @@ LIC_FILES_CHKSUM = "file://../LICENSE;md5=78d9818a51b9a8e9bb89dea418bac297"
|
|||||||
|
|
||||||
inherit module
|
inherit module
|
||||||
|
|
||||||
MACHINE_KERNEL_PR_append = "c"
|
MACHINE_KERNEL_PR_append = "d"
|
||||||
PR = "${MACHINE_KERNEL_PR}"
|
PR = "${MACHINE_KERNEL_PR}"
|
||||||
|
|
||||||
# Need to branch out with ${PV} var
|
# Need to branch out with ${PV} var
|
||||||
BRANCH = "ti-${PV}-k4.9"
|
BRANCH = "ti-${PV}-k4.9"
|
||||||
|
|
||||||
SRCREV = "030df5ecf503ef3c83dca6e732e6d47d4a11cd4b"
|
SRCREV = "295443bf56f2100b7b2714c2c30b31ba86e96a0c"
|
||||||
|
|
||||||
SRC_URI = "git://git.ti.com/graphics/ti-gc320-driver.git;protocol=git;branch=${BRANCH}"
|
SRC_URI = "git://git.ti.com/graphics/ti-gc320-driver.git;protocol=git;branch=${BRANCH}"
|
||||||
S = "${WORKDIR}/git/src"
|
S = "${WORKDIR}/git/src"
|
||||||
|
|||||||
Reference in New Issue
Block a user