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

2015-05-12 Thread Anders Darander
* SMITH Peter T [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 hangs forever (I left

Re: [yocto] setcap program

2015-05-12 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 m

Re: [yocto] setcap program

2015-05-12 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 -- ___

[yocto] setcap program

2015-05-12 Thread Craig McQueen
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. -- Craig McQueen -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yo

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

2015-05-12 Thread Mario Domenech Goulart
Signed-off-by: Mario Domenech Goulart --- 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 --- a/recipes-devtools/oracle-java/ora

[yocto] [meta-oracle-java][PATCH 5/6] oracle-jse-jdk: provide virtual/javac and virtual/java-initial

2015-05-12 Thread Mario Domenech Goulart
Signed-off-by: Mario Domenech Goulart --- recipes-devtools/oracle-java/oracle-jse-jdk.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-devtools/oracle-java/oracle-jse-jdk.inc b/recipes-devtools/oracle-java/oracle-jse-jdk.inc index 9e312d0..54e83b8 100644 --- a/recipes-devtools/ora

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

2015-05-12 Thread Mario Domenech Goulart
Signed-off-by: Mario Domenech Goulart --- 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 --- a/recipes-devtools/o

[yocto] [meta-oracle-java][PATCH 3/6] oracle-jse: RPROVIDES java2-runtime

2015-05-12 Thread Mario Domenech Goulart
Move RPROVIDES_${PN} = "java2-runtime" from oracle-jse-ejre.inc and from oracle-jse-jre.inc to oracle-jse.inc. Signed-off-by: Mario Domenech Goulart --- recipes-devtools/oracle-java/oracle-jse-ejre.inc | 1 - recipes-devtools/oracle-java/oracle-jse-jre.inc | 2 -- recipes-devtools/oracle-java/o

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

2015-05-12 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:

[yocto] [meta-oracle-java][PATCH 2/6] oracle-jse-jdk: fix native installation

2015-05-12 Thread Mario Domenech Goulart
Link java and javac from the bin dir in the $PATH for native contexts. Also link fastjar to jar and gjavah to javah, as some java recipes will look for those tools at build time. Signed-off-by: Mario Domenech Goulart --- recipes-devtools/oracle-java/oracle-jse-jdk.inc | 13 ++--- 1 file

Re: [yocto] How to disable machine tune?

2015-05-12 Thread Khem Raj
> On May 12, 2015, at 7:15 AM, Joel (Xi Zhou) Zhou > wrote: > > Hi all, > > I have a Linux arm64 kernel on early bring-up stage, which can boot into > console with manually build. > If I build it from Yocto, a lot of configs be enabled, then the kernel result > in "Synchronous Abort" error.

Re: [yocto] Migration from 1.7.1 to 1.8 - kernel-abiversion missing

2015-05-12 Thread Bruce Ashfield
On 2015-05-12 10:20 AM, Brian Hutchinson wrote: On Mon, May 11, 2015 at 3:06 PM, Bruce Ashfield wrote: On 2015-05-11 02:10 PM, Brian Hutchinson wrote: On Thu, Apr 30, 2015 at 10:06 AM, Bruce Ashfield wrote: It is plausible. But in theory, linux-dummy should still provide what you need (but

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

2015-05-12 Thread SMITH Peter T
Hi All 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 hangs forever (I left it overnight). If however I

[yocto] [Recipe reporting system] Upgradable recipe name list

2015-05-12 Thread recipe-report
This mail was sent out by Recipe reporting system. This message list those recipes which need to be upgraded. If maintainers believe some of them needn't to upgrade this time, they can fill in RECIPE_NO_UPDATE_REASON_pn-"xxx" in upstream_tracking files to ignore this recipe remainder until newer u

Re: [yocto] Migration from 1.7.1 to 1.8 - kernel-abiversion missing

2015-05-12 Thread Brian Hutchinson
On Mon, May 11, 2015 at 3:06 PM, Bruce Ashfield wrote: > On 2015-05-11 02:10 PM, Brian Hutchinson wrote: >> >> On Thu, Apr 30, 2015 at 10:06 AM, Bruce Ashfield >> wrote: >>> >>> It is plausible. But in theory, linux-dummy should still provide >>> what you need (but since it doesn't build anything

[yocto] How to disable machine tune?

2015-05-12 Thread Joel (Xi Zhou) Zhou
Hi all, I have a Linux arm64 kernel on early bring-up stage, which can boot into console with manually build. If I build it from Yocto, a lot of configs be enabled, then the kernel result in "Synchronous Abort" error. Could anyone kindly tell me how to the auto-tuning feature in Yocto? Thanks!

[yocto] Strange behaviour with stripped connman + openvpn

2015-05-12 Thread Alex J Lennon
Hi, I've been looking at some strange behaviour with connman in dizzy (1.25) With OpenVPN configured and a connman configuration file defining a VPN, for some reason the service doesn't appear, e.g. connmanctl services In trying to track down why this is I found that if I use a connmand daemon b

[yocto] Yocto 1.7.2_rc3 Full Pass test report

2015-05-12 Thread Georgescu, Alexandru C
Hello, Here is the Full Pass test report for Yocto 1.7.2_rc3. Below you can find the test summary report. The report is accessible also on wiki here: https://wiki.yoctoproject.org/wiki/WW19_-_2015-05-01_-_Full_Pass_1.7.2_rc3. Test type: Full Pass Release Test Branch: dizzy Build name: 1