mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 11:42:57 +00:00
omapdrm-pvr: Update recipe for K3.14
Contains updates for the following:
* enable traces when the SGX recovers from error
* close GEM vm using DRM API.
Signed-off-by: Karthik Ramanan <a0393906@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
committed by
Denys Dmytriyenko
parent
dc486eb2b6
commit
1a9bf092a5
@@ -5,15 +5,15 @@ LIC_FILES_CHKSUM = "file://eurasia_km/README;beginline=13;endline=22;md5=2b841bf
|
||||
|
||||
inherit module
|
||||
|
||||
MACHINE_KERNEL_PR_append = "f"
|
||||
MACHINE_KERNEL_PR_append = "k"
|
||||
PR = "${MACHINE_KERNEL_PR}"
|
||||
|
||||
BRANCH = "next"
|
||||
BRANCH = "dra7/k3.14"
|
||||
|
||||
SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-linux.git;protocol=git;branch=${BRANCH}"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
SRCREV = "430673f78b79eccdf308a6bbfb524209b485d2cc"
|
||||
SRCREV = "b6f1e4d6f55b05d15f67b91738b45a2b5bdffe65"
|
||||
|
||||
EXTRA_OEMAKE += 'KERNELDIR="${STAGING_KERNEL_DIR}"'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user