libgles-omap3, omap3-sgx-modules: switch to new style installjammer unpacker
authorKoen Kooi <k-kooi@ti.com>
Fri, 4 Dec 2009 12:24:01 +0000 (13:24 +0100)
committerKoen Kooi <koen@openembedded.org>
Fri, 4 Dec 2009 18:46:03 +0000 (19:46 +0100)
recipes/powervr-drivers/libgles-omap3.inc
recipes/powervr-drivers/omap3-sgx-modules_1.4.14.2514.bb

index 208da9e..ddec910 100644 (file)
@@ -48,6 +48,9 @@ SRC_URI = "file://OMAP35x_Graphics_SDK_setuplinux_${SGXPV}.bin \
 
 S = "${WORKDIR}/OMAP35x_Graphics_SDK_${SGXPV}"
 
+TI_BIN_UNPK_CMDS="Y: qY:workdir:Y"
+require ../ti/ti-eula-unpack.inc
+
 BINLOCATION ?= "${S}/gfx_rel"
 
 PACKAGES += " xserver-kdrive-powervrsgx ${PN}-tests ${PN}-demos"
@@ -69,7 +72,6 @@ inherit update-rc.d
 INITSCRIPT_NAME = "pvr-init"
 INITSCRIPT_PARAMS = "start 30 5 2 . stop 40 0 1 6 ."
 
-require ../ti/ti-dspbios.inc
 
 do_compile() {
     for sofile in $(find ${S} -name "lib*Open*.so") $(find ${S} -name "lib*srv*.so")   $(find ${S} -name "lib*gl*.so") $(find ${S} -name "libpvr*.so") $(find ${S} -name "lib*GL*.so"); do
index 9da9a47..a2c4d32 100644 (file)
@@ -3,11 +3,13 @@ LICENSE = "GPLv2"
 
 DEFAULT_PREFERENCE = "-1"
 
-require ../ti/ti-dspbios.inc
 
 # download required binary distribution from:
 # http://software-dl.ti.com/dsps/forms/export.html?prod_no=/OMAP35x_Graphics_SDK_setuplinux_3_01_00_02.bin
 
+TI_BIN_UNPK_CMDS="Y: qY:workdir:Y"
+require ../ti/ti-eula-unpack.inc
+
 SGXPV = "3_01_00_02"
 IMGPV = "1.4.14.2514"
 BINFILE := "OMAP35x_Graphics_SDK_setuplinux_${SGXPV}.bin"