[yocto] [ YOCTO ] [ WIC ] problem to compile

2018-02-27 Thread Thibaut SARRAZIN
Hello Everybody, I met a problem to use WIC , with the error following : ERROR: Nothing PROVIDES 'syslinux' ERROR: syslinux was skipped: incompatible with host arm-poky-linux-gnueabi (not in COMPATIBLE_HOST) I know that possible to compile syslinux for arm, but Idon't know why I can't do i

[yocto] downloads.yoctoproject.org/mirror out of date

2018-02-27 Thread Georg Lutz
Hi, yesterday I had a build error in the unpack step. git couldn't find a reference. It turned out that because of a temporary firewall issue bitbake took the http mirror downloads.yoctoproject.org for yocto-kernel-cache. It looks like the mirror hasn't been updated since a while (Nov last

[yocto] crops/poky workflow and git

2018-02-27 Thread Andrea Galbusera
Hi! Anyone here regularly doing yocto builds from crops/poky [1] containers? If I got it right, the idea behind using containers derived from crops/poky image for builds is to keep the entire development workflow outside the container and use the container for build related commands only (ideally

[yocto] [ANNOUNCEMENT] Milestone 2 for Yocto Project 2.5 (yocto-2.5_M2) now available

2018-02-27 Thread Tracy Graydon
The second milestone release for Yocto Project 2.5 (yocto-2.5_M2) is available for download now. Download: http://downloads.yoctoproject.org/releases/yocto/milestones/yocto-2.5_M2/ eclipse-poky-neon 731e346f2187a3c6b44af72ef75d4d5029b54d9c eclipse-poky-oxygen ccf940d787ba3cf91092a07e18fbd52c5ef

[yocto] [PATCH] hostname.sh: remove warning for bashism

2018-02-27 Thread Ulf Samuelsson
The use of the environment variable HOSTNAME, triggers the checkbashisms script, so change HOSTNAME to LOCALHOST Signed-off-by: Ulf Samuelsson --- meta/recipes-core/initscripts/initscripts-1.0/hostname.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/

[yocto] [ANNOUNCEMENT] Yocto Project 2.2.3 (morty 16.0.3) Released

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

[yocto] [PATCH][meta-mingw] libmpc: use wildcard version

2018-02-27 Thread Ross Burton
Signed-off-by: Ross Burton --- recipes-support/libmpc/{libmpc_1.0.3.bbappend => libmpc_%.bbappend} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename recipes-support/libmpc/{libmpc_1.0.3.bbappend => libmpc_%.bbappend} (100%) diff --git a/recipes-support/libmpc/libmpc_1.0.3.bbappend b

Re: [yocto] crops/poky workflow and git

2018-02-27 Thread Khem Raj
On 2/27/18 9:47 AM, Andrea Galbusera wrote: Hi! Anyone here regularly doing yocto builds from crops/poky [1] containers? If I got it right, the idea behind using containers derived from crops/poky image for builds is to keep the entire development workflow outside the container and use the con

Re: [yocto] [PATCH] hostname.sh: remove warning for bashism

2018-02-27 Thread Khem Raj
On 2/27/18 2:58 PM, Ulf Samuelsson wrote: The use of the environment variable HOSTNAME, triggers the checkbashisms script, so change HOSTNAME to LOCALHOST Signed-off-by: Ulf Samuelsson ---  meta/recipes-core/initscripts/initscripts-1.0/hostname.sh | 4 ++--  1 file changed, 2 insertions(+),