[yocto] Build available for QA

2015-05-13 Thread Poky Build User
A build identified as needing QA has finished on the autobuilder. This build is located at: http://autobuilder.yoctoproject.org/pub/nightly/20150512-2 Build hash information: meta-intel : 4739f47e9358ec8cb82a72f3e185003c5ce40b2c meta-fsl-arm :

[yocto] Compilation error in yocto eclipse

2015-05-13 Thread Raghavendra Kakarla
Hi, I have some some issue with compiling the example source code in yocto eclipse environment. I got following error: 12:48:03 Build of configuration Build (GNU) for project example make all make: *** No rule to make target `all'. Stop. I built generated the tool chain and

Re: [yocto] [meta-oracle-java][PATCH 1/6] oracle-jse-jdk: split recipe into per-architecture recipes

2015-05-13 Thread Maxin John
Hi Mario, On Tue, May 12, 2015 at 10:56 PM, Mario Domenech Goulart ma...@ossystems.com.br wrote: Due the way BitBake parses recipes, including architecture-specific include files was happening too late, causing native variants to pick wrong include files, thus ending up generating broken

Re: [yocto] [meta-oracle-java][PATCH 1/6] oracle-jse-jdk: split recipe into per-architecture recipes

2015-05-13 Thread Mario Domenech Goulart
On Wed, 13 May 2015 15:22:15 +0200 Maxin John ma...@maxinbjohn.info wrote: On Tue, May 12, 2015 at 10:56 PM, Mario Domenech Goulart ma...@ossystems.com.br wrote: Due the way BitBake parses recipes, including architecture-specific include files was happening too late, causing native variants

[yocto] [meta-oracle-java][PATCH v2 4/6] oracle-jse-jre: generate native content

2015-05-13 Thread Mario Domenech Goulart
Signed-off-by: Mario Domenech Goulart ma...@ossystems.com.br --- recipes-devtools/oracle-java/oracle-jse-jre.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-devtools/oracle-java/oracle-jse-jre.inc b/recipes-devtools/oracle-java/oracle-jse-jre.inc index 32cfac3..e8faba2 100644

[yocto] [meta-oracle-java][PATCH v2 6/6] oracle-jse: provide virtual/java

2015-05-13 Thread Mario Domenech Goulart
Signed-off-by: Mario Domenech Goulart ma...@ossystems.com.br --- recipes-devtools/oracle-java/oracle-jse.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-devtools/oracle-java/oracle-jse.inc b/recipes-devtools/oracle-java/oracle-jse.inc index d4c33fb..7781421 100644 ---

[yocto] [meta-oracle-java][PATCH v2 1/6] oracle-jse-jdk: split recipe into per-architecture recipes

2015-05-13 Thread Mario Domenech Goulart
Due the way BitBake parses recipes, including architecture-specific include files was happening too late, causing native variants to pick wrong include files, thus ending up generating broken content. Setting COMPATIBLE_HOST guarantees that native installations will be consistent. Signed-off-by:

Re: [yocto] [meta-oracle-java][PATCH v2 1/6] oracle-jse-jdk: split recipe into per-architecture recipes

2015-05-13 Thread Maxin John
Hi Mario, On Wed, May 13, 2015 at 3:48 PM, Mario Domenech Goulart ma...@ossystems.com.br wrote: Due the way BitBake parses recipes, including architecture-specific include files was happening too late, causing native variants to pick wrong include files, thus ending up generating broken

Re: [yocto] Compilation error in yocto eclipse

2015-05-13 Thread Minchev, Todor
Hello Raghavendra, On Wed, 2015-05-13 at 10:34 +, Raghavendra Kakarla wrote: Hi, I have some some issue with compiling the example source code in yocto eclipse environment. Which sample did you try to compile? I got following error: 12:48:03 Build of configuration Build

[yocto] Using smart within an SDK

2015-05-13 Thread Ash Charles
Hi, I'd like to be able install packages using smart within an SDK environment (much like [1]; @Erik, did you find a solution?). I stumbled on two questions in looking into this. 1. Why does the nativesdk version of smart get wrapped with these environment variables, 'RPM_USRLIBRPM',

[yocto] Release Candidate Build for yocto-1.6.3.rc3 now available.

2015-05-13 Thread Poky Build User
-e A release candidate build for yocto-1.6.3.rc3 is now available at: http://autobuilder.yoctoproject.org/pub/releases/yocto-1.6.3.rc3 Please begin QA on this build as soon as possible. Build hash information: meta-intel : 52d0939a303084e6b90219e5b31b8248173e0c0d meta-fsl-arm :

Re: [yocto] Using smart within an SDK

2015-05-13 Thread ChenQi
Hi Ash, SDK has basically two parts, nativesdk part and the target part. For the nativesdk part, we can use smart/rpm to manage packages. A long time ago, I tried this out and succeeded. However, for the target part, we cannot do the same thing as the rpm database for the target part is not

Re: [yocto] Compilation error in yocto eclipse

2015-05-13 Thread Raghavendra Kakarla
Hi Todor, I built the toolchain using the following command: $cd ~/poky $source ./oe-init-build-env $bitbake meta-ide-support Extract the root file system by using the following commands: $cd ~ $source ~/poky/build/tmp/environment-setup-mips32r2el-poky-linux $runqemu-extract-sdk \

[linux-yocto] Portwell nano-6060 Board - yocto image?

2015-05-13 Thread Gerard Bucas
We are having some problems building a yocto image for the Portwell nano-6060 board (Intel Atom E3845) - specifically getting Ethernet working (uses : Intel I210IT controller). We keep on getting a kernel panic when we add the Intel IGB driver (yocto defaults to M for that driver in kernel

Re: [yocto] Minimal GPLv3-free x86 image

2015-05-13 Thread Darren Hart
On 5/13/15, 12:11 AM, Dan Rosenqvist da...@kth.se wrote: Hi, Hi Dan, I'm trying to create a minimal GPLv3-free x86 image using the yocto project. As I'm looking for ways around the GPLv3 license, I'm unable to use certain packages (such as the live-install which depends on parted, and

Re: [yocto] setcap program

2015-05-13 Thread akuster808
On 05/12/2015 10:42 PM, Craig McQueen wrote: I'd like to try using 'setcap' on a Yocto-built system. But I'm having trouble figuring out what Yocto or meta-oe package might provide 'setcap' and related programs. try libcap or libcap-ng - armin --

Re: [yocto] setcap program

2015-05-13 Thread Craig McQueen
armin wrote: On 05/12/2015 10:42 PM, Craig McQueen wrote: I'd like to try using 'setcap' on a Yocto-built system. But I'm having trouble figuring out what Yocto or meta-oe package might provide 'setcap' and related programs. try libcap or libcap-ng libcap 2.22-r6 is in my image, but

Re: [yocto] Why does my bitbake build hang fetching linux-yocto-3.14.git

2015-05-13 Thread Anders Darander
* SMITH Peter T peter.t.sm...@alstom.com [150512 17:25]: Fairly new to Yocto, trying to build Wind River's Linux distro (https://github.com/WindRiver-OpenSourceLabs). Everything goes to plan until bitbake gets round to fetching a clone of linux-yocto-3.14 (see output below), when bitbake just

[yocto] Minimal GPLv3-free x86 image

2015-05-13 Thread Dan Rosenqvist
Hi, I'm trying to create a minimal GPLv3-free x86 image using the yocto project. As I'm looking for ways around the GPLv3 license, I'm unable to use certain packages (such as the live-install which depends on parted, and grub-2.0). Instead I'm trying to create a minimal filesystem, stored as

Re: [yocto] Why does my bitbake build hang fetching linux-yocto-3.14.git

2015-05-13 Thread SMITH Peter T
It seems that there may have been issues with the servers on which Yocto kernel is hosted. I got information from the open source labs guys at Wind River. So the plan is to try again. I am assured it does all work swimmingly. -Original Message- From: Anders Darander