[yocto] Release Candidate Build for yocto-1.8.2.rc2.rc2 now available.

2016-05-11 Thread Poky Build User
-e A release candidate build for yocto-1.8.2.rc2 is now available at: http://autobuilder.yoctoproject.org/pub/releases/yocto-1.8.2.rc2 Please begin QA on this build as soon as possible. Build hash information: meta-qt4 : 4058b0773381f894d915ea3dfac5fe052d82a9a7 meta-intel :

Re: [yocto] meta-fsl-bsp-release on krogoth

2016-05-11 Thread Philip Balister
On 05/11/2016 03:01 PM, Ann Thornton wrote: > Hi Paul, > Thanks for the interest! It will be out when the next new silicon is > released. We are working on it but it won’t be soon. What about existing customers? People really needs stable branches to support products. In 6 months there is a

Re: [yocto] meta-fsl-bsp-release on krogoth

2016-05-11 Thread Ann Thornton
Hi Paul, Thanks for the interest! It will be out when the next new silicon is released. We are working on it but it won’t be soon. Ann Thornton Software Engineer NXP Semiconductors 6501 William Cannon Drive West Austin, Texas 78735 USA Email: ann.thorn...@nxp.com From:

Re: [yocto] at91 kernel module problem with includes

2016-05-11 Thread Khem Raj
> On May 11, 2016, at 8:04 AM, s.jar...@esa-grimma.de wrote: > > Hej > > I like to build a module. I am working on a SAMA5D3x Evalboard form Atmel. > For that I use the meta-atmel recipes. > > My driver should toggle a pin. The pins are defined in the "mach/gpio.h". Any > ideas how to

Re: [yocto] [meta-cgl][PATCH 2/2] distro: Move IMAGE_CLASSES inheritance

2016-05-11 Thread Alexandru Vaduva
Hello Adi, Cannot this two patches be redone by:   removingfrom   "[PATCH 1/2] Added devicemanager multipath support for root file system" the line "+IMAGE_CLASSES+= "image_types_uboot""   onlykeeping in "[PATCH 2/2] distro: Move IMAGE_CLASSES inheritance"  the line from

Re: [yocto] [meta-cgl][PATCH 1/2] distro: Inherit SELinux distro

2016-05-11 Thread Alexandru Vaduva
ok from my side On Tuesday, May 10, 2016 3:04 PM, Adrian Dudau wrote: meta-selinux defines a distro with refpolicy providers. Inherit that instead of trying to define our own refpolicies. Signed-off-by: Adrian Dudau ---

Re: [yocto] [meta-cgl][PATCH 1/2] Added device manager multipath support for root file system

2016-05-11 Thread Alexandru Vaduva
Hello Adi, Cannot this two patches be redone by:   removingfrom   "[PATCH 1/2] Added devicemanager multipath support for root file system" the line "+IMAGE_CLASSES+= "image_types_uboot""   onlykeeping in "[PATCH 2/2] distro: Move IMAGE_CLASSES inheritance"  the line from

[yocto] at91 kernel module problem with includes

2016-05-11 Thread S . Jaritz
Hej I like to build a module. I am working on a SAMA5D3x Evalboard form Atmel. For that I use the meta-atmel recipes. My driver should toggle a pin. The pins are defined in the "mach/gpio.h". Any ideas how to configure that the atmel linux is creating the includes? Maybe I forgot to set some

[yocto] meta-fsl-bsp-release on krogoth

2016-05-11 Thread Paul Knopf
When will meta-fsl-bsp-release add support for krogoth? http://git.freescale.com/git/cgit.cgi/imx/meta-fsl-bsp-release.git/refs/ Current branches are: daisy_3.10.53-1.1.0_GA qt5everywhere: Update

[yocto] [meta-mingw][PATCH] mingw64: update headers and runtime files

2016-05-11 Thread Samuli Piippo
Update to more recent version that fixes errors with conflicting declaration of 'xxx' with 'C' linkage coming from intrin.h Signed-off-by: Samuli Piippo --- ...ingw-w64-headers_3.1.0.bb => nativesdk-mingw-w64-headers_3.3.0.bb} | 4 ++-- ...ingw-w64-runtime_3.1.0.bb =>

[yocto] [meta-mingw][PATCH] libgcc: move libgcc*.dll from /lib to /usr/bin

2016-05-11 Thread Samuli Piippo
Moved to /usr/bin so that any application there finds it without setting additional PATHs. Signed-off-by: Samuli Piippo --- recipes-devtools/gcc/libgcc_%.bbappend | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git

Re: [yocto] Kernel 3.14.28 (imx duallite) will compile under 1.7, but not under 2.0-2.1

2016-05-11 Thread Christian Ege
Hi, > Maybe it has something to do with a different make version in the newer > versions of Yocto? Maybe this link is relevant? > https://github.com/zanezam/boeffla-kernel-cm-bacon/commit/ef4fea130eeb70eff4f3a549fd3f6e9b11437550 > This is most probably because of the newer GCC version used in the

Re: [yocto] recipe with prefix to sourcecode path

2016-05-11 Thread Baumann, Michael
I found the solution. I added this to my recipe: S = "${WORKDIR}/git/ProjectA" Regards, Michael >-Original Message- >From: yocto-boun...@yoctoproject.org [mailto:yocto- >boun...@yoctoproject.org] On Behalf Of Baumann, Michael >Sent: Wednesday, May 11, 2016 10:58 AM >To:

[yocto] recipe with prefix to sourcecode path

2016-05-11 Thread Baumann, Michael
Hi, I am using CMAKE and wonder how to add a prefix to my recipe so that bitbake searches in the right directory for CMakeLists.txt. I use the SRC_URI variable to pull from my repository. I think the problem is that in the top level directory no CMakeLists.txt file exists and I don't want to