Update Vivante graphics driver for i.MX Linux BSP L4.1.15-1.0.0_ga release.
Software floating point is no longer supported. For a detailed list of changes in this update, see the Graphics section of the i.MX Linux Release Notes contained in the i.MX Linux BSP documentation here: https://www.nxp.com/webapp/Download?colCode=L4.1.15_1.0.0_LINUX_DOCS&location=null&fpsp=1&WT_TYPE=Supporting%20Information&WT_VENDOR=FREESCALE&WT_FILE_FORMAT=gz&WT_ASSET=Documentation&fileExt=.gz&Parent_nodeId=1337637154535695831062&Parent_pageType=product Signed-off-by: Tom Hochstein <[email protected]> --- recipes-graphics/imx-gpu-viv/imx-gpu-viv_5.0.11.p7.4-sfp.bb | 12 ------------ ...viv_5.0.11.p7.4-hfp.bb => imx-gpu-viv_5.0.11.p8.3-hfp.bb} | 6 +++--- 2 files changed, 3 insertions(+), 15 deletions(-) delete mode 100644 recipes-graphics/imx-gpu-viv/imx-gpu-viv_5.0.11.p7.4-sfp.bb rename recipes-graphics/imx-gpu-viv/{imx-gpu-viv_5.0.11.p7.4-hfp.bb => imx-gpu-viv_5.0.11.p8.3-hfp.bb} (38%) diff --git a/recipes-graphics/imx-gpu-viv/imx-gpu-viv_5.0.11.p7.4-sfp.bb b/recipes-graphics/imx-gpu-viv/imx-gpu-viv_5.0.11.p7.4-sfp.bb deleted file mode 100644 index ace3d5f..0000000 --- a/recipes-graphics/imx-gpu-viv/imx-gpu-viv_5.0.11.p7.4-sfp.bb +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright (C) 2013-2015 Freescale Semiconductor -# Released under the MIT license (see COPYING.MIT for the terms) - -require imx-gpu-viv.inc - -SRC_URI[md5sum] = "6423b4a803106e7a3fff0911daaff410" -SRC_URI[sha256sum] = "3ea201f91ce9b56455e4983ab1055e8175415fbbf2800dc097d47e78ceefba34" - -# FIXME skip the QA error for viv-samples -INSANE_SKIP_${PN} += "rpaths" - -PACKAGE_FP_TYPE = "softfp" diff --git a/recipes-graphics/imx-gpu-viv/imx-gpu-viv_5.0.11.p7.4-hfp.bb b/recipes-graphics/imx-gpu-viv/imx-gpu-viv_5.0.11.p8.3-hfp.bb similarity index 38% rename from recipes-graphics/imx-gpu-viv/imx-gpu-viv_5.0.11.p7.4-hfp.bb rename to recipes-graphics/imx-gpu-viv/imx-gpu-viv_5.0.11.p8.3-hfp.bb index 7895b6a..319f885 100644 --- a/recipes-graphics/imx-gpu-viv/imx-gpu-viv_5.0.11.p7.4-hfp.bb +++ b/recipes-graphics/imx-gpu-viv/imx-gpu-viv_5.0.11.p8.3-hfp.bb @@ -1,9 +1,9 @@ -# Copyright (C) 2013-2015 Freescale Semiconductor +# Copyright (C) 2013-2016 Freescale Semiconductor # Released under the MIT license (see COPYING.MIT for the terms) require imx-gpu-viv.inc -SRC_URI[md5sum] = "d348def4c050e215efe970828752e5b9" -SRC_URI[sha256sum] = "b80838104f2f2e3b0baf2f1aacdca263c1c92589ce919b3be40aaad23f686b7f" +SRC_URI[md5sum] = "0416a2a02bfaed6d5337428375d568d5" +SRC_URI[sha256sum] = "0400f19dce7223e046ca693cae8578201904c8e7bdcf0c444a6114afa14f09fe" PACKAGE_FP_TYPE = "hardfp" -- 1.9.1 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
