[oe-commits] Koen Kooi : libgles-omap3, omap3-sgx-modules: switch to new style installjammer unpacker

git version control git at git.openembedded.org
Tue Dec 8 12:38:01 UTC 2009


Module: openembedded.git
Branch: martin_jansa/xorg-7.5
Commit: e23f7ee8b6d4c2c4878bca566a6f8e26decc7a45
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e23f7ee8b6d4c2c4878bca566a6f8e26decc7a45

Author: Koen Kooi <k-kooi at ti.com>
Date:   Fri Dec  4 13:24:01 2009 +0100

libgles-omap3, omap3-sgx-modules: switch to new style installjammer unpacker

---

 recipes/powervr-drivers/libgles-omap3.inc          |    4 +++-
 .../omap3-sgx-modules_1.4.14.2514.bb               |    4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/recipes/powervr-drivers/libgles-omap3.inc b/recipes/powervr-drivers/libgles-omap3.inc
index 208da9e..ddec910 100644
--- a/recipes/powervr-drivers/libgles-omap3.inc
+++ b/recipes/powervr-drivers/libgles-omap3.inc
@@ -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
diff --git a/recipes/powervr-drivers/omap3-sgx-modules_1.4.14.2514.bb b/recipes/powervr-drivers/omap3-sgx-modules_1.4.14.2514.bb
index 9da9a47..a2c4d32 100644
--- a/recipes/powervr-drivers/omap3-sgx-modules_1.4.14.2514.bb
+++ b/recipes/powervr-drivers/omap3-sgx-modules_1.4.14.2514.bb
@@ -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"





More information about the Openembedded-commits mailing list