[yocto] [ANNOUNCEMENT] Yocto Project 2.2.1 (Morty 16.0.1) Released

2017-02-24 Thread Tracy Graydon
Hello, The latest release of the Yocto Project 2.2.1 (morty-16.0.1) is now available for download at: http://downloads.yoctoproject.org/releases/yocto/yocto-2.2.1/poky-morty-16.0.1.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-2.2.1/poky-morty-16.0.1.tar.bz2 A gpg signed version of these r

[yocto] [meta-raspberrypi][PATCH] linux-raspberrypi_4.9.bb: Update to 4.9.12

2017-02-24 Thread Khem Raj
Signed-off-by: Khem Raj --- recipes-kernel/linux/linux-raspberrypi_4.9.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-raspberrypi_4.9.bb b/recipes-kernel/linux/linux-raspberrypi_4.9.bb index dcca369..b41a8ef 100644 --- a/recipes-kernel/linux

[yocto] [meta-selinux][PATCH 1/1] selinux-initsh.inc: provide source for archiver

2017-02-24 Thread Joe Slater
Also remove never used default assignment to S. Signed-off-by: Joe Slater --- recipes-security/selinux/selinux-initsh.inc |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/recipes-security/selinux/selinux-initsh.inc b/recipes-security/selinux/selinux-initsh.inc index b

Re: [yocto] [linux-yocto] update kernel in local.conf

2017-02-24 Thread Ran Shalit
On Fri, Feb 24, 2017 at 4:12 PM, Bruce Ashfield wrote: > On 2017-02-24 4:02 AM, Ran Shalit wrote: >> >> Hello, >> >> I wanted to try update to rt-kernel to I added the following in >> local.conf: >> >> #PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" >> #PREFERRED_VERSION_linux-yocto ?= "4.4%"

Re: [yocto] [PATCH 0/2] poky/yocto-bsps: introduce 4.9 as the default kernel

2017-02-24 Thread Burton, Ross
On 24 February 2017 at 19:42, Bruce Ashfield wrote: > Is there a bug or other issue lurking that I should look into ? > The autobuilder sanity tests were failing for every MIPS machine. I can run a rebuild now to verify it still happens. Ross -- ___

Re: [yocto] [PATCH 0/2] poky/yocto-bsps: introduce 4.9 as the default kernel

2017-02-24 Thread Bruce Ashfield
On Wed, Feb 1, 2017 at 10:43 AM, Bruce Ashfield < bruce.ashfi...@windriver.com> wrote: > Hi all, > > 4.9 has been soaking for a while now, and it is ready (as far as we know) > to > be the default for the qemu* machines. > > I've also introduced a 4.9 bbappend for the reference BSPs, but have not

Re: [yocto] [meta-selinux][PATCH 1/3] audit: add swig-native to DEPENDS

2017-02-24 Thread Mark Hatle
I am in the process of merging this set into master. --Mark On 2/14/17 12:51 AM, Robert Yang wrote: > Fixed: > make[4]: swig: Command not found > make[4]: *** [audit_wrap.c] Error 127 > > Signed-off-by: Robert Yang > --- > recipes-security/audit/audit_2.7.bb | 2 +- > 1 file changed, 1 inserti

Re: [yocto] [meta-selinux][PATCH] audit: update to v2.7.1

2017-02-24 Thread Mark Hatle
I am in the process of merging this to master. On 2/10/17 4:22 PM, Tim Orling wrote: > Added swig-native to DEPENDS > > Signed-off-by: Tim Orling > --- > recipes-security/audit/{audit_2.7.bb => audit_2.7.1.bb} | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > rename recipes-secur

Re: [yocto] Trying to build yocto-morty on ubuntu-16, machine reboots in the middle of the build

2017-02-24 Thread Burton, Ross
On 23 February 2017 at 13:24, William McKinney wrote: > I’m trying to build the yocto-morty release on an ubuntu 16.04.2 LTS box > with 16GB of memory and plenty of disk space. More than once the machine > appears to just reboot in the middle of the build. Has anyone else > experienced this? T

Re: [yocto] [pseudo][PATCH 1/1] Filter out erroneous POSIX ACLs

2017-02-24 Thread Seebs
On Fri, 24 Feb 2017 16:18:38 +0100 Anton Gerasimov wrote: > FIG_FS_POSIX_ACL=y; > CONFIG_EXT4_FS_POSIX_ACL=y). The problem is that 'cp -a' when copying > a directory without any ACLs attached will for whatever reason try to > assign an empty posix_acl_default list to the target directory. ... I

Re: [yocto] [linux-yocto] update kernel in local.conf

2017-02-24 Thread Ran Shalit
On Fri, Feb 24, 2017 at 4:12 PM, Bruce Ashfield wrote: > On 2017-02-24 4:02 AM, Ran Shalit wrote: >> >> Hello, >> >> I wanted to try update to rt-kernel to I added the following in >> local.conf: >> >> #PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" >> #PREFERRED_VERSION_linux-yocto ?= "4.4%"

Re: [yocto] [pseudo][PATCH 1/1] Filter out erroneous POSIX ACLs

2017-02-24 Thread Seebs
On Fri, 24 Feb 2017 15:48:15 +0100 an...@advancedtelematic.com wrote: > From: Anton Gerasimov > > The difference between what we see in pseudo and what happens without > pseudo can be seen by typing: > > mkdir setfattr-test > setfattr -n system.posix_acl_default -v 0x0200 setfattr-t

