[OE-core] [PATCH 5/6] opkg: backport fix for double remove of packges

2016-04-24 Thread Robert Yang
From: Stefan Agner Backport the fix 7885da3974 ("pkg_get_provider_replacees: do not add installed pkg to replacee list"). This avoids opkg trying to remove a package twice e.g. when upgrading. Suggested-by: Alejandro del Castillo

[OE-core] [PATCH 6/6] boot-directdisk.bbclass: remove HDDIMG before create

2016-04-24 Thread Robert Yang
Fixed when rebuild: mkdosfs: file /path/to/hdd.image already exists Signed-off-by: Robert Yang Signed-off-by: Ross Burton (cherry-pick from 9abcd309c098558360cde2bff65be840ead25f83) Signed-off-by: Tim Kilbourn

[OE-core] [PATCH 4/6] bind: CVE-2016-1285 CVE-2016-1286

2016-04-24 Thread Robert Yang
From: Sona Sarmadi CVE-2016-1285 bind: malformed packet sent to rndc can trigger assertion failure CVE-2016-1286 bind: malformed signature records for DNAME records can trigger assertion failure [YOCTO #9400] External References:

[OE-core] [PATCH 1/6] tzcode: update to 2016d

2016-04-24 Thread Robert Yang
From: Armin Kuster they keep the versions in-sync. changes are all in data. Changes affecting future time stamps America/Caracas switches from -0430 to -04 on 2016-05-01 at 02:30. (Thanks to Alexander Krivenyshev for the heads-up.) Asia/Magadan switches from +10 to +11 on

[OE-core] [PATCH 2/6] tzdata: update to 2016d

2016-04-24 Thread Robert Yang
From: Armin Kuster Changes affecting future time stamps America/Caracas switches from -0430 to -04 on 2016-05-01 at 02:30. (Thanks to Alexander Krivenyshev for the heads-up.) Asia/Magadan switches from +10 to +11 on 2016-04-24 at 02:00. (Thanks to Alexander Krivenyshev and

[OE-core] [PATCH 3/6] license.bbclass: fix warnings when run in unprivileged "container" env

2016-04-24 Thread Robert Yang
From: Bjørn Forsman An unprivileged "container" environment like this[1] doesn't have root account (uid 0) which causes tons of "Invalid argument" warnings: $ bitbake ... ... WARNING: Could not copy license file [src] to [dest]: [Errno 22] Invalid argument:

[OE-core] [PATCH 0/6] [jethro] Consolidated pull

2016-04-24 Thread Robert Yang
The following changes since commit 28032d8c3122b75ceb3f4a664a2b478c9a9a6a2c: tzcode: update to 2016c (2016-04-11 22:03:01 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/jethro-next

Re: [OE-core] Yocto Project Status WW17

2016-04-24 Thread Trevor Woerner
On Fri 2016-04-22 @ 08:29:19 PM, Burton, Ross wrote: > On 22 April 2016 at 18:04, Trevor Woerner wrote: > > > > Have the eSDK and CROPS projects been announced publicly? Are they > available > > for us to "play with"? > > > eSDK is the "extensible SDK', or what appears when

[OE-core] [PATCH V2] systemd: Create missing sysusers offline

2016-04-24 Thread Khem Raj
Some system users which are needed by systemd components were missing create these users knobbed with relevant packageconfig Signed-off-by: Khem Raj --- Changes from v1->v2: -Create systemd-journal-remote -Create systemd-journal-upload

[OE-core] [PATCH] systemd: Create missing sysusers offline

2016-04-24 Thread Khem Raj
Some system users which are needed by systemd components were missing create these users knobbed with relevant packageconfig Signed-off-by: Khem Raj --- meta/recipes-core/systemd/systemd_229.bb | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git

Re: [OE-core] [RFC][PATCH v2 1/4] u-boot: basic support of dtb append for verified boot

2016-04-24 Thread Bernhard Reutner-Fischer
On April 21, 2016 9:55:21 PM GMT+02:00, Yannick GICQUEL wrote: >>> +do_install_prepend_pn-u-boot () { >>> + # Concatenate U-Boot w/o DTB & DTB with public key >>> + # (cf. kernel-fitimage.bbclass for more details) >>> + cd ${DEPLOYDIR} >>> + if [