[meta-freescale] Removing builds of meta-fsl-* from the autobuilder

2016-04-29 Thread Richard Purdie
NXP has decided to lower its contributions to the support of the project and is no longer eligible for the level of automated testing we've been making of meta-fsl-ppc and meta-fsl-arm. As such we're going to disable those builds going forward. I don't like doing that but equally this does put a c

Re: [meta-freescale] [meta-fsl-ppc][PATCH] mux-server: Fix build warnings caused by external toolchain

2016-04-29 Thread sujith h
On Thu, Apr 28, 2016 at 9:37 PM, Christopher Larson wrote: > On Wed, Apr 27, 2016 at 4:32 AM, Sujith Haridasan > wrote: > >> This patch resolves the warning: >> QA Issue: No GNU_HASH in the elf binary >> caused by external toolchain sourcery. >> > > To clarify, It's not caused by the sourcery ex

[meta-freescale] [meta-fsl-ppc krogoth][PATCH 1/1] ipc: fix compat msgrcv with negative msgtyp

2016-04-29 Thread Paul Vaduva
BugLink: http://bugs.launchpad.net/bugs/1393355 Compat function takes msgtyp argument as u32 and passes it down to do_msgrcv which results in casting to long, thus the sign is lost and we get a big positive number instead. Cast the argument to signed type before passing it down. Signed-off-by: P

Re: [meta-freescale] Removing builds of meta-fsl-* from the autobuilder

2016-04-29 Thread Flanagan, Elizabeth
On 29 April 2016 at 09:44, Richard Purdie wrote: > NXP has decided to lower its contributions to the support of the > project and is no longer eligible for the level of automated testing > we've been making of meta-fsl-ppc and meta-fsl-arm. As such we're going > to disable those builds going forwa

[meta-freescale] [meta-fsl-demos][PATCH] packagegroup-fsl-tools-benchmark: Replace iperf with iperf3

2016-04-29 Thread Jun Zhu
iperf3 is the upgraded version of iperf. iperf3 is the version of 3.1 and iperf is the version of 2.x. Signed-off-by: Jun Zhu --- recipes-fsl/packagegroups/packagegroup-fsl-tools-benchmark.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-fsl/packagegroups/packag

[meta-freescale] [meta-fsl-demos][PATCH] distro: i.MX BSP distros to integrate i.MX supported components

2016-04-29 Thread Lauren Post
The fsl-imx-x11 supports the x11 graphical backend The fsl-imx-xwayland supports the Xwayland backend The fsl-imx-fb supports the Frame Buffer backend The fsl-imx-wayland supports the Wayland backend Signed-off-by: Lauren Post --- conf/distro/fsl-imx-fb.conf | 9 +++ conf/dist

Re: [meta-freescale] [yocto] Removing builds of meta-fsl-* from the autobuilder

2016-04-29 Thread Khem Raj
> On Apr 29, 2016, at 1:44 AM, Richard Purdie > wrote: > > NXP has decided to lower its contributions to the support of the > project and is no longer eligible for the level of automated testing > we've been making of meta-fsl-ppc and meta-fsl-arm. As such we're going > to disable those builds