[yocto] [pseudo][PATCH 1/1] Filter out erroneous POSIX ACLs

2017-02-24 Thread anton
From: Anton Gerasimov The difference between what we see in pseudo and what happens without pseudo can be seen by typing: mkdir setfattr-test setfattr -n system.posix_acl_default -v 0x0200 setfattr-test getfattr -n system.posix_acl_default setfattr-test Under some kernel configu

[yocto] Trying to build yocto-morty on ubuntu-16, machine reboots in the middle of the build

2017-02-24 Thread William McKinney
I’m trying to build the yocto-morty release on an ubuntu 16.04.2 LTS box with 16GB of memory and plenty of disk space. More than once the machine appears to just reboot in the middle of the build. Has anyone else experienced this? The krogoth and jethro release build successfully on the same

[yocto] Patch for krogoth vorsion

2017-02-24 Thread Mickaël Tansorier
Hello, I propose a patch for krogoth branch. It seems that miss a space a the end of line SRC_URI_prepend. This make error when two sources are concatenated. Thank your. Regards. -- Tansorier Mickaël >From 4b753ee916ee1a9fa6c82bb7dc2a8070bf14b2ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mi

[yocto] Patch for krogoth version

2017-02-24 Thread Mickaël Tansorier
Hello, I propose a patch for krogoth branch. It seems that miss a space a the end of line SRC_URI_prepend. This make error when two sources are concatenated. Thank your. Regards. -- Tansorier Mickaël -- ___ yocto mailing list yocto@yoctoproject.o

Re: [yocto] [linux-yocto] update kernel in local.conf

2017-02-24 Thread Bruce Ashfield
On 2017-02-24 10:20 AM, Ran Shalit wrote: On Fri, Feb 24, 2017 at 4:12 PM, Bruce Ashfield wrote: On 2017-02-24 4:02 AM, Ran Shalit wrote: Hello, I wanted to try update to rt-kernel to I added the following in local.conf: #PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" #PREFERRED_VERSION

Re: [yocto] [pseudo][PATCH 1/1] Filter out erroneous POSIX ACLs

2017-02-24 Thread Anton Gerasimov
Hi Peter, to reproduce the difference, you just need a kernel with POSIX ACL enabled for your FS (e.g. CONFIG_FS_POSIX_ACL=y; CONFIG_EXT4_FS_POSIX_ACL=y). The problem is that 'cp -a' when copying a directory without any ACLs attached will for whatever reason try to assign an empty posix_acl_defaul

[yocto] [pseudo][PATCH 1/1] Filter out erroneous POSIX ACLs

2017-02-24 Thread anton
From: Anton Gerasimov The difference between what we see in pseudo and what happens without pseudo can be seen by typing: mkdir setfattr-test setfattr -n system.posix_acl_default -v 0x0200 setfattr-test getfattr -n system.posix_acl_default setfattr-test Under some kernel configu

[yocto] Yocto Jetro / ls1046 : SDK with toolchains for both 32 and 64 bits

2017-02-24 Thread ARVIS Vincent
Dear All I am looking for help around the way to request yocto generating a SDK with toolchains for ARM processor. These toolchains shall provide the capability to compile executables in 64 bits (aarch64) and 32 bits (armv7a architecture). For X86, this seems very simple : In the local.conf, ad

Re: [yocto] [linux-yocto] update kernel in local.conf

2017-02-24 Thread Bruce Ashfield
On 2017-02-24 4:02 AM, Ran Shalit wrote: Hello, I wanted to try update to rt-kernel to I added the following in local.conf: #PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" #PREFERRED_VERSION_linux-yocto ?= "4.4%" PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto-rt" PREFERRED_VERSION_linux-

Re: [yocto] Python3 partial rootfs installation

2017-02-24 Thread Burton, Ross
On 24 February 2017 at 09:21, Maciej Borzęcki wrote: > > Is there any way to make a full standard python3 install? > > Installing python3-modules should cover most of your needs. > python3-modules will pull in the *entire* standard library. Ross -- _

[yocto] Intermittent Kernel Boot Hang 4.8/Intel Z5 Atom

2017-02-24 Thread Chris Trobridge
Since switching kernel to 4.8 (Morty) I have noticed that sometimes my Intel Atom hardware (Pokini) doesn't boot Linux. Specifically, syslinux runs fine and starts the kernel but this then hangs immediately after displaying "Booting the kernel.", producing no further output. This is typical out

Re: [yocto] Python3 partial rootfs installation

2017-02-24 Thread Maciej Borzęcki
On Fri, Feb 24, 2017 at 9:50 AM, Jakob Simon-Gaarde wrote: > Hi. > > I want to use Python3 on yocto 2.2 so I added it as a dependency in my > project. Python3.5 was added to the final rootfs > but it is partial. Many of the standard libraries that are build during the > image creation does not end

[yocto] Python3 partial rootfs installation

2017-02-24 Thread Jakob Simon-Gaarde
Hi. I want to use Python3 on yocto 2.2 so I added it as a dependency in my project. Python3.5 was added to the final rootfs but it is partial. Many of the standard libraries that are build during the image creation does not end up in the target rootfs. For instance socketserver.py which was the f