From 20aea21d9201df84b62887ec705c00f3d9bf57e2 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Wed, 13 Apr 2016 15:00:27 -0300 Subject: imx-gpu-viv: Drop Floating Point type handler The new packages does not support Soft-FP and releases will be always in Hard-FP making the mechanism unused. Remove the dead code. Change-Id: I833dbc61d29fec947876743e6ba3fb2f2112abd7 Signed-off-by: Otavio Salvador --- recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc | 10 ---------- recipes-graphics/imx-gpu-viv/imx-gpu-viv_5.0.11.p8.3-hfp.bb | 2 -- 2 files changed, 12 deletions(-) (limited to 'recipes-graphics') diff --git a/recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc b/recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc index 4d7708125..ce00724b1 100644 --- a/recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc +++ b/recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc @@ -51,16 +51,6 @@ python __anonymous () { has_vivante_kernel_driver_support = (d.getVar('MACHINE_HAS_VIVANTE_KERNEL_DRIVER_SUPPORT', True) or '0') if has_vivante_kernel_driver_support != '1': raise bb.parse.SkipPackage('The kernel of machine needs to have Vivante kernel driver support for this recipe to be used.') - - # Skip package if it does not match the machine float-point type in use - is_machine_hardfp = base_contains("TUNE_FEATURES", "callconvention-hard", True, False, d) - is_package_hardfp = d.getVar("PACKAGE_FP_TYPE", True) == "hardfp" - - if is_package_hardfp != is_machine_hardfp: - PN = d.getVar("PN", True) - PV = d.getVar("PV", True) - bb.debug(1, "Skipping %s (%s) as machine and package float-point does not match" % (PN, PV)) - raise bb.parse.SkipPackage("Package Float-Point is not compatible with the machine") } USE_X11 = "${@base_contains("DISTRO_FEATURES", "x11", "yes", "no", d)}" diff --git a/recipes-graphics/imx-gpu-viv/imx-gpu-viv_5.0.11.p8.3-hfp.bb b/recipes-graphics/imx-gpu-viv/imx-gpu-viv_5.0.11.p8.3-hfp.bb index 319f8852a..d32585768 100644 --- a/recipes-graphics/imx-gpu-viv/imx-gpu-viv_5.0.11.p8.3-hfp.bb +++ b/recipes-graphics/imx-gpu-viv/imx-gpu-viv_5.0.11.p8.3-hfp.bb @@ -5,5 +5,3 @@ require imx-gpu-viv.inc SRC_URI[md5sum] = "0416a2a02bfaed6d5337428375d568d5" SRC_URI[sha256sum] = "0400f19dce7223e046ca693cae8578201904c8e7bdcf0c444a6114afa14f09fe" - -PACKAGE_FP_TYPE = "hardfp" -- cgit v1.2.3-54-g00ecf