[meta-freescale] [PATCH] imx-gpu-viv: fix libvulkan soname issue

2019-10-01 Thread liu . ming50
From: Ming Liu Installing the vulkan driver in ${D}${libdir}/vulkan subdirectory is not a proper fix for the conflict with vulkan-loader. The root cause of this conflict is that both our libvulkan and vulkan-loader's libvulkan have a same soname libvulkan.so.1, we should set PRIVATE_LIBS in this

[meta-freescale] [PATCH] imx-sc-firmware: change PN to BPN

2019-08-25 Thread liu . ming50
From: Ming Liu This fixes a following QA warning: | QA Issue: imx-sc-firmware: SRC_URI uses PN not BPN [src-uri-bad] Signed-off-by: Ming Liu --- recipes-bsp/imx-sc-firmware/imx-sc-firmware_1.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/imx-sc-firmware/im

[meta-freescale] [PATCH] imx-boot: split out common variables to a bbclass

2019-06-20 Thread liu . ming50
From: Ming Liu The variables defined in imx-boot recipe are sort of so related to machine deployment, sometimes we need access these variables in other recipes like image bbclass during machine files deployment. So we would like to split them out into a common bbclass, then other recipes could si

[meta-freescale] [PATCH V2] mfgtools: add recipe

2019-06-17 Thread liu . ming50
From: Ming Liu Freescale/NXP I.MX Chip image deploy tools, uuu (Universal Update Utility), mfgtools 3.0. Signed-off-by: Ming Liu --- .../0001-CMakeLists.txt-fix-libzip-name.patch | 54 ++ ...MakeLists.txt-support-building-static-uuu.patch | 32 + recipes-bs

[meta-freescale] [PATCH] mfgtools: add recipe

2019-06-15 Thread liu . ming50
From: Ming Liu Freescale/NXP I.MX Chip image deploy tools, uuu (Universal Update Utility), mfgtools 3.0. Signed-off-by: Ming Liu --- .../0001-CMakeLists.txt-fix-libzip-name.patch | 54 ++ ...MakeLists.txt-support-building-static-uuu.patch | 32 + recipes-bs

[meta-freescale] [PATCH] meta: drop imx-m4-demos referencs

2019-01-23 Thread liu . ming50
From: Ming Liu There is not a imx-m4-demos recipe at all, drop its references. They could be added back once the recipe is added. Signed-off-by: Ming Liu --- conf/machine/imx8mmevk.conf | 1 - conf/machine/imx8mqevk.conf | 1 - recipes-bsp/imx-mkimage/imx-boot_0.2.bb |

[meta-freescale] [3rdparty][PATCH V3][master] u-boot-toradex-fw-utils: add new recipe

2018-11-20 Thread liu . ming50
From: Ming Liu I observed a following build issue: | *** | *** Can't find default configuration "arch/../configs/colibri_imx7_emmc_defconfig"! | *** | scripts/kconfig/Makefile:128: recipe for target 'colibri_imx7_emmc_defconfig' failed it's due to the colibri_imx7_emmc_defconfig does not exist

[meta-freescale] [3rdparty][PATCH V2][master] u-boot-toradex-fw-utils: add new recipe

2018-11-19 Thread liu . ming50
From: Ming Liu I observed a following build issue: | *** | *** Can't find default configuration "arch/../configs/colibri_imx7_emmc_defconfig"! | *** | scripts/kconfig/Makefile:128: recipe for target 'colibri_imx7_emmc_defconfig' failed it's due to the colibri_imx7_emmc_defconfig does not exist

[meta-freescale] [3rdparty][PATCH][master] u-boot-toradex-fw-utils: add new recipe

2018-11-18 Thread liu . ming50
From: Ming Liu I observed a following build issue: | *** | *** Can't find default configuration "arch/../configs/colibri_imx7_emmc_defconfig"! | *** | scripts/kconfig/Makefile:128: recipe for target 'colibri_imx7_emmc_defconfig' failed it's due to the colibri_imx7_emmc_defconfig does not exist

[meta-freescale] [PATCH] qtbase: set default EGLFS_DEVICE_INTEGRATION before oe-device-extra.pri

2018-01-08 Thread liu . ming50
From: Ming Liu This allows the users to be able to override it in oe-device-extra.pri. Signed-off-by: Ming Liu --- .../recipes-qt/qt5/qtbase/0015-Add-eglfs-to-IMX-GPU.patch | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dynamic-layers/qt5-layer/recipes-qt/

[meta-freescale] [meta-fsl-arm] [PATCH] qtbase: replace deprecated 'base_contains' with 'bb.utils.contains'

2017-03-15 Thread liu . ming50
From: Ming Liu Signed-off-by: Ming Liu --- qt5-layer/recipes-qt/qt5/qtbase_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend b/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend index a693fb2..35c0c9c 100644 --- a/qt5-layer/recipe