[meta-freescale] [PATCH 1/2] ovs-dpdk: remove static key word

2019-01-21 Thread C.r. Guo
From: Chunrong Guo fix the below error: |lib/dhparams.c:2:12: error: static declaration of 'get_dh1024' follows non-static declaration | static DH *get_dh1024(void) Signed-off-by: Chunrong Guo --- .../0001-automake-remove-static-key-word.patch | 27 ++

[meta-freescale] : Re: glibc configure fails with e5500 / t1040 on master

2019-01-21 Thread Beaman, Thomas
> -Original Message- > From: meta-freescale-boun...@yoctoproject.org [mailto:meta-freescale- > boun...@yoctoproject.org] On Behalf Of meta-freescale- > requ...@yoctoproject.org > Sent: Saturday, January 19, 2019 3:00 PM > To: meta-freescale@yoctoproject.org > Subject: meta-freescale

[meta-freescale] [PATCH 2/2] Remove .bin sufix from RCW in machine config

2019-01-21 Thread C.r. Guo
From: Chunrong Guo * support _sben suffix RCW Signed-off-by: Chunrong Guo --- conf/machine/ls1012afrwy.conf | 2 +- conf/machine/ls1012ardb.conf| 3 ++- conf/machine/ls1043ardb.conf| 6 +++--- conf/machine/ls1046ardb.conf| 4 ++-- conf/machine/ls1088ardb-pb.conf | 4 ++--

Re: [meta-freescale] [yocto] Build error after changing PACKAGE_CLASSES to package_deb

2019-01-21 Thread Khem Raj
this is the problem dpkg-deb: error: package name has characters that aren't lowercase alphanums or '-+.' its possible that linux-imx is adding some string to PR which is not honoring this convention usually introduced by setting EXTRAVERSION in kernel toplevel makefile On Mon, Jan 21, 2019 at

[meta-freescale] Build error after changing PACKAGE_CLASSES to package_deb

2019-01-21 Thread srinivasan
Dear Yocto Experts Team, I am seeing the below error after changing the package_classes from "rpm" to "deb" as below, when I am trying to add freescale meta layers to my custom yocto distribution Could you please do the needful by providing some inputs in resolving the below issue? Logs:

[meta-freescale] [PATCH 2/2] ceetm: install json_print.h

2019-01-21 Thread C.r. Guo
From: Chunrong Guo *fix the below error: |fatal error: json_print.h: No such file or directory Signed-off-by: Chunrong Guo --- recipes-kernel/ceetm/ceetm_git.bb | 4 1 file changed, 4 insertions(+) diff --git a/recipes-kernel/ceetm/ceetm_git.bb b/recipes-kernel/ceetm/ceetm_git.bb index