[meta-ti] [PATCH] libgles-omap3, omap3-sgx-modules: swap around DEFAULT_PREFERENCE setting
Cooper Jr., Franklin
fcooper at ti.com
Mon Dec 2 18:06:10 PST 2013
Acked-by: Franklin Cooper Jr. <fcooper at ti.com>
> -----Original Message-----
> From: meta-ti-bounces at yoctoproject.org [mailto:meta-ti-
> bounces at yoctoproject.org] On Behalf Of Denys Dmytriyenko
> Sent: Monday, December 02, 2013 3:15 PM
> To: meta-ti at yoctoproject.org
> Subject: [meta-ti] [PATCH] libgles-omap3, omap3-sgx-modules: swap around
> DEFAULT_PREFERENCE setting
>
> From: Denys Dmytriyenko <denys at ti.com>
>
> This way the default for am335x and am437x will be the new 5.00.00.01
> Graphics SDK release, that matches the default 3.12 kernel.
>
> Signed-off-by: Denys Dmytriyenko <denys at ti.com>
> ---
> recipes-bsp/powervr-drivers/omap3-sgx-modules-x11_4.09.00.01.bb | 2 --
> recipes-bsp/powervr-drivers/omap3-sgx-modules_4.05.00.03.bb | 2 ++
> recipes-bsp/powervr-drivers/omap3-sgx-modules_4.08.00.01.bb | 2 --
> recipes-bsp/powervr-drivers/omap3-sgx-modules_4.08.00.02.bb | 2 --
> recipes-bsp/powervr-drivers/omap3-sgx-modules_5.00.00.01.bb | 2 --
> recipes-graphics/libgles/libgles-omap3_4.05.00.03.bb | 2 ++
> recipes-graphics/libgles/libgles-omap3_4.08.00.01.bb | 2 --
> recipes-graphics/libgles/libgles-omap3_4.08.00.02.bb | 2 --
> recipes-graphics/libgles/libgles-omap3_4.09.00.01.bb | 2 --
> recipes-graphics/libgles/libgles-omap3_5.00.00.01.bb | 2 --
> 10 files changed, 4 insertions(+), 16 deletions(-)
>
> 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 14f1860..f033eff 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 31c7d4e..bd476f0 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 4885946..e9f7190 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 793de14..d5737cd 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 4a5def2..e18ce0c 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 =
> "c2782a2f85024741722b936ec9dca66b858ae8561aa71b693f11e12d8c0385
> e0"
> 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 7795e2e..33836fb 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 a24da0e..990b425 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 e57ba42..59ef358 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 d094b5c..fec84fd 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 7af67eb..e48ec63 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"
> --
> 1.8.3.2
>
> _______________________________________________
> meta-ti mailing list
> meta-ti at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
More information about the meta-ti
mailing list