Re: [yocto] [meta-java][PATCH 5/6] bdwgc: import from meta-oe

2017-09-26 Thread Paul Eggleton
On Wednesday, 27 September 2017 11:14:21 AM NZDT Philip Balister wrote: > On 09/26/2017 03:59 PM, Paul Eggleton wrote: > > On Wednesday, 27 September 2017 1:16:19 AM NZDT Philip Balister wrote: > >> Does the layer index let us search for recipes that depend on another > >> recipe? > > > > At the

Re: [yocto] Errors building with Windows Subsystem for Linux (aka Bash on Ubuntu on Windows)

2017-09-26 Thread Burton, Ross
On 26 September 2017 at 22:01, Bryan Evenson wrote: > Now this *is* interesting. Try removing the repeated slashes just in case > the WSL ln is being incredibly pedantic (ie > sstate-build-package//packages-split), > but I don't seriously expect that to be the problem.

Re: [yocto] [meta-java][PATCH 5/6] bdwgc: import from meta-oe

2017-09-26 Thread Philip Balister
On 09/26/2017 03:59 PM, Paul Eggleton wrote: > On Wednesday, 27 September 2017 1:16:19 AM NZDT Philip Balister wrote: >> Does the layer index let us search for recipes that depend on another >> recipe? > > At the moment, no. I have explicitly not done anything with dependencies > because they

Re: [yocto] Errors building with Windows Subsystem for Linux (aka Bash on Ubuntu on Windows)

2017-09-26 Thread Bryan Evenson
Ross, From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: Tuesday, September 26, 2017 3:13 PM To: Bryan Evenson Cc: yocto@yoctoproject.org Subject: Re: [yocto] Errors building with Windows Subsystem for Linux (aka Bash on Ubuntu on Windows) Hi, On 26 September

Re: [yocto] rootfs encryption support

2017-09-26 Thread Randy MacLeod
On 2017-09-26 01:25 AM, Kumar, Shrawan wrote: Hello Team , Is it possible to get encrypted rootfs during image build  ? Currently , I am running “*cryptsetup*” (as sudo) *manually*   after the final image(rootfs.ext4) is produced  . The idea is to get this done within yocto environment

Re: [yocto] Errors building with Windows Subsystem for Linux (aka Bash on Ubuntu on Windows)

2017-09-26 Thread Josef Holzmayr
Hi Bryan, On 26.09.2017 19:16, Bryan Evenson wrote: Due to what our IT department can support, I am issued a Windows laptop for development. In the past I have used VMWare to make a Linux virtual machine for my Yocto Project based image builds and application development. We are starting

Re: [yocto] [meta-java][PATCH 5/6] bdwgc: import from meta-oe

2017-09-26 Thread Paul Eggleton
On Wednesday, 27 September 2017 1:16:19 AM NZDT Philip Balister wrote: > Does the layer index let us search for recipes that depend on another > recipe? At the moment, no. I have explicitly not done anything with dependencies because they can be dependent on configuration (e.g. DISTRO_FEATURES,

Re: [yocto] Errors building with Windows Subsystem for Linux (aka Bash on Ubuntu on Windows)

2017-09-26 Thread Burton, Ross
Hi, On 26 September 2017 at 18:16, Bryan Evenson wrote: > WARNING: The Linux kernel on your build host was not configured to > provide process I/O statistics. (CONFIG_TASK_IO_ACCOUNTING is not set) > > I searched the Yocto Project documentation and I couldn't figure

Re: [yocto] [EXTERNAL] Re: rootfs encryption support

2017-09-26 Thread John Finley
On Tue, Sep 26, 2017 at 5:06 AM, Kumar, Shrawan wrote: > When I execute the cryptsetup manually (with sudo ) on the host , I could > see " demomap" getting populated . This confirms that it works on host > when I run manually and that HOST configuration is OK . >

[yocto] Release Candidate Build for yocto-2.4.rc1 now available.

2017-09-26 Thread pokybuild
A release candidate build for yocto-2.4.rc1 is now available at: https://autobuilder.yocto.io/pub/releases/yocto-2.4.rc1 Please begin QA on this build as soon as possible. Build hash information: meta-intel : 9bf043497c48c45c425081989d142c68968a1385 meta-qt4 :

[yocto] Pruning poky-contrib Oct 1st

2017-09-26 Thread Michael Halstead
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hello poky-contrib users, We are going to start regularly moving branches from poky-contrib to poky-contrib-archive that haven't been active for 1 year. The next move will happen on October 1st. Please prune any branch that should not be archived

[yocto] [meta-oracle-java][PATCH] Revert "oracle-jse-ejre: Fix destination" (4eb10648f31539f95110852496b987db6f74df55)

2017-09-26 Thread Vincent Prince
We need to add JRE directly in ${JDK_JRE}${PV}_${PV_UPDATE} as oracle-jse.inc installs all dest folder. Without this patch JRE is installed in /usr/lib/jvm/java-8-oracle/jre/bin/java and /usr/bin/java points to /usr/lib/jvm/java-8-oracle/bin/java Signed-off-by: Vincent Prince

Re: [yocto] [infra] git domain name updates

2017-09-26 Thread Michael Halstead
On 09/25/2017 06:17 PM, akuster808 wrote: > > > On 09/25/2017 05:17 PM, Michael Halstead wrote: >> Hello, >> >> As Yocto Project continues to grow load on our git server does as >> well. We are going to make a few changes to our git infrastructure to >> allow for more growth. >> >> All

Re: [yocto] [infra] git domain name updates

2017-09-26 Thread Michael Halstead
On 09/26/2017 03:27 AM, Burton, Ross wrote: > On 26 September 2017 at 01:17, Michael Halstead > > > wrote: > > This is all ready to go right now. Please update your remotes. > Read-write users: While updating your git

Re: [yocto] [meta-java][PATCH 5/6] bdwgc: import from meta-oe

2017-09-26 Thread Philip Balister
On 09/26/2017 04:19 AM, Maxin B. John wrote: > Hi Philip, > > On Mon, Sep 25, 2017 at 4:05 PM, Philip Balister wrote: >> On 09/24/2017 05:05 PM, Maxin B. John wrote: >>> keep a copy of bdwgc recipe in meta-java from meta-oe layer. >>> cacao in meta-java depends on bdwgc. >>

[yocto] Kernel change in YOCTO

2017-09-26 Thread Zoran Stojsavljevic
Hello, I have a bit dummy question. I have older Pyro distro, compiled for qemux86_64. It has there kernel 4.10.17, and there are two interesting directories, where one can find definitions of the kernels: [user@localhost poky]$ find . -name *.bbappend ...

Re: [yocto] rootfs encryption support

2017-09-26 Thread Ayoub Zaki
Hi, On 26.09.2017 12:29, Kumar, Shrawan wrote: To add further information to the query , I am executing  “cryptsetup”  from a recipe as below : (/Yocto 2.0.2)/ fakeroot do_install() {    cryptsetup --type=plain open hello.enc demomap < dm-crypt-key } Additional debug log : +

Re: [yocto] rootfs encryption support

2017-09-26 Thread Kumar, Shrawan
To add further information to the query , I am executing "cryptsetup" from a recipe as below : (Yocto 2.0.2) fakeroot do_install() { cryptsetup --type=plain open hello.enc demomap < dm-crypt-key } Additional debug log : + do_install | + cryptsetup --type=plain open

Re: [yocto] [infra] git domain name updates

2017-09-26 Thread Burton, Ross
On 26 September 2017 at 01:17, Michael Halstead < mhalst...@linuxfoundation.org> wrote: > This is all ready to go right now. Please update your remotes. > For people who don't know, you can configure convenience URL aliases in git. Here's a little config fragment for ~/.gitconfig to give an

Re: [yocto] [yocto-infrastructure] [infra] git domain name updates

2017-09-26 Thread Richard Purdie
On Mon, 2017-09-25 at 17:17 -0700, Michael Halstead wrote: > This is all ready to go right now. Please update your remotes. > > We will have to make these changes required before we can start to > get performance benefits from them. I suggest November 1st 2017 but I > need more feedback before we

Re: [yocto] [meta-java][PATCH 5/6] bdwgc: import from meta-oe

2017-09-26 Thread Maxin B. John
Hi Philip, On Mon, Sep 25, 2017 at 4:05 PM, Philip Balister wrote: > On 09/24/2017 05:05 PM, Maxin B. John wrote: >> keep a copy of bdwgc recipe in meta-java from meta-oe layer. >> cacao in meta-java depends on bdwgc. > > Duplicating recipes in recipes is frowned upon.

[yocto] [meta-gplv2][PATCH] elfutils: Make it build with GCC 7 and compile time hardening enabled

2017-09-26 Thread Peter Kjellerstedt
Signed-off-by: Peter Kjellerstedt --- .../0001-Make-it-compile-with-GCC-7.patch | 43 ++ ...ld-with-GCC-7-and-compile-time-hardening-.patch | 32 recipes-devtools/elfutils/elfutils_0.148.bb| 2 + 3 files changed,