diff options
| author | Peter A. Bigot <bigotp@acm.org> | 2012-02-15 09:30:58 -0600 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2012-02-20 21:25:24 -0500 |
| commit | 108e0894e8dd0124327c81d23e8491bedfb8c219 (patch) | |
| tree | 27256c093f878cb763ad16f7e38c8c5a19883612 | |
| parent | a365e31ab237156244ff265a7c2d11153f2ef9b1 (diff) | |
| download | meta-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.bb | 3 |
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 | " |
| 18 | SRC_URI[md5sum] = "0e651eaa92bb91760f0b40a17697a7dc" | 18 | SRC_URI[md5sum] = "0e651eaa92bb91760f0b40a17697a7dc" |
| 19 | SRC_URI[sha256sum] = "bfe764a8959556195545d6fff76f63a489642f345c105bbbc309a3f243c2dd0e" | 19 | SRC_URI[sha256sum] = "bfe764a8959556195545d6fff76f63a489642f345c105bbbc309a3f243c2dd0e" |
| 20 | S = "${WORKDIR}/Graphics_SDK_${SGXPV}/GFX_Linux_KM" | 20 | TI_BIN_UNPK_WDEXT="/Graphics_SDK_${SGXPV}" |
| 21 | S = "${WORKDIR}${TI_BIN_UNPK_WDEXT}/GFX_Linux_KM" | ||
| 21 | 22 | ||
| 22 | PVRBUILD = "release" | 23 | PVRBUILD = "release" |
| 23 | export KERNELDIR = "${STAGING_KERNEL_DIR}" | 24 | export KERNELDIR = "${STAGING_KERNEL_DIR}" |
