diff options
Diffstat (limited to 'recipes/powervr-drivers/omap3-sgx-modules_1.4.14.2514.bb')
-rw-r--r-- | recipes/powervr-drivers/omap3-sgx-modules_1.4.14.2514.bb | 4 |
1 files changed, 3 insertions, 1 deletions
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 9da9a478f8..a2c4d32aeb 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" |