Re: [OE-core] [PATCH 0/6] remove unneeded python2 recipes

2016-05-23 Thread Robert Yang
On 05/24/2016 11:53 AM, Paul Eggleton wrote: On Tue, 24 May 2016 11:38:24 Robert Yang wrote: On 05/24/2016 11:34 AM, Paul Eggleton wrote: On Mon, 23 May 2016 20:25:36 Robert Yang wrote: They were required by buildtools-tarball, now replaced by python3 ones. It's not so much that they are r

[OE-core] [PATCH 00/72] Krogoth-next V2, pull request

2016-05-23 Thread Armin Kuster
Rebased, removed per feedback and add a few new ones. Please consider this for krogoth-next. The following changes since commit da4bfbef46e52d2b647a837a47d0f5cb813ba8b2: gdb: Backport patch to changes with AVX and MPX (2016-05-22 08:43:01 +0100) are available in the git repository at: git:

[OE-core] [PATCH 3/3] devtool: upgrade: clarify help text for --srcrev option

2016-05-23 Thread Paul Eggleton
The -S / --srcrev option must be specified if fetching from a git repository, so spell that out in the help text. Signed-off-by: Paul Eggleton --- scripts/lib/devtool/upgrade.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/devtool/upgrade.py b/scripts/lib/devto

[OE-core] [PATCH 2/3] devtool: upgrade: tweak conflict handling

2016-05-23 Thread Paul Eggleton
Make a couple of changes to the rebase operation: 1) Only wrap the actual rebase command in try...except since a failure in any of the other commands should be an error, not a warning 2) If it's a conflict (which unfortunately we can only tell by checking for the keyword "conflict" since git

[OE-core] [PATCH 0/3] Fixes for devtool upgrade

