mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 11:42:57 +00:00
ti-sgx-ddk-um: Update SRCREV for Kirkstone support
Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
This commit is contained in:
committed by
Ryan Eatmon
parent
a46edd771a
commit
7033f0e804
@@ -10,16 +10,16 @@ REQUIRED_MACHINE_FEATURES = "gpu"
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|am65xx"
|
||||
|
||||
PR = "r37"
|
||||
PR = "r38"
|
||||
|
||||
BRANCH = "ti-img-sgx/dunfell/${PV}"
|
||||
BRANCH = "ti-img-sgx/kirkstone/${PV}"
|
||||
|
||||
SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git;branch=${BRANCH}"
|
||||
SRCREV = "742cf38aba13e1ba1a910cf1f036a1a212c263b6"
|
||||
SRCREV = "905809029b877fea42e91b9738825a6294ff1775"
|
||||
|
||||
TARGET_PRODUCT:omap-a15 = "jacinto6evm"
|
||||
TARGET_PRODUCT:ti33x = "ti335x"
|
||||
TARGET_PRODUCT:ti43x = "ti437x"
|
||||
TARGET_PRODUCT:omap-a15 = "ti572x"
|
||||
TARGET_PRODUCT:am65xx = "ti654x"
|
||||
|
||||
INITSCRIPT_NAME = "rc.pvr"
|
||||
@@ -63,6 +63,7 @@ FILES:${PN} = "${bindir}/*"
|
||||
FILES:${PN} += " ${libdir}/*"
|
||||
FILES:${PN} += "${includedir}/*"
|
||||
FILES:${PN} += "${sysconfdir}/*"
|
||||
FILES:${PN} += "${datadir}/*"
|
||||
|
||||
INSANE_SKIP:${PN} += "dev-so ldflags useless-rpaths"
|
||||
INSANE_SKIP:${PN} += "already-stripped dev-deps"
|
||||
|
||||
Reference in New Issue
Block a user