summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter A. Bigot <bigotp@acm.org>2012-02-15 09:30:58 -0600
committerDenys Dmytriyenko <denys@ti.com>2012-02-20 21:25:24 -0500
commit108e0894e8dd0124327c81d23e8491bedfb8c219 (patch)
tree27256c093f878cb763ad16f7e38c8c5a19883612
parenta365e31ab237156244ff265a7c2d11153f2ef9b1 (diff)
downloadmeta-ti-108e0894e8dd0124327c81d23e8491bedfb8c219.tar.gz
omap3-sgx-modules: fix for corrected ti-eula-unpack
Signed-off-by: Peter A. Bigot <bigotp@acm.org> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/powervr-drivers/omap3-sgx-modules_4.05.00.03.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-bsp/powervr-drivers/omap3-sgx-modules_4.05.00.03.bb b/recipes-bsp/powervr-drivers/omap3-sgx-modules_4.05.00.03.bb
index 6f8d680b..42a2e9a6 100644
--- a/recipes-bsp/powervr-drivers/omap3-sgx-modules_4.05.00.03.bb
+++ b/recipes-bsp/powervr-drivers/omap3-sgx-modules_4.05.00.03.bb
@@ -17,7 +17,8 @@ SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gf
17 " 17 "
18SRC_URI[md5sum] = "0e651eaa92bb91760f0b40a17697a7dc" 18SRC_URI[md5sum] = "0e651eaa92bb91760f0b40a17697a7dc"
19SRC_URI[sha256sum] = "bfe764a8959556195545d6fff76f63a489642f345c105bbbc309a3f243c2dd0e" 19SRC_URI[sha256sum] = "bfe764a8959556195545d6fff76f63a489642f345c105bbbc309a3f243c2dd0e"
20S = "${WORKDIR}/Graphics_SDK_${SGXPV}/GFX_Linux_KM" 20TI_BIN_UNPK_WDEXT="/Graphics_SDK_${SGXPV}"
21S = "${WORKDIR}${TI_BIN_UNPK_WDEXT}/GFX_Linux_KM"
21 22
22PVRBUILD = "release" 23PVRBUILD = "release"
23export KERNELDIR = "${STAGING_KERNEL_DIR}" 24export KERNELDIR = "${STAGING_KERNEL_DIR}"