diff options
author | Denys Dmytriyenko <denis@denix.org> | 2010-05-10 15:28:45 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2010-05-18 15:59:08 -0400 |
commit | 36b166cd2d8dc058894496358cbbc7f1c155b339 (patch) | |
tree | ad35145ebc6c317a5ff9207da2b72abf730f6618 /recipes/powervr-drivers/libgles-omap3_3.01.00.06.bb | |
parent | 59599c1473da29f2459b745b6559910d9e10ef71 (diff) |
powervr-drivers: move GFX SDK bin from FILESPATH to DL_DIR
* Don't pollute the recipes/files directories with downloads - avoid git
reporting the file as untracked
* The same GFX SDK binary is required by libgles-omap3 and omap3-sgx-modules
recipes and instructions tell to put them in separate FILESPATH directories,
leading to confusion or duplication (it's half a GB file!)
* Checksums are not verified for files in FILESPATH, only for DL_DIR
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Diffstat (limited to 'recipes/powervr-drivers/libgles-omap3_3.01.00.06.bb')
-rw-r--r-- | recipes/powervr-drivers/libgles-omap3_3.01.00.06.bb | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/recipes/powervr-drivers/libgles-omap3_3.01.00.06.bb b/recipes/powervr-drivers/libgles-omap3_3.01.00.06.bb index 8ed6d7f169..bb7994f70e 100644 --- a/recipes/powervr-drivers/libgles-omap3_3.01.00.06.bb +++ b/recipes/powervr-drivers/libgles-omap3_3.01.00.06.bb @@ -1,22 +1,18 @@ - BINLOCATION = "${S}/gfx_rel_es3.x" ES2LOCATION = "${S}/gfx_rel_es2.x" ES3LOCATION = "${S}/gfx_rel_es3.x" ES5LOCATION = "${S}/gfx_rel_es5.x" - require libgles-omap3.inc # download required binary distribution from: -# http://software-dl.ti.com/dsps/forms/export.html?prod_no=/OMAP35x_Graphics_SDK_setuplinux_3_01_00_06.bin +# http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gfxsdk/latest/index_FDS.html +# see libgles-omap3.inc for detailed installation instructions SGXPV = "3_01_00_06" IMGPV = "1.4.14.2616" BINFILE := "OMAP35x_Graphics_SDK_setuplinux_${SGXPV}.bin" - - - - - +SRC_URI[md5sum] = "7aa37ca72f34011d353e72cc67f8aac1" +SRC_URI[sha256sum] = "02276bc728699c36b0d2411c60f23030aa066ca6b8ed5adb7a40204563a227fb" |