2016-05-23 Thread Paul Eggleton
The following changes since commit d6241e4c94a0a72acfc57e96a59918c0b2146d65: useradd: Fix infinite build loop (2016-05-23 10:33:39 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/devtool-upgrade-fixes http://cgit.openembedded.org/

[OE-core] [PATCH 1/3] devtool: upgrade: handle upgrading recipes with a versioned inc file

2016-05-23 Thread Paul Eggleton
The gdb recipe in OE-Core has an inc file with the version in it; since the inc file is pulled in with a "require ${PV}.inc", when upgrading the recipe we need to also rename the inc file it will fail to parse and the upgrade itself will fail. Fixes [YOCTO #9574]. Signed-off-by: Paul Eggleton --

Re: [OE-core] [PATCH 0/6] remove unneeded python2 recipes

2016-05-23 Thread Paul Eggleton
On Tue, 24 May 2016 11:38:24 Robert Yang wrote: > On 05/24/2016 11:34 AM, Paul Eggleton wrote: > > On Mon, 23 May 2016 20:25:36 Robert Yang wrote: > >> They were required by buildtools-tarball, now replaced by python3 ones. > > > > It's not so much that they are required by buildtools-tarball, the

Re: [OE-core] [PATCH 0/6] remove unneeded python2 recipes

2016-05-23 Thread Robert Yang
Hi Paul, On 05/24/2016 11:34 AM, Paul Eggleton wrote: Hi Robert, On Mon, 23 May 2016 20:25:36 Robert Yang wrote: They were required by buildtools-tarball, now replaced by python3 ones. It's not so much that they are required by buildtools-tarball, they are required by various scripts that we

Re: [OE-core] [PATCH 0/6] remove unneeded python2 recipes

2016-05-23 Thread Paul Eggleton
Hi Robert, On Mon, 23 May 2016 20:25:36 Robert Yang wrote: > They were required by buildtools-tarball, now replaced by python3 ones. It's not so much that they are required by buildtools-tarball, they are required by various scripts that we have. When you say unneeded, I assume only on the pyth

[OE-core] [PATCH 1/6] packagegroup-self-hosted.bb: python-git -> python3-git

2016-05-23 Thread Robert Yang
Signed-off-by: Robert Yang --- meta/recipes-core/packagegroups/packagegroup-self-hosted.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb index aa88cf9..

[OE-core] [PATCH 6/6] python-git: remove it

2016-05-23 Thread Robert Yang
It was needed by buildtools-tarball and packagegroup-self-hosted, no one requires it any more now. Signed-off-by: Robert Yang --- meta/recipes-devtools/python/python-git.inc | 21 - meta/recipes-devtools/python/python-git_1.0.2.bb | 8 meta/recipes-devtools/p

[OE-core] [PATCH 0/6] remove unneeded python2 recipes

2016-05-23 Thread Robert Yang
They were required by buildtools-tarball, now replaced by python3 ones. // Robert The following changes since commit d6241e4c94a0a72acfc57e96a59918c0b2146d65: useradd: Fix infinite build loop (2016-05-23 10:33:39 +0100) are available in the git repository at: git://git.openembedded.org/ope

[OE-core] [PATCH 5/6] python-gitdb: remove it

2016-05-23 Thread Robert Yang
It was needed by python-git, no one requires it any more now. Signed-off-by: Robert Yang --- meta/recipes-devtools/python/python-gitdb.inc | 16 meta/recipes-devtools/python/python-gitdb_0.6.4.bb | 7 --- meta/recipes-devtools/python/python3-gitdb_0.6.4.bb | 17 +

[OE-core] [PATCH 3/6] python-async: remove it

2016-05-23 Thread Robert Yang
It was needed by python-git, no one requires it any more now. Signed-off-by: Robert Yang --- meta/recipes-devtools/python/python-async.inc | 15 --- meta/recipes-devtools/python/python-async_0.6.2.bb | 5 - meta/recipes-devtools/python/python3-async_0.6.2.bb | 16

[OE-core] [PATCH 4/6] python-smmap: remove it

2016-05-23 Thread Robert Yang
It was needed by python-gitdb, no one requires it any more now. Signed-off-by: Robert Yang --- meta/recipes-devtools/python/python-smmap.inc | 19 --- meta/recipes-devtools/python/python-smmap_0.9.0.bb | 5 - meta/recipes-devtools/python/python3-smmap_0.9.0.bb | 20 ++

[OE-core] [PATCH 2/6] python-pexpect: remove it

2016-05-23 Thread Robert Yang
It was needed by buildtools-tarball, no one requires it any more now. Signed-off-by: Robert Yang --- .../python/python-pexpect_4.0.1.bb | 25 -- 1 file changed, 25 deletions(-) delete mode 100644 meta/recipes-devtools/python/python-pexpect_4.0.1.bb diff --gi

[OE-core] [PATCH 0/1] tcl: fix sed command in do_install

2016-05-23 Thread Robert Yang
The following changes since commit d6241e4c94a0a72acfc57e96a59918c0b2146d65: useradd: Fix infinite build loop (2016-05-23 10:33:39 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/tcl http://cgit.openembedded.org/cgit.cgi/openembedded-

[OE-core] [PATCH 1/1] tcl: fix sed command in do_install

2016-05-23 Thread Robert Yang
The -I= and -L= is used for cross compile, target doesn't need, and binconfig.class can handle usr/bin/crossscripts/tclConfig.sh. Fix do_configure error for the recipe which uses tclConfig.sh, for example, postgresql.do_configure: configure: error: header file is required for Tcl Signed-off-by:

[OE-core] [PATCH 1/2] oe-init-build-env: allow GIT_SSL_CAINFO from external environment

2016-05-23 Thread Paul Eggleton
buildtools-tarball sets GIT_SSL_CAINFO so that the included ca-certificates can be used by git; that can't work however unless the GIT_SSL_CAINFO is still set in the environment in which git gets run by the fetcher, so allow it through from the external environment. Fixes [YOCTO #9666]. Signed-of

[OE-core] [PATCH 2/2] conf/bitbake.conf: whitelist GIT_SSL_CAINFO

2016-05-23 Thread Paul Eggleton
Just as with the proxy variables, we don't need to reparse everything if the value of this variable changes. Signed-off-by: Paul Eggleton --- meta/conf/bitbake.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index acef30b

[OE-core] [PATCH 0/2] Allow GIT_SSL_CAINFO set by buildtools-tarball to work

2016-05-23 Thread Paul Eggleton
The following changes since commit d6241e4c94a0a72acfc57e96a59918c0b2146d65: useradd: Fix infinite build loop (2016-05-23 10:33:39 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/git-ssl-cainfo http://cgit.openembedded.org/cgit.cgi

[OE-core] OE Changelog since 2016-05-15 until 2016-05-22

2016-05-23 Thread cliff . brake
Changelog since 2016-05-15 until 2016-05-22. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom: git://github.com/Angstrom-distr

Re: [OE-core] [PATCH 1/1] sstate.bbclass: Don't create symlinks, download to the correct location

2016-05-23 Thread Christopher Larson
On Mon, May 23, 2016 at 2:57 PM, Randy Witt wrote: > Previously the sstate was all downloaded to the same directory and then > symlinks were added in the directories that pointed to the siginfo and > sstate in the parent directory. > > This change makes it so that now the files are just downloade

Re: [OE-core] [PATCH v1] runqemu: Add suport for qemuzynqmp

2016-05-23 Thread Alistair Francis
On Mon, May 23, 2016 at 2:37 PM, Alistair Francis wrote: > On Sat, May 21, 2016 at 2:33 PM, Burton, Ross wrote: >> >> On 19 May 2016 at 17:40, Alistair Francis >> wrote: >>> >>> On Thu, May 12, 2016 at 2:37 PM, Alistair Francis >>> wrote: >>> > Signed-off-by: Alistair Francis >>> >>> Ping! >>

[OE-core] [PATCH 0/1] sstate fetch symlink removal

2016-05-23 Thread Randy Witt
This change removes the clutter of symlinks when sstate comes from a mirror rather than being created on the host. The following changes since commit c7e614c438706fb3ed7520b4990ebb3973366942: useradd: Fix infinite build loop (2016-05-23 10:33:45 +0100) are available in the git repository at:

[OE-core] [PATCH 1/1] sstate.bbclass: Don't create symlinks, download to the correct location

2016-05-23 Thread Randy Witt
Previously the sstate was all downloaded to the same directory and then symlinks were added in the directories that pointed to the siginfo and sstate in the parent directory. This change makes it so that now the files are just downloaded to the correct location without the need for symlinks. Sign

Re: [OE-core] [PATCH v1] runqemu: Add suport for qemuzynqmp

2016-05-23 Thread Alistair Francis
On Sat, May 21, 2016 at 2:33 PM, Burton, Ross wrote: > > On 19 May 2016 at 17:40, Alistair Francis > wrote: >> >> On Thu, May 12, 2016 at 2:37 PM, Alistair Francis >> wrote: >> > Signed-off-by: Alistair Francis >> >> Ping! > > > Sorry meant to reply to this a lot earlier. There's a RFC from Ro

[OE-core] [PATCH] mkelfimage: fix compile issues

2016-05-23 Thread Christopher Larson
From: Christopher Larson This fixes a couple issues introduced by the previous patch. There were a couple spots where HOST_CFLAGS needed changing to CFLAGS. This fixes builds with security_flags. Signed-off-by: Christopher Larson --- meta/recipes-devtools/mkelfimage/mkelfimage/cross-compile.pa

[OE-core] [PATCH 3/3] openssl: Ensure SSL certificates are stored on sysconfdir

2016-05-23 Thread Otavio Salvador
Debian and other generic distributions has moved the certificates for sysconfdir (/etc/ssl) and made the libdir content to link for it. This provides several advantages specially for read-only rootfs. Another benefit is that it ensures foreign implementations (e.g: BoringSSL, from Chromium, when r

[OE-core] [PATCH 2/3] ca-certificates: Use c_rehash utility

2016-05-23 Thread Otavio Salvador
As now the c_rehash utility is available, we can use it. This removes the patch to disable its usage allowing for a standard SSL behaviour. Signed-off-by: Otavio Salvador --- ...01-update-ca-certificates-remove-c-rehash.patch | 46 -- .../ca-certificates/ca-certificates_2016

[OE-core] [PATCH 1/3] openssl: Add Shell-Script based c_rehash utility

2016-05-23 Thread Otavio Salvador
The PLD Linux distribution has ported the c_rehash[1] utility from Perl to Shell-Script, allowing it to be shipped by default. 1. https://git.pld-linux.org/?p=packages/openssl.git;a=blob;f=openssl-c_rehash.sh;h=0ea22637ee6dbce845a9e2caf62540aaaf5d0761 The OpenSSL upstream intends[2] to convert t

[OE-core] [PATCH 0/3] Improve SSL certificate handling

2016-05-23 Thread Otavio Salvador
This patchset leverage the OpenSSL certificate handling so it works aligned with Debian and other generic distributions regarding where the certificates are stored and how they are installed. This all started when debugging why SSL certificates were not working properly for a customer which was us

[OE-core] [PATCH 2/3] image_types.bbclass: add intermediate var for WKS_FILE_CHECKSUM

2016-05-23 Thread Christopher Larson
From: Christopher Larson This is a bit nicer to work with, and easier to override. Signed-off-by: Christopher Larson --- meta/classes/image_types.bbclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/classes/image_types.bbclass b/meta/classes/image_types.bbclass in

[OE-core] [PATCH 1/3] image.bbclass: append to prefuncs/postfuncs for do_image_*

2016-05-23 Thread Christopher Larson
From: Christopher Larson These are list style variables, so append to them rather than blowing away any existing value. Signed-off-by: Christopher Larson --- meta/classes/image.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/classes/image.bbclass b/meta/cla

[OE-core] [PATCH 3/3] image_types.bbclass: support template .wks.in files for wic

2016-05-23 Thread Christopher Larson
From: Christopher Larson These files are treated as the contents of a bitbake variable, so usual bitbake variable references are supported. I considered using another templating mechanism, for example the one used by yocto-layer, but then we'd end up largely mapping metadata variables to template

[OE-core] [PATCH 0/3] Support template files for wic

2016-05-23 Thread Christopher Larson
From: Christopher Larson This adds support for .wks.in files as WKS_FILE. This is a re-send of the RFC PATCH series as a regular PATCH series, to attempt to get the feature merged. There's a clear value-add, there were no major objections to the RFC series, and further improvements can be added

Re: [OE-core] [PATCHv3] mkelfimage: obey LDFLAGS, sort out HOST_ flags

2016-05-23 Thread Burton, Ross
On 23 May 2016 at 20:59, Christopher Larson wrote: > I'm not opposed to reverting this, as the issue being fixed was clearly > not as bad as this result, but I'm completely unable to repro this for > beaglebone with meta-ti, either with the internal toolchain or the external > sourcery toolchain.

Re: [OE-core] [PATCHv3] mkelfimage: obey LDFLAGS, sort out HOST_ flags

2016-05-23 Thread Christopher Larson
On Mon, May 23, 2016 at 6:31 AM, Patrick Ohly wrote: > On Mon, 2016-05-23 at 04:52 +, Khem Raj wrote: > > I am getting these errors with clang now > > > > > > http://errors.yoctoproject.org/Errors/Details/64935/ > > And I am getting the same link error also during normal builds for > Beaglebo

Re: [OE-core] [PATCHv3] mkelfimage: obey LDFLAGS, sort out HOST_ flags

2016-05-23 Thread Christopher Larson
On Mon, May 23, 2016 at 6:31 AM, Patrick Ohly wrote: > On Mon, 2016-05-23 at 04:52 +, Khem Raj wrote: > > I am getting these errors with clang now > > > > > > http://errors.yoctoproject.org/Errors/Details/64935/ > > And I am getting the same link error also during normal builds for > Beaglebo

Re: [OE-core] [PATCH v2 5/8] gstreamer1.0-plugins-bad: upgrade to version 1.8.1

2016-05-23 Thread Carlos Rafael Giani
Quoting Ross Burton from an earlier posting where I wanted to remove the gst-player recipe because gst-player is now part of -bad: > gst-player the API is, but not the applications gtk-player or gst-player which is the main reason this recipe exists in oe-core. > > Current gst-player HEAD is n

Re: [OE-core] [PATCH v2 5/8] gstreamer1.0-plugins-bad: upgrade to version 1.8.1

2016-05-23 Thread Christopher Larson
On Mon, May 23, 2016 at 11:36 AM, Christopher Larson wrote: > On Thu, Apr 28, 2016 at 12:06 PM, Carlos Rafael Giani < > d...@pseudoterminal.org> wrote: > >> 0002-glplugin-glwindow-fix-memory-leak-of-navigation-thre.patch is a >> backport, and is no longer needed. >> >> configure-allow-to-disable-

Re: [OE-core] [PATCH v2 5/8] gstreamer1.0-plugins-bad: upgrade to version 1.8.1

2016-05-23 Thread Christopher Larson
On Thu, Apr 28, 2016 at 12:06 PM, Carlos Rafael Giani wrote: > 0002-glplugin-glwindow-fix-memory-leak-of-navigation-thre.patch is a > backport, and is no longer needed. > > configure-allow-to-disable-libssh2.patch got replaced by a patch that does > the same thing but has been submitted. > > Vulk

Re: [OE-core] [PATCH] coreutils: revert upstream commit causing havoc with ls output

2016-05-23 Thread Paul Gortmaker
[Re: [OE-core] [PATCH] coreutils: revert upstream commit causing havoc with ls output] On 21/05/2016 (Sat 12:18) Olof Johansson wrote: > On 16-05-20 20:02 -0400, Paul Gortmaker wrote: > > Several large distros are voting with their feet and actively > > reverting the change, as per what can be se

Re: [OE-core] [PATCH] image.bbclass: don't execute compression commands multiple times

2016-05-23 Thread Koen Kooi
> Op 21 apr. 2016, om 11:47 heeft Alexander D. Kanevskiy het > volgende geschreven: > > In case of chained conversion methods are used via COMPRESS_CMD_* > there is chance that some of steps would be executed multiple times. And this breaks image_types_uboot.bbclass: ERROR: Logfile of failure

[OE-core] [PATCH] Revert "image.bbclass: don't execute compression commands multiple times"

2016-05-23 Thread Koen Kooi
The commit breaks image_types_uboot.bbclass: ERROR: Logfile of failure stored in: /build/linaro/build/build/tmp-glibc/work/genericarmv8-oe-linux/linaro-image-minimal-initramfs/1.0-r0/temp/log.do_image_cpio.16506 Log data follows: | DEBUG: Executing python function set_image_size | DEBUG: Python f

Re: [OE-core] [PATCH 5/5] matchbox-keyboard: Upgrade

2016-05-23 Thread Richard Purdie
On Mon, 2016-05-23 at 16:36 +0300, Alexander Kanavin wrote: > On 05/23/2016 04:10 PM, Richard Purdie wrote: > > > > -SRCREV = "ebc330eac8b9d38e9aef9f01e7241c904bd01073" > > > > +SRCREV = "69d03e2aceb79cf7a616c07f8e0be4e1f9f7976b" > > > >PV = "0.0+git${SRCPV}" > > > > > > This is a good moment

Re: [OE-core] [PATCH] ghostscript: Update URL_SRI considered as 'old release'

2016-05-23 Thread Leonardo Sandoval
Actually, the same 9.18 tarball is available here: https://github.com/ArtifexSoftware/ghostpdl-downloads/releases so why not switch SRC_URI to that? You are right. Sending v2 now. Alex -- ___ Openembedded-core mailing list Openembedded-core@li

[OE-core] [PATCH v2] ghostscript: Update URL_SRI_BASE to point to github

2016-05-23 Thread leonardo . sandoval . gonzalez
From: Leonardo Sandoval Starting at 9.18, latest releases (current and previous release) are placed on github [1]. [1] https://github.com/ArtifexSoftware/ghostpdl-downloads/releases [YOCTO #9573] Signed-off-by: Leonardo Sandoval --- meta/recipes-extended/ghostscript/ghostscript_9.18.bb | 8 +

[OE-core] [PATCH 1/2] iproute2: upgrade to 4.6.0

2016-05-23 Thread Maxin B. John
1. Refreshed musl build fix patch for 4.6.0 2. Use the bash-completion class to package the completion files. Signed-off-by: Maxin B. John --- meta/recipes-connectivity/iproute2/iproute2.inc| 2 +- .../iproute2/iproute2/iproute2-4.3.0-musl.patch| 45 ++ .../{iproute2

[OE-core] [PATCH 2/2] sqlite3: update to 3.13.0

2016-05-23 Thread Maxin B. John
3.12.2 -> 3.13.0 Signed-off-by: Maxin B. John --- meta/recipes-support/sqlite/{sqlite3_3.12.2.bb => sqlite3_3.13.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/sqlite/{sqlite3_3.12.2.bb => sqlite3_3.13.0.bb} (58%) diff --git a/meta/recipes-support/

Re: [OE-core] [PATCH] systemd: support systemd-boot as a stand-alone EFI bootloader

2016-05-23 Thread Saul Wold
Ping? Issues? On Thu, 2016-05-05 at 11:20 -0700, Jianxun Zhang wrote: > The "systemd-boot" is gummiboot now included into systemd project. > The old gummiboot project supported in OE is dead. > > Our intention is to get a gummiboot-like EFI bootloader without > much dependency on systemd and it

Re: [OE-core] [PATCH] useradd: Fix infinite build loop

2016-05-23 Thread Khem Raj
Thanks Richard On May 23, 2016 2:33 AM, "Richard Purdie" < richard.pur...@linuxfoundation.org> wrote: > > http://git.openembedded.org/openembedded-core-contrib/commit/?id=642c6cf0b6a0371de476513162bd0cefa9c438b3 > introduces a problem if the USERADD_PARAM variable has trailing > whitespace as the

Re: [OE-core] [PATCH 5/5] matchbox-keyboard: Upgrade

2016-05-23 Thread Alexander Kanavin
On 05/23/2016 04:10 PM, Richard Purdie wrote: -SRCREV = "ebc330eac8b9d38e9aef9f01e7241c904bd01073" +SRCREV = "69d03e2aceb79cf7a616c07f8e0be4e1f9f7976b" PV = "0.0+git${SRCPV}" This is a good moment to start using git version tags instead of just updating commit ids. Let's bring down the amou

Re: [OE-core] [PATCHv3] mkelfimage: obey LDFLAGS, sort out HOST_ flags

2016-05-23 Thread Patrick Ohly
On Mon, 2016-05-23 at 04:52 +, Khem Raj wrote: > I am getting these errors with clang now > > > http://errors.yoctoproject.org/Errors/Details/64935/ And I am getting the same link error also during normal builds for Beaglebone (but not other platforms): https://ostroproject.org/jenkins/job/

Re: [OE-core] [PATCH 5/5] matchbox-keyboard: Upgrade

2016-05-23 Thread Richard Purdie
On Mon, 2016-05-23 at 15:56 +0300, Alexander Kanavin wrote: > On 05/23/2016 03:44 PM, Jussi Kukkonen wrote: > > > -SRCREV = "ebc330eac8b9d38e9aef9f01e7241c904bd01073" > > +SRCREV = "69d03e2aceb79cf7a616c07f8e0be4e1f9f7976b" > > PV = "0.0+git${SRCPV}" > > This is a good moment to start using git

Re: [OE-core] Wic and "live" images

2016-05-23 Thread Ian Geiser
On Mon, 23 May 2016 09:00:28 -0400 Sergey 'Jin' Bostandzhyan wrote > Hi, > > I'm risking to land in the "reinvented the wheel" corner, but basically I > had a task to create images with msdos partitions, while at the same time > some things had to be in areas where parted/f

Re: [OE-core] Wic and "live" images

2016-05-23 Thread Sergey 'Jin' Bostandzhyan
Hi, I'm risking to land in the "reinvented the wheel" corner, but basically I had a task to create images with msdos partitions, while at the same time some things had to be in areas where parted/fdisk were not able to create a partition yet (i.e. u-boot had to be at a very early offset in the ima

Re: [OE-core] [PATCH 5/5] matchbox-keyboard: Upgrade

2016-05-23 Thread Alexander Kanavin
On 05/23/2016 03:44 PM, Jussi Kukkonen wrote: -SRCREV = "ebc330eac8b9d38e9aef9f01e7241c904bd01073" +SRCREV = "69d03e2aceb79cf7a616c07f8e0be4e1f9f7976b" PV = "0.0+git${SRCPV}" This is a good moment to start using git version tags instead of just updating commit ids. Let's bring down the am

Re: [OE-core] [PATCH] ghostscript: Update URL_SRI considered as 'old release'

2016-05-23 Thread Alexander Kanavin
On 05/23/2016 03:48 PM, Alexander Kanavin wrote: On 05/20/2016 08:59 AM, leonardo.sandoval.gonza...@linux.intel.com wrote: From: Leonardo Sandoval The Ghostcript project started to place their tarballs in two places starting at 9.19 as explained in [1]. 9.18 version is considered old, so inclu

[OE-core] [PATCH] kernel: Fix a typo in kernel.bbclass

2016-05-23 Thread Thomas Perrot
Signed-off-by: Thomas Perrot --- meta/classes/kernel.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index 6e3e81e..fa0864c 100644 --- a/meta/classes/kernel.bbclass +++ b/meta/classes/kernel.bbclass @@ -361,7 +3

Re: [OE-core] [PATCH] ghostscript: Update URL_SRI considered as 'old release'

2016-05-23 Thread Alexander Kanavin
On 05/20/2016 08:59 AM, leonardo.sandoval.gonza...@linux.intel.com wrote: From: Leonardo Sandoval The Ghostcript project started to place their tarballs in two places starting at 9.19 as explained in [1]. 9.18 version is considered old, so including the 'old-gs-releases' in the URL. [1] http:/

[OE-core] [PATCH 4/5] mesa-demos: Upgrade 8.2.0 -> 8.3.0

2016-05-23 Thread Jussi Kukkonen
Drop patches included in upstream and the EGL_MESA_screen_surface extension fixes as the relevant code was removed. Rebase other patches. Signed-off-by: Jussi Kukkonen --- There's quite a bit of churn and our patching here was pretty complex (patches on top of patches on top of patches): CCing

[OE-core] [PATCH 5/5] matchbox-keyboard: Upgrade

2016-05-23 Thread Jussi Kukkonen
This version includes: * french keyboard and the Caps improvements it requires * Gtk+3 input method is now included (not enabled by default yet) Define some additional PACKAGECONFIGs: the default configuration does not change. Signed-off-by: Jussi Kukkonen --- meta/recipes-sato/matchbox-keyboar

[OE-core] [PATCH 2/5] dropbear: Upgrade 2015.71 -> 2016.73

2016-05-23 Thread Jussi Kukkonen
Backport a patch to fix out-of-tree build. Signed-off-by: Jussi Kukkonen --- .../dropbear/support-out-of-tree-builds.patch | 43 ++ meta/recipes-core/dropbear/dropbear_2015.71.bb | 5 --- meta/recipes-core/dropbear/dropbear_2016.73.bb | 7 3 files changed,

[OE-core] [PATCH 1/5] docbook-xsl-stylesheets: Upgrade 1.78.1 -> 1.79.1

2016-05-23 Thread Jussi Kukkonen
* Use $PV at appropriate places in do_install * Install some new files, avoid installing 25M of java archives * License checksum change is just copyright years changing Signed-off-by: Jussi Kukkonen --- ...1.78.1.bb => docbook-xsl-stylesheets_1.79.1.bb} | 22 +++--- 1 file change

[OE-core] [PATCH 3/5] fontconfig: Upgrade 2.11.94 -> 2.11.95

2016-05-23 Thread Jussi Kukkonen
Remove a backported patch. License checksum stays the same but license location changed. Signed-off-by: Jussi Kukkonen --- ...ges-made-to-FcConfigAppFontAddDir-recentl.patch | 132 - ...fontconfig_2.11.94.bb => fontconfig_2.11.95.bb} | 7 +- 2 files changed, 3 insertions(+)

[OE-core] [PATCH 0/5] Misc. version upgrades

2016-05-23 Thread Jussi Kukkonen
More version upgrades. The tricky one here is mesa-demos (lots of patch changes there). Thanks, Jussi The following changes since commit 32bbf685709d2c6c0d8938e18ef21130d1ea8eef: meta-yocto-bsp: Enable xf86 modeset for beaglebone (2016-05-22 16:11:49 +0100) are available in the git reposito

Re: [OE-core] Wic and "live" images

2016-05-23 Thread Ian Geiser
On Mon, 23 May 2016 06:36:23 -0400 Ed Bartosh wrote > On Thu, May 19, 2016 at 05:52:45AM -0400, Ian Geiser wrote: > > Greetings, I am trying to learn "wic" and have been confused as how to > > create a "live" style image. I am following > > "http://www.yoctoproject.org/docs/1.

Re: [OE-core] wic wks: data partition only mounted on second boot?

2016-05-23 Thread Matthijs Vader
> It creates the /data partition, and adds it to the .wic file, all fine. But on > the first boot it is not auto-mounted. From the boot log: > > > [1.898069] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data > mode. Opts: (null) > [1.906798] VFS: Mounted root (ext4 filesystem) re

[OE-core] wic wks: data partition only mounted on second boot?

2016-05-23 Thread Matthijs Vader
Hi, I have my wks file like this: part /boot --source bootimg-partition --ondisk mmcblk0 --fstype=vfat --label boot --active --align 4 --size 16 part / --source rootfs --ondisk mmcblk0 --fstype=ext4 --label root --align 4 part /data --ondisk mmcblk0 --size 100M --fstype=ext4 --label data --alig

Re: [OE-core] Wic and "live" images

2016-05-23 Thread Ed Bartosh
On Thu, May 19, 2016 at 05:52:45AM -0400, Ian Geiser wrote: > Greetings, I am trying to learn "wic" and have been confused as how to create > a "live" style image. I am following > "http://www.yoctoproject.org/docs/1.5.2/dev-manual/dev-manual.html#creating-partitioned-images"; > but am getting

Re: [OE-core] [PATCH 1/5] useradd.bbclass: Strip trailing '; ' in cmd params

2016-05-23 Thread Richard Purdie
On Mon, 2016-05-23 at 10:07 +0200, Patrick Ohly wrote: > On Wed, 2016-05-18 at 12:38 -0700, Khem Raj wrote: > > This fix was not sufficient and there has to be extra fix done to > > also > > consider the case > > when sysroot is created during image build time. I have updated it > > in > > pull req

[OE-core] [PATCH] useradd: Fix infinite build loop

2016-05-23 Thread Richard Purdie
http://git.openembedded.org/openembedded-core-contrib/commit/?id=642c6cf0b6a0371de476513162bd0cefa9c438b3 introduces a problem if the USERADD_PARAM variable has trailing whitespace as the code infinitely loops causing build hangs. Add a similar sed expression to $remaining to avoid this. Signed-o

Re: [OE-core] [PATCH 1/5] useradd.bbclass: Strip trailing '; ' in cmd params

2016-05-23 Thread Patrick Ohly
On Wed, 2016-05-18 at 12:38 -0700, Khem Raj wrote: > This fix was not sufficient and there has to be extra fix done to also > consider the case > when sysroot is created during image build time. I have updated it in > pull request here > > http://git.openembedded.org/openembedded-core-contrib/comm