diff --git a/recipes-bsp/powervr-drivers/omap3-sgx-modules-x11_4.09.00.01.bb b/recipes-bsp/powervr-drivers/omap3-sgx-modules-x11_4.09.00.01.bb index 14f18603..f033effc 100644 --- a/recipes-bsp/powervr-drivers/omap3-sgx-modules-x11_4.09.00.01.bb +++ b/recipes-bsp/powervr-drivers/omap3-sgx-modules-x11_4.09.00.01.bb @@ -13,8 +13,6 @@ inherit module MACHINE_KERNEL_PR_append = "d" PR = "${MACHINE_KERNEL_PR}" -DEFAULT_PREFERENCE = "-1" - # Select the corresponding hardfp/softfp filename and checksums based on tune flags BINFILE_SOFTFP = "Graphics_SDK_setuplinux_${SGXPV}_minimal_demos.bin" MD5SUM_SOFTFP = "bd35e9d8843aff3a2aca9d41e7db1c7d" 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 31c7d4ec..bd476f01 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 @@ -13,6 +13,8 @@ inherit module MACHINE_KERNEL_PR_append = "b" PR = "${MACHINE_KERNEL_PR}" +DEFAULT_PREFERENCE_omap3 = "99" + SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gfxsdk/${SGXPV}/exports/Graphics_SDK_setuplinux_${SGXPV}.bin \ " SRC_URI[md5sum] = "0e651eaa92bb91760f0b40a17697a7dc" diff --git a/recipes-bsp/powervr-drivers/omap3-sgx-modules_4.08.00.01.bb b/recipes-bsp/powervr-drivers/omap3-sgx-modules_4.08.00.01.bb index 48859469..e9f71904 100644 --- a/recipes-bsp/powervr-drivers/omap3-sgx-modules_4.08.00.01.bb +++ b/recipes-bsp/powervr-drivers/omap3-sgx-modules_4.08.00.01.bb @@ -14,8 +14,6 @@ inherit module MACHINE_KERNEL_PR_append = "a" PR = "${MACHINE_KERNEL_PR}" -DEFAULT_PREFERENCE = "-1" - SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gfxsdk/${SGXPV}/exports/${BINFILE}" SRC_URI[md5sum] = "dd0d994a48ecc4293f272a1fddddf159" diff --git a/recipes-bsp/powervr-drivers/omap3-sgx-modules_4.08.00.02.bb b/recipes-bsp/powervr-drivers/omap3-sgx-modules_4.08.00.02.bb index 793de14d..d5737cdf 100644 --- a/recipes-bsp/powervr-drivers/omap3-sgx-modules_4.08.00.02.bb +++ b/recipes-bsp/powervr-drivers/omap3-sgx-modules_4.08.00.02.bb @@ -14,8 +14,6 @@ inherit module MACHINE_KERNEL_PR_append = "a" PR = "${MACHINE_KERNEL_PR}" -DEFAULT_PREFERENCE = "-1" - SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gfxsdk/${SGXPV}/exports/${BINFILE}" SRC_URI[md5sum] = "0efa3a38266e6f41f8cc4fad0187f0d6" diff --git a/recipes-bsp/powervr-drivers/omap3-sgx-modules_5.00.00.01.bb b/recipes-bsp/powervr-drivers/omap3-sgx-modules_5.00.00.01.bb index 4a5def2b..e18ce0cc 100644 --- a/recipes-bsp/powervr-drivers/omap3-sgx-modules_5.00.00.01.bb +++ b/recipes-bsp/powervr-drivers/omap3-sgx-modules_5.00.00.01.bb @@ -13,8 +13,6 @@ inherit module MACHINE_KERNEL_PR_append = "a" PR = "${MACHINE_KERNEL_PR}" -DEFAULT_PREFERENCE = "-1" - BINFILE_HARDFP = "Graphics_SDK_setuplinux_${SGXPV}_alpha_hardfp_minimal_demos.bin" MD5SUM_HARDFP = "ae6125d7f8a313ea5c02afded893052d" SHA256SUM_HARDFP = "c2782a2f85024741722b936ec9dca66b858ae8561aa71b693f11e12d8c0385e0" diff --git a/recipes-graphics/libgles/libgles-omap3_4.05.00.03.bb b/recipes-graphics/libgles/libgles-omap3_4.05.00.03.bb index 7795e2e0..33836fb3 100644 --- a/recipes-graphics/libgles/libgles-omap3_4.05.00.03.bb +++ b/recipes-graphics/libgles/libgles-omap3_4.05.00.03.bb @@ -5,6 +5,8 @@ BINLOCATION_ti33x = "${S}/gfx_rel_es8.x" require libgles-omap3.inc +DEFAULT_PREFERENCE_omap3 = "99" + # download required binary distribution from: # 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 diff --git a/recipes-graphics/libgles/libgles-omap3_4.08.00.01.bb b/recipes-graphics/libgles/libgles-omap3_4.08.00.01.bb index a24da0e5..990b4250 100644 --- a/recipes-graphics/libgles/libgles-omap3_4.08.00.01.bb +++ b/recipes-graphics/libgles/libgles-omap3_4.08.00.01.bb @@ -2,8 +2,6 @@ require libgles-omap3.inc LICENSE = "TSPA" -DEFAULT_PREFERENCE = "-1" - BINLOCATION_omap3 = "${S}/gfx_rel_es3.x" BINLOCATION_ti816x = "${S}/gfx_rel_es6.x" BINLOCATION_ti814x = "${S}/gfx_rel_es6.x" diff --git a/recipes-graphics/libgles/libgles-omap3_4.08.00.02.bb b/recipes-graphics/libgles/libgles-omap3_4.08.00.02.bb index e57ba422..59ef358f 100644 --- a/recipes-graphics/libgles/libgles-omap3_4.08.00.02.bb +++ b/recipes-graphics/libgles/libgles-omap3_4.08.00.02.bb @@ -2,8 +2,6 @@ require libgles-omap3.inc LICENSE = "TSPA" -DEFAULT_PREFERENCE = "-1" - BINLOCATION_omap3 = "${S}/gfx_rel_es3.x" BINLOCATION_ti816x = "${S}/gfx_rel_es6.x" BINLOCATION_ti814x = "${S}/gfx_rel_es6.x" diff --git a/recipes-graphics/libgles/libgles-omap3_4.09.00.01.bb b/recipes-graphics/libgles/libgles-omap3_4.09.00.01.bb index d094b5c9..fec84fda 100644 --- a/recipes-graphics/libgles/libgles-omap3_4.09.00.01.bb +++ b/recipes-graphics/libgles/libgles-omap3_4.09.00.01.bb @@ -4,8 +4,6 @@ LICENSE = "TSPA" PR = "${INC_PR}.2" -DEFAULT_PREFERENCE = "-1" - BINLOCATION_omap3 = "${S}/gfx_rel_es3.x" BINLOCATION_ti816x = "${S}/gfx_rel_es6.x" BINLOCATION_ti814x = "${S}/gfx_rel_es6.x" diff --git a/recipes-graphics/libgles/libgles-omap3_5.00.00.01.bb b/recipes-graphics/libgles/libgles-omap3_5.00.00.01.bb index 7af67eb6..e48ec63a 100644 --- a/recipes-graphics/libgles/libgles-omap3_5.00.00.01.bb +++ b/recipes-graphics/libgles/libgles-omap3_5.00.00.01.bb @@ -4,8 +4,6 @@ LICENSE = "TSPA" PR = "${INC_PR}.1" -DEFAULT_PREFERENCE = "-1" - BINLOCATION_omap3 = "${S}/gfx_rel_es3.x" BINLOCATION_ti816x = "${S}/gfx_rel_es6.x" BINLOCATION_ti814x = "${S}/gfx_rel_es6.x"