Re: [meta-freescale] [PATCH 05/14] imx8mmevk.conf/imx-base.inc: Add i.MX 8MM EVK support

2018-10-01 Thread Gary Bisson
Hi Otavio, On Mon, Oct 1, 2018 at 8:00 PM Otavio Salvador < otavio.salva...@ossystems.com.br> wrote: > On Sun, Sep 30, 2018 at 5:56 AM Yuqing Zhu wrote: > > > > Signed-off-by: Yuqing Zhu > > --- > > conf/machine/imx8mmevk.conf | 58 > +++ > >

Re: [meta-freescale] [PATCH 05/14] imx8mmevk.conf/imx-base.inc: Add i.MX 8MM EVK support

2018-10-01 Thread Otavio Salvador
On Sun, Sep 30, 2018 at 5:56 AM Yuqing Zhu wrote: > > Signed-off-by: Yuqing Zhu > --- > conf/machine/imx8mmevk.conf | 58 > +++ > conf/machine/include/imx-base.inc | 3 ++ > 2 files changed, 61 insertions(+) > create mode 100644

Re: [meta-freescale] [PATCH 01/14] linux-libc-headers: Use linux-libc-headers v4.9 for L4.9.123-2.3.0_8mm_ga

2018-10-01 Thread Otavio Salvador
On Sun, Sep 30, 2018 at 5:55 AM Yuqing Zhu wrote: > Hold linux-libc-headers v4.9 in meta-freescale layer, > which matches the current linux-imx version in L4.9.123-2.3.0_8mm_ga. > > Signed-off-by: Yuqing Zhu I already reported multiple times that we cannot change this recipe. Both Max and Gary

[meta-freescale] [3rdparty][PATCH] layer.conf: Add thud to compatible layer series

2018-10-01 Thread Khem Raj
Signed-off-by: Khem Raj --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 7a7aa95..78f667b 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -9,5 +9,5 @@ BBFILE_COLLECTIONS += "fsl-arm-extra"

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

2018-10-01 Thread Andreas Müller
On Fri, Sep 28, 2018 at 10:38 PM Otavio Salvador wrote: > > On Fri, Sep 28, 2018 at 5:21 PM 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 > > Cc: Andreas Müller > > Cc: Zhenhua Luo

Re: [meta-freescale] [PATCH 01/14] linux-libc-headers: Use linux-libc-headers v4.9 for L4.9.123-2.3.0_8mm_ga

2018-10-01 Thread Gary Bisson
Hi, +1, I agree with Max that this seems like a bad idea. That is for this reason that we avoided to copy ion.h around, having the packages that need it to look directly to its default location. Can't we do the same for dma-buf.h? Regards, Gary Bisson Boundary Devices, LLC

Re: [meta-freescale] [meta-freescale-distro] [PATCH 2/2] fsl-base.inc: Set linux-libc-headers version to v4.9 for L4.9.123-2.3.0_8mm_ga

2018-10-01 Thread Max Krummenacher
Hi See my comment on the (in my view unneeded) additon of a linux-libc-headers in a 4.9 version. Regards Max Am So., 30. Sep. 2018 um 14:27 Uhr schrieb Yuqing Zhu : > Set linux-libc-headers version to match kernel version. > > Signed-off-by: Yuqing Zhu > --- >

Re: [meta-freescale] [PATCH 01/14] linux-libc-headers: Use linux-libc-headers v4.9 for L4.9.123-2.3.0_8mm_ga

2018-10-01 Thread Max Krummenacher
Hi Why exactly is this needed? Forking usually is not the solution, it is the beginning of the painfull process of merging again... So I have strong feelings against this change. By changing linux-libc-headers you also change libc. So nearly everything built becomes now machine specific.