From 36b166cd2d8dc058894496358cbbc7f1c155b339 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Mon, 10 May 2010 15:28:45 -0400 Subject: 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 --- recipes/powervr-drivers/libgles-omap3_3.01.00.02.bb | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'recipes/powervr-drivers/libgles-omap3_3.01.00.02.bb') diff --git a/recipes/powervr-drivers/libgles-omap3_3.01.00.02.bb b/recipes/powervr-drivers/libgles-omap3_3.01.00.02.bb index 129db3f6e2..3b68c18852 100644 --- a/recipes/powervr-drivers/libgles-omap3_3.01.00.02.bb +++ b/recipes/powervr-drivers/libgles-omap3_3.01.00.02.bb @@ -5,14 +5,9 @@ require libgles-omap3.inc PR = "r7" # 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 +# 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_02" IMGPV = "1.4.14.2514" BINFILE := "OMAP35x_Graphics_SDK_setuplinux_${SGXPV}.bin" - - - - - - -- cgit v1.2.3