mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-06-01 16:30:45 +00:00
ti-sgx-ddk-um: bump SRCREV for zeus support
This also allows us to do two extra tasks so lets do them here: - Add support back for Beagleboard and Pandaboard - Remove plugins workaround as SO names are handled correctly now Signed-off-by: Andrew F. Davis <afd@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
committed by
Denys Dmytriyenko
parent
418c90c917
commit
6874bfaba3
@@ -4,19 +4,21 @@ LICENSE = "TI-TSPA"
|
|||||||
LIC_FILES_CHKSUM = "file://TI-Linux-Graphics-DDK-UM-Manifest.doc;md5=b17390502bc89535c86cfbbae961a2a8"
|
LIC_FILES_CHKSUM = "file://TI-Linux-Graphics-DDK-UM-Manifest.doc;md5=b17390502bc89535c86cfbbae961a2a8"
|
||||||
|
|
||||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||||
COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|k3"
|
COMPATIBLE_MACHINE = "pandaboard|beagleboard|ti33x|ti43x|omap-a15|k3"
|
||||||
|
|
||||||
PR = "r34"
|
PR = "r35"
|
||||||
|
|
||||||
BRANCH = "ti-img-sgx/thud/${PV}"
|
BRANCH = "ti-img-sgx/zeus/${PV}"
|
||||||
|
|
||||||
SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git;branch=${BRANCH}"
|
SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git;branch=${BRANCH}"
|
||||||
SRCREV = "2a2e5bb090ced870d73ed4edbc54793e952cc6d8"
|
SRCREV = "ce7b96b88d31da27af5b3a2a890aba180a014fc4"
|
||||||
|
|
||||||
TARGET_PRODUCT_omap-a15 = "jacinto6evm"
|
TARGET_PRODUCT_omap-a15 = "jacinto6evm"
|
||||||
TARGET_PRODUCT_ti33x = "ti335x"
|
TARGET_PRODUCT_ti33x = "ti335x"
|
||||||
TARGET_PRODUCT_ti43x = "ti437x"
|
TARGET_PRODUCT_ti43x = "ti437x"
|
||||||
TARGET_PRODUCT_k3 = "ti654x"
|
TARGET_PRODUCT_k3 = "ti654x"
|
||||||
|
TARGET_PRODUCT_beagleboard = "ti343x"
|
||||||
|
TARGET_PRODUCT_pandaboard = "ti443x"
|
||||||
|
|
||||||
INITSCRIPT_NAME = "rc.pvr"
|
INITSCRIPT_NAME = "rc.pvr"
|
||||||
INITSCRIPT_PARAMS = "defaults 8"
|
INITSCRIPT_PARAMS = "defaults 8"
|
||||||
@@ -59,14 +61,7 @@ FILES_${PN} += " ${libdir}/*"
|
|||||||
FILES_${PN} += "${includedir}/*"
|
FILES_${PN} += "${includedir}/*"
|
||||||
FILES_${PN} += "${sysconfdir}/*"
|
FILES_${PN} += "${sysconfdir}/*"
|
||||||
|
|
||||||
PACKAGES =+ "${PN}-plugins"
|
|
||||||
FILES_${PN}-plugins = "${libdir}/libsrv_init.so ${libdir}/libsrv_um.so ${libdir}/libglslcompiler.so ${libdir}/libPVRScopeServices.so ${libdir}/libGLESv2.so ${libdir}/libEGL.so ${libdir}/libGLESv1_CM.so ${libdir}/libGLES_CM.so ${libdir}/libGLESv1_PVR_MESA.so ${libdir}/libGLESv2_PVR_MESA.so"
|
|
||||||
RDEPENDS_${PN} += "${PN}-plugins"
|
|
||||||
|
|
||||||
ALLOW_EMPTY_${PN}-plugins = "1"
|
|
||||||
|
|
||||||
INSANE_SKIP_${PN} += "dev-so ldflags useless-rpaths"
|
INSANE_SKIP_${PN} += "dev-so ldflags useless-rpaths"
|
||||||
INSANE_SKIP_${PN}-plugins = "dev-so"
|
INSANE_SKIP_${PN} += "already-stripped dev-deps"
|
||||||
INSANE_SKIP_${PN} += "already-stripped"
|
|
||||||
|
|
||||||
CLEANBROKEN = "1"
|
CLEANBROKEN = "1"
|
||||||
|
|||||||
Reference in New Issue
Block a user