Re: [meta-freescale] [PATCH 2/2] recipes: Limit BSP specific recipes on relevant SOCs

2018-09-24 Thread Andreas Müller
On Tue, Sep 25, 2018 at 3:01 AM, Khem Raj wrote: > This helps in using meta-freescale with other BSP layers in same > projects, which is common usecase > > Signed-off-by: Khem Raj > --- > dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb | 2 ++ > recipes-bsp/firmware-imx/firmware-i

[meta-freescale] [PATCH V2 2/2] recipes: Limit BSP specific recipes on relevant SOCs

2018-09-24 Thread Khem Raj
This helps in using meta-freescale with other BSP layers in same projects, which is common usecase Signed-off-by: Khem Raj --- v2: nativesdk-mxsldr is needed in SDK packagegroups dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb | 2 ++ recipes-bsp/firmware-imx/firmware-imx_7.6.bb

[meta-freescale] [PATCH 2/2] recipes: Limit BSP specific recipes on relevant SOCs

2018-09-24 Thread Khem Raj
This helps in using meta-freescale with other BSP layers in same projects, which is common usecase Signed-off-by: Khem Raj --- dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb | 2 ++ recipes-bsp/firmware-imx/firmware-imx_7.6.bb | 3 +++ recipes-bsp/mxsldr/mxsldr_

[meta-freescale] [PATCH 1/2] recipes: Mark compatible machines as restricted by dependencies

2018-09-24 Thread Khem Raj
Signed-off-by: Khem Raj --- recipes-extended/pktgen-dpdk/pktgen-dpdk_git.bb | 1 + recipes-fsl/packagegroups/packagegroup-fsl-mfgtool.bb | 1 + recipes-security/optee/optee-test-qoriq_git.bb| 1 + 3 files changed, 3 insertions(+) diff --git a/recipes-extended/pktgen-dpdk/pktgen-dpd

Re: [meta-freescale] Wayland is required for imx8?

2018-09-24 Thread Gary Bisson
Hi, It is a requirement since Vivante libraries all depend on gbm_viv.so which depends on libwayland: $ readelf -d gpu-core/usr/lib/*gbm_viv*.so | grep NEEDED 0x0001 (NEEDED) Shared library: [libdrm.so.2] 0x0001 (NEEDED) Shared library: [libGAL.so]