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

2018-09-25 Thread Zhenhua Luo
The fmc, uefi and fmlib only support QorIQ targets currently. Best Regards, Zhenhua -Original Message- From: meta-freescale-boun...@yoctoproject.org On Behalf Of Khem Raj Sent: Tuesday, September 25, 2018 11:12 AM To: meta-freescale@yoctoproject.org Cc: Khem Raj Subject:

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

2018-09-25 Thread Prabhu S
Now the libEGL is a unified driver to support all the backends wayland, GBM, FBDEV under single binary in imx-gpu-viv MX8. Since all unified, there is need for dependency to wayland and libdrm. Including libwayland to image is very small footprint. Building image for wayland/weston is different,

[meta-freescale] [PATCH] mxldr: Fix QA errors seen on x86 builds

2018-09-25 Thread Khem Raj
* Respect OE flags inside makefiles * Its not a autotooled recipe but a simple makefile based one Fixes NOTE: i586-yoe-linux-musl-objdump -p TOPDIR/build/tmp/work/i586-yoe-linux-musl/mxsldr/0.0.0+gitAUTOINC+c40d804725-r0/packages-split/mxsldr/usr/bin/mxsldr ERROR: QA Issue: No GNU_HASH in the elf

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

2018-09-25 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 Cc: Andreas Müller Cc: Zhenhua Luo --- v2: nativesdk-mxsldr is needed in SDK packagegroups v3: Fine tune the overrides for qorq and mainline bsp specific recipes

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

2018-09-25 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 ++ >