Re: [OE-core] Package Manager Conflicts

2017-06-30 Thread Randy MacLeod
On 2017-06-26 06:03 PM, Andrew Sampson wrote: I'm attempting to setup a package feed for a board which I don't have the ability to flash nor do I have access to the original image that is on it. Do you know the image was built? Do you have access to the build scripts that were used to build

[OE-core] [PATCH] classes/populate_sdk_base: Fix SDK manifest generation

2017-06-30 Thread Aníbal Limón
The write_{host,target}_sdk_manifest don't need to be set as SDK_POSTPROCESS_COMMAND because are already append to POPULATE_SDK_POST_{HOST,TARGET}_COMMAND and the if doesn't make sense because are only added for populate sdk task. [YOCTO #11741] Signed-off-by: Aníbal Limón

Re: [OE-core] [PATCH] bootimg-efi.py: Use IMGDEPLOYDIR instead of DEPLOY_DIR_IMAGE for initrd

2017-06-30 Thread Alejandro Hernandez
Hey Patrick, On 06/30/2017 01:43 PM, Patrick Ohly wrote: On Fri, 2017-06-30 at 10:53 -0700, Alejandro Hernandez wrote: When using wic to create an image from a certain build, wic is expecting to find initrd at the final destination of our images (DEPLOY_DIR_IMAGE), which is wrong, since the

Re: [OE-core] [Openembedded-architecture] OE-Core/Yocto Project's first CVE (CVE-2017-9731)

2017-06-30 Thread Scott Murray
On Thu, 29 Jun 2017, Richard Purdie wrote: > On Wed, 2017-06-28 at 13:38 -0400, Scott Murray wrote: > > On Mon, 19 Jun 2017, Richard Purdie wrote: > > > > > > > > I suspect this has been missed by some people so I want to spell it > > > out. We have our first CVE in OE-Core itself. > > > > > >

[OE-core] [PATCH] selftest/bbtests: Create test case to verify bberror/waring

2017-06-30 Thread jose . perez . carranza
From: Jose Perez Carranza Create test case that uses “crasher.bbclass” to generate some warnings and errors and verify that are correctly displayed on log. [YOCTO #9949] Signed-off-by: Jose Perez Carranza ---

Re: [OE-core] [PATCH] bootimg-efi.py: Use IMGDEPLOYDIR instead of DEPLOY_DIR_IMAGE for initrd

2017-06-30 Thread Patrick Ohly
On Fri, 2017-06-30 at 10:53 -0700, Alejandro Hernandez wrote: > When using wic to create an image from a certain build, wic is expecting > to find initrd at the final destination of our images (DEPLOY_DIR_IMAGE), > which is wrong, since the initrd file has not been copied to the final > directory

Re: [OE-core] [PATCH v2 0/5] #11662 - wic should mount /boot

2017-06-30 Thread Patrick Ohly
On Fri, 2017-06-30 at 14:33 -0300, Otavio Salvador wrote: > Other possible rootfs changes also should be possible to be disabled > but IMO it should be per-feature (one for fstab, one for exclude, > ...). I also think it should be per-feature, it necessary at all. I still do not fully understand

[OE-core] [PATCH] bootimg-efi.py: Use IMGDEPLOYDIR instead of DEPLOY_DIR_IMAGE for initrd

2017-06-30 Thread Alejandro Hernandez
When using wic to create an image from a certain build, wic is expecting to find initrd at the final destination of our images (DEPLOY_DIR_IMAGE), which is wrong, since the initrd file has not been copied to the final directory yet, so instead of trying to use an initrd file from DEPLOY_DIR_IMAGE

Re: [OE-core] [PATCH v2 0/5] #11662 - wic should mount /boot

2017-06-30 Thread Otavio Salvador
On Fri, Jun 30, 2017 at 12:44 PM, Ed Bartosh wrote: > We're talking about different things here, I guess. For me if target > rootfs content in the image is different from rootfs produced by bitbake > it means it's modified. > > BTW, if this patchset is accepted wic

Re: [OE-core] [PATCH v2 0/5] #11662 - wic should mount /boot

2017-06-30 Thread Ed Bartosh
On Fri, Jun 30, 2017 at 03:16:33PM +0200, Patrick Ohly wrote: > On Fri, 2017-06-30 at 15:23 +0300, Ed Bartosh wrote: > > On Fri, Jun 30, 2017 at 11:02:13AM +0200, Patrick Ohly wrote: > > > On Fri, 2017-06-30 at 11:37 +0300, Ed Bartosh wrote: > > > > > I'm not sure I understand this. If you don't

Re: [OE-core] [PATCH v2 0/5] #11662 - wic should mount /boot

2017-06-30 Thread Ed Bartosh
On Fri, Jun 30, 2017 at 10:58:27AM -0300, Otavio Salvador wrote: > On Fri, Jun 30, 2017 at 10:16 AM, Patrick Ohly wrote: > > On Fri, 2017-06-30 at 15:23 +0300, Ed Bartosh wrote: > >> On Fri, Jun 30, 2017 at 11:02:13AM +0200, Patrick Ohly wrote: > >> > On Fri, 2017-06-30 at

[OE-core] Yocto Project Status WW26’17 EOW

2017-06-30 Thread Jolley, Stephen K
Current Dev Position: Preparing for YP 2.4 M2 Next Deadline: YP 2.4 M2 Cut off is July 17, 2017 SWAT team rotation: Stephano -> Maxin on June 30, 2017. SWAT team rotation: Maxin -> Cal on July 7, 2017. https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team Key Status/Updates: ·

[OE-core] [PATCH 03/11] gstreamer1.0: upgrade 1.10.4 -> 1.12.1

2017-06-30 Thread Maxin B. John
Remove "--disable-docbook" configure option and refresh the following patch: 1. deterministic-unwind.patch Signed-off-by: Maxin B. John --- meta/recipes-multimedia/gstreamer/gstreamer1.0.inc | 1 - .../gstreamer1.0/deterministic-unwind.patch| 29

[OE-core] [PATCH 10/11] gstreamer1.0-vaapi: upgrade 1.10.4 -> 1.12.1

2017-06-30 Thread Maxin B. John
Remove backport patch: 1. vaapivideobufferpool-create-allocator-if-needed.patch Signed-off-by: Maxin B. John --- ...ideobufferpool-create-allocator-if-needed.patch | 61 -- .../gstreamer/gstreamer1.0-vaapi_1.10.4.bb | 7 ---

[OE-core] [PATCH 06/11] gstreamer1.0-plugins-ugly: upgrade 1.10.4 -> 1.12.1

2017-06-30 Thread Maxin B. John
libmad support is not present anymore. Signed-off-by: Maxin B. John --- meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc | 1 - ...1.0-plugins-ugly_1.10.4.bb => gstreamer1.0-plugins-ugly_1.12.1.bb} | 4 ++-- 2 files changed, 2 insertions(+), 3

[OE-core] [PATCH 09/11] gstreamer1.0-libav: upgrade 1.10.4 -> 1.12.1

2017-06-30 Thread Maxin B. John
Upgrade to 1.12.1 Signed-off-by: Maxin B. John --- .../{gstreamer1.0-libav_1.10.4.bb => gstreamer1.0-libav_1.12.1.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-libav_1.10.4.bb =>

[OE-core] [PATCH 11/11] gstreamer1.0-plugins-bad: upgrade 1.10.4 -> 1.12.1

2017-06-30 Thread Maxin B. John
Remove backported patch: 1. 0001-smoothstreaming-implement-adaptivedemux-s-get_live_s.patch 2. 0001-smoothstreaming-use-the-duration-from-the-list-of-fr.patch 3. 0001-mssdemux-improved-live-playback-support.patch Refreshed the following patches: 1.

[OE-core] [PATCH 02/11] gst-player: remove workaround which disable visualizations

2017-06-30 Thread Maxin B. John
As we upgrade to libva 1.8.3, we can remove the workaround patch which disables visualizations in gst-player: 1. 0001-gtk-play-Disable-visualizations.patch Also remove the upstreamed patches: 1. filechooser.patch 2. Fix-pause-play.patch 3.

[OE-core] [PATCH 08/11] gstreamer1.0-omx: upgrade 1.10.4 -> 1.12.1

2017-06-30 Thread Maxin B. John
Upgrade to 1.12.1 Signed-off-by: Maxin B. John --- .../{gstreamer1.0-omx_1.10.4.bb => gstreamer1.0-omx_1.12.1.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-omx_1.10.4.bb =>

[OE-core] [PATCH 05/11] gstreamer1.0-plugins-good: upgrade 1.10.4 -> 1.12.1

2017-06-30 Thread Maxin B. John
Remove backported patch: 1.0001-v4l2object-Also-add-videometa-if-there-is-padding-to.patch Signed-off-by: Maxin B. John --- ...Also-add-videometa-if-there-is-padding-to.patch | 35 -- ...10.4.bb => gstreamer1.0-plugins-good_1.12.1.bb} | 5 ++--

[OE-core] [PATCH 07/11] gstreamer1.0-rtsp-server: upgrade 1.10.4 -> 1.12.1

2017-06-30 Thread Maxin B. John
Upgrade to 1.12.1 Signed-off-by: Maxin B. John --- .../recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.10.4.bb | 6 -- .../recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.12.1.bb | 6 ++ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode

[OE-core] [PATCH 01/11] libva: upgrade to 1.8.3

2017-06-30 Thread Maxin B. John
1.7.3 -> 1.8.3 Remove upstreamed patch: 0001-wayland-Don-t-commit-and-ship-generated-files.patch Replace following patch by setting ac_cv_prog in EXTRA_OECONF: 0001-configure.ac-Use-wayland-scanner-in-PATH.patch The dummy driver was removed in 1.8.3 release. Signed-off-by:

[OE-core] [PATCH 04/11] gstreamer1.0-plugins-base: upgrade 1.10.4 -> 1.12.1

2017-06-30 Thread Maxin B. John
Remove upstreamed patch: 1. encodebin-Need-more-buffers-in-output-queue-for-bett.patch Signed-off-by: Maxin B. John --- ...eed-more-buffers-in-output-queue-for-bett.patch | 32 -- ...10.4.bb => gstreamer1.0-plugins-base_1.12.1.bb} | 5 ++-- 2

[OE-core] [PATCH 00/11] gstreamer: upgrade to 1.12.1

2017-06-30 Thread Maxin B. John
Upgrade gstreamer to 1.12.1 Also upgrade libva to 1.8.3. This upgrade helps us to remove the workaround patch in gst-player - [YOCTO #11437] We "should" move to the new home of gst-player and upgrade it: https://cgit.freedesktop.org/gstreamer/gst-examples However, the buildsystem of gst-player

Re: [OE-core] [PATCH v2 0/5] #11662 - wic should mount /boot

2017-06-30 Thread Otavio Salvador
On Fri, Jun 30, 2017 at 10:16 AM, Patrick Ohly wrote: > On Fri, 2017-06-30 at 15:23 +0300, Ed Bartosh wrote: >> On Fri, Jun 30, 2017 at 11:02:13AM +0200, Patrick Ohly wrote: >> > On Fri, 2017-06-30 at 11:37 +0300, Ed Bartosh wrote: >> > > > I'm not sure I understand this.

Re: [OE-core] [pyro][PATCH] openssh: allow to override OpenSSL HostKeys when read-only-rootfs

2017-06-30 Thread Joshua Watt
On Tue, 2017-06-13 at 09:27 +0100, André Draszik wrote: > From: André Draszik > > With these changes it is possible to have a .bbappend that > - sets SYSCONFDIR to some persistent storage > - modifies SYSCONFDIR/sshd_config to use ssh host keys from >   the (writable)

Re: [OE-core] [PATCH v2 0/5] #11662 - wic should mount /boot

2017-06-30 Thread Patrick Ohly
On Fri, 2017-06-30 at 15:23 +0300, Ed Bartosh wrote: > On Fri, Jun 30, 2017 at 11:02:13AM +0200, Patrick Ohly wrote: > > On Fri, 2017-06-30 at 11:37 +0300, Ed Bartosh wrote: > > > > I'm not sure I understand this. If you don't want fstab to be > > > changed > > > > you should not specify mount

Re: [OE-core] [PATCH v2 0/5] #11662 - wic should mount /boot

2017-06-30 Thread Ed Bartosh
On Fri, Jun 30, 2017 at 11:02:13AM +0200, Patrick Ohly wrote: > On Fri, 2017-06-30 at 11:37 +0300, Ed Bartosh wrote: > > > I'm not sure I understand this. If you don't want fstab to be > > changed > > > you should not specify mount points in .wks > > > There is only one reason to have mount points

[OE-core] [PATCH] sanity.bbclass: fix AttributeError in mirror format checks

2017-06-30 Thread Mikko Ylinen
mirrors is a list after split() and results in: AttributeError: 'list' object has no attribute 'strip' when the 'mirror values are pairs' check fails. Signed-off-by: Mikko Ylinen --- meta/classes/sanity.bbclass | 2 +- 1 file changed, 1 insertion(+), 1

[OE-core] [PATCH v2 3/3] libgfortran: Add missing fincludes

2017-06-30 Thread Ricardo Ribalda Delgado
ERROR: libgfortran-6.3.0-r0 do_package: QA Issue: libgfortran: Files/directories were installed but not shipped in any package: /usr/lib/gcc/x86_64-poky-linux/6.3.0/finclude /usr/lib/gcc/x86_64-poky-linux/6.3.0/finclude/ieee_features.mod

[OE-core] [PATCH v2 1/3] gcc-6.3: Fix libgfortran build

2017-06-30 Thread Ricardo Ribalda Delgado
Without this patch libbacktrace cannot be included/link during libgfortran build. libbtool: link: cannot find the library `../libbacktrace/libbacktrace.la' or unhandled argument `../libbacktrace/libbacktrace.la' Signed-off-by: Ricardo Ribalda Delgado ---

[OE-core] [PATCH v2 2/3] libgfortran: Add missing dependency gcc-cross

2017-06-30 Thread Ricardo Ribalda Delgado
Due to the fact that the recipe uses INHIBIT_DEFAULT_DEPS, we need to manually add the cross compiler as a dependency. Signed-off-by: Ricardo Ribalda Delgado --- meta/recipes-devtools/gcc/libgfortran.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

Re: [OE-core] [PATCH v2 3/6] yocto-compat-layer.py: apply test_signatures to all layers

2017-06-30 Thread Mark Hatle
On 6/28/17 11:33 AM, Patrick Ohly wrote: > On Wed, 2017-06-28 at 11:08 +0200, Mark Hatle wrote: >> On 6/27/17 5:33 PM, Patrick Ohly wrote: >>> Software layers were previously allowed to change signatures, but >>> that's not desired for those layers either. The rule that a layer >>> which is "Yocto

Re: [OE-core] [PATCH v2 0/5] #11662 - wic should mount /boot

2017-06-30 Thread Patrick Ohly
On Fri, 2017-06-30 at 11:37 +0300, Ed Bartosh wrote: > > I'm not sure I understand this. If you don't want fstab to be > changed > > you should not specify mount points in .wks > > There is only one reason to have mount points in .wks: to make wic > to > > change /etc/fstab, which you apparently

[OE-core] ✗ patchtest: failure for "gcc-6.3: Fix libgfortran build..." and 2 more

2017-06-30 Thread Patchwork
== Series Details == Series: "gcc-6.3: Fix libgfortran build..." and 2 more Revision: 1 URL : https://patchwork.openembedded.org/series/7525/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been

[OE-core] [PATCH 3/3] libgfortran: Add missing fincludes

2017-06-30 Thread Ricardo Ribalda Delgado
ERROR: libgfortran-6.3.0-r0 do_package: QA Issue: libgfortran: Files/directories were installed but not shipped in any package: /usr/lib/gcc/x86_64-poky-linux/6.3.0/finclude /usr/lib/gcc/x86_64-poky-linux/6.3.0/finclude/ieee_features.mod

[OE-core] [PATCH 2/3] libgfortran: Add missing dependency gcc-cross

2017-06-30 Thread Ricardo Ribalda Delgado
Due to the fact that the recipe uses INHIBIT_DEFAULT_DEPS, we need to manually add the cross compiler as a dependency. Signed-off-by: Ricardo Ribalda Delgado --- meta/recipes-devtools/gcc/libgfortran.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[OE-core] [PATCH 1/3] gcc-6.3: Fix libgfortran build

2017-06-30 Thread Ricardo Ribalda Delgado
Without this patch libbacktrace cannot be included/link during libgfortran build. libbtool: link: cannot find the library `../libbacktrace/libbacktrace.la' or unhandled argument `../libbacktrace/libbacktrace.la' Signed-off-by: Ricardo Ribalda Delgado ---

Re: [OE-core] [PATCH v2 0/5] #11662 - wic should mount /boot

2017-06-30 Thread Ed Bartosh
On Thu, Jun 29, 2017 at 11:39:42AM +0300, Ed Bartosh wrote: > On Wed, Jun 28, 2017 at 10:32:27AM -0300, Otavio Salvador wrote: > > On Wed, Jun 28, 2017 at 4:31 AM, Ed Bartosh > > wrote: > > > On Tue, Jun 27, 2017 at 05:41:45PM -0300, Fabio Berton wrote: > > >> The

[OE-core] [poky][master][PATCH v2 0/3] initramfs-framework: configuration to boot up live image

2017-06-30 Thread wei . tee . ng
From: "Ng, Wei Tee" This patch is to get initramfs-framework able to boot up live image. In order to implement this framework, there is a need to add runtime

[OE-core] [PATCH v2 2/3] initramfs-framework: setup-live: detect media and assign rootfs image

2017-06-30 Thread wei . tee . ng
From: "Ng, Wei Tee" Integrate the featuers in init-live.sh into new scriptlet to handle boot up live image process using framework method. This commit include the changes for: - Create a conditional loop for the bootparam_root variable. If it is not set, then it will boot

[OE-core] [PATCH v2 1/3] initramfs-framework: udev: Add a runtime dependency on udev-extraconf

2017-06-30 Thread wei . tee . ng
From: "Ng, Wei Tee" In order to implement initramfs-framework for boot up process, it depends on udev performing automounting, which happens in udev-extraconf. Explicitly depend on it so that we always have it installed. Signed-off-by: Ng, Wei Tee

[OE-core] [PATCH v2 3/3] initramfs-framwork: module to support boot live image

2017-06-30 Thread wei . tee . ng
From: "Ng, Wei Tee" setup-live module is a new module being introduced to integrate the functionality of init-live.sh into new scriptlet in order to support the live boot image. It gets to run before the rootfs and finish module. [YOCTO #11701] Signed-off-by: Ng, Wei Tee

[OE-core] New Recipe for ser2net with IPv6 Support (v3.0 & v3.1)

2017-06-30 Thread Thomas A. F. Thorne MEng AUS MIET
Good afternoon, Would submitting a patch to this list that adds a recipe for ser2net v3.0 and ser2net v3.1 be the right thing to do to get it one day included in the layer? Would the new versions beneficial to the wider community? I am working on an application that will use the ser2net

Re: [OE-core] [PATCH v4 0/7] Fix for #7040 - Support for /usr merge

2017-06-30 Thread Valluri, Amarnath
RP, can you please your give your comments if these patcheset can be accepted. - Amarnath On Wed, 2017-06-14 at 14:30 +0300, Amarnath Valluri wrote: > Changes in v4: > - root symlinks creation for nativesdk images. > - added PACKAGECONFIG option for 'usrmerge' in systemd > > Amarnath

[OE-core] [PATCH 1/2] dropbear: add default config file to disable root login

2017-06-30 Thread jackie.huang
From: Jackie Huang root login is disabled by default for openssh and we can enable it through IMAGE_FEATURES 'debug-tweaks' or 'allow-empty-password', so change to the same default behavior for dropbear. Signed-off-by: Jackie Huang ---

[OE-core] [PATCH 2/2] rootfs-postcommands: split ssh_allow_empty_password

2017-06-30 Thread jackie.huang
From: Jackie Huang "allow root login" should not be bundled in ssh_allow_empty_password, because some distro may want only one of "allow root login" and "allow empty password", so split it out into ssh_allow_root_login and add new imagefeature allow-root-login so they

[OE-core] [PATCH 0/2] rootfs-postcommands: split ssh_allow_empty_password

2017-06-30 Thread jackie.huang
From: Jackie Huang -- The following changes since commit de7914954571ea8e717f56b6d6df13157b0973bc: scripts/contrib/patchreview: add new script (2017-06-29 13:01:32 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib.git