Re: [OE-core] Patchwork and incoming patch testing

2017-01-18 Thread Trevor Woerner
On Wed 2017-01-18 @ 07:05:58 AM, Paul Eggleton wrote: > This should give us a bit more visibility into > where patches are at in the process, although we are still working on a few > places where patch series status needs to be updated (e.g. when a patch goes > into testing). Is the testing

[OE-core] ✗ patchtest: failure for bash 4.3.30 -> 4.4

2017-01-18 Thread Patchwork
== Series Details == Series: bash 4.3.30 -> 4.4 Revision: 1 URL : https://patchwork.openembedded.org/series/4836/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed on the proposed

Re: [OE-core] [PATCH v2] elfutils 0.166->0.167

2017-01-18 Thread Zheng, Ruoqin
Ping -Original Message- From: Zheng, Ruoqin/郑 若钦 Sent: Friday, December 23, 2016 10:16 AM To: openembedded-core@lists.openembedded.org Cc: Zheng, Ruoqin/郑 若钦 Subject: [OE-core] [PATCH v2] elfutils 0.166->0.167 1) Upgrade elfutils from 0.166 to 0.167 2)

[OE-core] [PATCH] bash 4.3.30 -> 4.4

2017-01-18 Thread Zheng Ruoqin
1) Upgrade bash from 4.3.30 to 4.4 2) Delete 1 patche below, since they are integrated upstream. fix-run-intl.patch 3) Modify 2 patches below to make it compatible with new version fix-run-coproc-run-heredoc-run-execscript-run-test-f.patch test-output.patch 4) Add 1 patche below to solve

Re: [OE-core] [PATCH V3 0/4] Persistent /var/log support

2017-01-18 Thread ChenQi
Hi Ross, Could you please help review this patch series? Is there something I need to change? Best Regards, Chen Qi On 12/14/2016 05:08 PM, Chen Qi wrote: Changes since V2: Use boolean value consistently. Update the comments to fit the use of boolean value. The following changes since

Re: [OE-core] [yocto] [Openembedded-architecture] Patchwork and incoming patch testing

2017-01-18 Thread Jose Lamego
On 01/18/2017 08:52 AM, Leonardo Sandoval wrote: > + Jose Lamego > > > Jose is doing recent work on the patchwork UI, perhaps there are already > bugs for the items you are asking. > > > On 01/18/2017 02:40 AM, Jussi Kukkonen wrote: >> This looks great, thanks. >> >> On 17 January 2017 at

Re: [OE-core] FW: [PATCH][krogoth] libxtst: 1.2.2 -> 1.2.3

2017-01-18 Thread akuster808
On 01/10/2017 10:45 PM, Sona Sarmadi wrote: Hi Armin, I hope it is ok to upgrade libXtst, please let me know if you want to keep the same version and apply the patch instead of upgrade. this is reasonable request. once its in Morty, I will pull it into krogoth. thanks for sending the

[OE-core] [oe-core][PATCH 1/1] build-compare: derive PV from SRCPV

2017-01-18 Thread Joe Slater
Currently, PV is "git" and contains no version information. Signed-off-by: Joe Slater --- .../build-compare/build-compare_git.bb |1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/build-compare/build-compare_git.bb

Re: [OE-core] [PATCH 2/2 V2] glibc: Upgrade to 2.25 snapshot

2017-01-18 Thread Khem Raj
On Wed, Jan 18, 2017 at 5:54 AM, Burton, Ross wrote: > > On 12 January 2017 at 20:20, Khem Raj wrote: >> >> .../glibc/{glibc_2.24.bb => glibc_2.25.bb} | 23 ++-- > > > I was wondering what the actual version was as this isn't 2.25 yet. The >

Re: [OE-core] [PATCH][Morty] binutils-2.27.inc: Fix alignment frags for aarch64

2017-01-18 Thread Manjukumar Harthikote Matha
> -Original Message- > From: akuster808 [mailto:akuster...@gmail.com] > Sent: Wednesday, January 18, 2017 8:09 AM > To: Nathan Rossi > Cc: openembedded-core@lists.openembedded.org; Manjukumar Harthikote Matha; > Mike Looijmans > Subject: Re: [OE-core] [PATCH][Morty] binutils-2.27.inc:

Re: [OE-core] [Openembedded-architecture] Layer index enhancements

2017-01-18 Thread Paul Eggleton
On Wed, 18 Jan 2017 23:02:00 Paul Eggleton wrote: > * We now pick up layer dependencies (and recommends) specified in the > layer.conf, but only if they match the layer name - we don't handle > collection names yet, so this won't currently work where the collection > name doesn't match the layer

[OE-core] [PATCH 1/3] image-container.bbclass: Add the "container" IMAGE_FSTYPES

2017-01-18 Thread Randy Witt
The "container" fstype does very little other than pick tar.bz2 as the actual image type and disable installation of ROOTFS_BOOTSTRAP_INSTALL. [YOCTO #9502] Signed-off-by: Randy Witt --- meta/classes/image-container.bbclass | 3 +++ meta/classes/image.bbclass

[OE-core] [PATCH 0/3] Add initial container IMAGE_FSTYPES support

2017-01-18 Thread Randy Witt
The following changes since commit 63f899a950daf1018999455bafa7a2be8b22f164: bitbake: toaster: bin/toaster whitelist TOASTER_DIR (2017-01-17 13:18:47 +) are available in the git repository at: git://git.yoctoproject.org/poky-contrib rewitt/contwip

[OE-core] [PATCH 3/3] selftest/containerimage.py: Add container IMAGE_FSTYPES test

2017-01-18 Thread Randy Witt
This test checks to make sure only the files expected exist in a container image. Currently only ROOTFS_BOOTSTRAP_INSTALL, gets added to all images without the user specifying it. But this test should help if a developer in the future ever silently adds more than just ROOTFS_BOOTSTRAP_INSTALL,

[OE-core] [PATCH 2/3] image-container.bbclass: Error if not using linux-dummy

2017-01-18 Thread Randy Witt
In the typical case of a container, the user doesn't particularly care about the kernel version used. Since using linux-dummy prevents building a kernel in the most common case, alert the user if they choose a container image, but don't also specify linux-dummy. In the cases the user actually

Re: [OE-core] [PATCH][morty] libxtst: 1.2.2 -> 1.2.3

2017-01-18 Thread akuster808
merged to my staging. thanks On 01/12/2017 03:34 AM, Sona Sarmadi wrote: On 01/10/2017 03:10 AM, Sona Sarmadi wrote: Upgrade libxtst from 1.2.2 to 1.2.3 to address: What else changed in this update? - armin Hi Armin, I believe the only changes between 1.2.2 and 1.2.3 is one commit "

Re: [OE-core] [morty][PATCH v2] attr/ea-acl: pass --disable-gettext when USE_NLS=no

2017-01-18 Thread akuster808
On 01/17/2017 09:26 AM, Denys Dmytriyenko wrote: Ping in staging On Tue, Jan 10, 2017 at 07:21:28PM -0500, Denys Dmytriyenko wrote: From: Denys Dmytriyenko Fixes following error in configure: FATAL ERROR: msgfmt does not seem to be installed. attr cannot be built

Re: [OE-core] [morty][PATCH] linux-dtb: strip DTB extension properly in postinst/postrm

2017-01-18 Thread akuster808
On 01/17/2017 09:26 AM, Denys Dmytriyenko wrote: Ping in staging - armin On Tue, Jan 10, 2017 at 06:11:39PM -0500, Denys Dmytriyenko wrote: From: Denys Dmytriyenko The use of awk -F "." in do_install/do_deploy to strip filename extension was deprecated long time ago in

Re: [OE-core] [PATCH][Morty] binutils-2.27.inc: Fix alignment frags for aarch64

2017-01-18 Thread akuster808
On 01/18/2017 04:08 AM, Nathan Rossi wrote: On 18 January 2017 at 19:37, Mike Looijmans wrote: Could someone at least please say "yes" or "no"? I now have three projects waiting for this patch to be included in morty. If it's not going to happen, I'll have to add a

Re: [OE-core] [yocto] [Openembedded-architecture] Patchwork and incoming patch testing

2017-01-18 Thread Jose Lamego
On 01/18/2017 08:52 AM, Leonardo Sandoval wrote: > + Jose Lamego > > > Jose is doing recent work on the patchwork UI, perhaps there are already > bugs for the items you are asking. > > > On 01/18/2017 02:40 AM, Jussi Kukkonen wrote: >> This looks great, thanks. >> >> On 17 January 2017 at

Re: [OE-core] [yocto] [Openembedded-architecture] Patchwork and incoming patch testing

2017-01-18 Thread Leonardo Sandoval
+ Jose Lamego Jose is doing recent work on the patchwork UI, perhaps there are already bugs for the items you are asking. On 01/18/2017 02:40 AM, Jussi Kukkonen wrote: This looks great, thanks. On 17 January 2017 at 20:05, Paul Eggleton

[OE-core] [PATCH 03/14] linux-yocto-rt/4.9: add -rt specific patches

2017-01-18 Thread Bruce Ashfield
The 4.9-rt kernel has been released, and this commit integrates the 286 patches in that series. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb | 4 ++-- meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb | 2 +-

[OE-core] [PATCH 09/14] linux-yocto/4.4: update to v4.4.41

2017-01-18 Thread Bruce Ashfield
Integrating the korg -stable release. Changes are as follows: cdd86b972265 Linux 4.4.41 9f11a0ab6a96 net: mvpp2: fix dma unmapping of TX buffers for fragments d85727365859 sg_write()/bsg_write() is not fit to be called under KERNEL_DS 7fb5a936457d kconfig/nconf: Fix hang when editing

[OE-core] [PATCH 13/14] kern-tools: kconf_check: flag CONFIG options with invalid spaces

2017-01-18 Thread Bruce Ashfield
Options with spacs around = signs will be droped/ignored by the kernel. The audit phase can detect this and warn the user: % kconf_check --report -o .kernel-meta/cfg/ \ linux-qemux86-standard-build/.config `pwd` $cfgs [errors (3): .kernel-meta/cfg/fragment_errors.txt There

[OE-core] [PATCH 11/14] kern-tools: scc: Fix process_file error check

2017-01-18 Thread Bruce Ashfield
Commit 626ceac135fa66277c2fa53197be33cc9d4d7614 broke the error check in process_file by adding in three lines that stomp on $? which print the output file when verbose is set. Move output file on verbose print to an elif after the error check. Signed-off-by: George

[OE-core] [PATCH 14/14] linux-yocto/4.9: merge 4.9.3 and ethernet config changes

2017-01-18 Thread Bruce Ashfield
Merging the following meta-data changes: 03a2d3f7f999 Add support for NVMe storage devices 27a79fa51d44 Modularize PCI/PCIe ethernet drivers 53d2a7d9c9f8 Modularize USB network drivers And the 4.9.3 -stable update, which has the following shortlog: 584fd7872c1b Linux 4.9.3 3999c535da7a

[OE-core] [PATCH 12/14] linux-yocto/4.8: update to -rt10

2017-01-18 Thread Bruce Ashfield
Paul Gortmaker has updated 4.8 to the latest -rt release. This integrates those changes to standard/preempt-rt/*. As usual the branches are kept fast forward, and a clean copy of the patches can be found on standard/preempt-rt/rebase. Signed-off-by: Bruce Ashfield

[OE-core] [PATCH 10/14] linux-yocto/4.1: update to v4.1.37

2017-01-18 Thread Bruce Ashfield
Integrating the -stable release. Changes are as follows: 35327468a79d Linux 4.1.37 c27edfb64bbf scsi: megaraid_sas: fix macro MEGASAS_IS_LOGICAL to avoid regression 016d02981cce tipc: check minimum bearer MTU efcf38bd4020 net: ping: check minimum size on ICMP header length

[OE-core] [PATCH 08/14] linux-yocto/4.8: -stable update to v4.8.17

2017-01-18 Thread Bruce Ashfield
Updating to the korg 4.8.17 -stable release. Changes are as follows: 3d8f8d06abb3 Linux 4.8.17 adf363fd5ab9 drm/i915: skip the first 4k of stolen memory on everything >= gen8 000e612673da drm/i915: Initialize dev_priv->atomic_cdclk_freq at init time 22aba475d97b drm/i915: Fix cdclk

[OE-core] [PATCH 02/14] kernel: introduce linux-yocto v4.9 recipes

2017-01-18 Thread Bruce Ashfield
Introducing the 4.9 kernel recipes. 4.9 will be a LTSI kernel, so we introduce these recipes with the intent that they'll replace 4.1 as the LTSI kernel, and other older kernels (i.e 4.4/4.8) once 4.9 shown to be stable. linux-yocto-tiny and linux-yocto-rt are also part of this commit, but are

[OE-core] [PATCH 07/14] linux-yocto/4.9: -stable update to v4.9.2

2017-01-18 Thread Bruce Ashfield
The shortlog of changes follows: 6f2fabab8d63 Linux 4.9.2 8ed8791885aa drm/i915: Fix setting of boost freq tunable 18a00ac6d7f1 drm/i915: skip the first 4k of stolen memory on everything >= gen8 639641105443 drm/i915: Initialize dev_priv->atomic_cdclk_freq at init time

[OE-core] [PATCH 04/14] kernel-yocto: tiny features aka Link Time Optimization

2017-01-18 Thread Bruce Ashfield
Integrating the following patches for the 4.4/4.8 and 4.9 kernel to enable LTO for linux-yocto-tiny configurations (i.e. poky-tiny). b9735c0b4235 intel-quark: Remove support for serial-all ce02da2e7833 features/usb/serial: Add new usb serial feature f5b00d3a7e68 soc/x1000: Remove 'default policy'

[OE-core] [PATCH 05/14] linux-yocto/4.4/4.8/4.9: netfilter: iptables: enable NAT tables

2017-01-18 Thread Bruce Ashfield
This changes adds 'nat' table in iptables. The netfilter side is already configured for NAT but iptables config was missing. Further, CONFIG_IP_NF_TARGET* configured below depend on CONFIG_IP_NF_NAT but remain disabled unless CONFIG_IP_NF_NAT is explicitly enabled. CONFIG_IP_NF_TARGET_MASQUERADE

[OE-core] [PATCH 06/14] kernel-yocto: firewire and audio configuration updates

2017-01-18 Thread Bruce Ashfield
Integrating firewire and audio configuration updates from Jussi: Add support for IEEE-1394 (Firewire) Adds support for IEEE-1394 aka Firewire bus and some commonly used devices. Signed-off-by: Jussi Laako Update audio support Updates audio

[OE-core] [PATCH 01/14] linux-libc-headers: introduce 4.9 headers

2017-01-18 Thread Bruce Ashfield
Bumping the linux-libc-headers to the 4.9 kernel variant. Since 4.9 will be a LTSI kernel, and there will be an associated linux-yocto it is worth moving to these headers sooner rather than later. This commit also drops the 4.8 headers and sets 4.9 to be the default. Signed-off-by: Bruce

[OE-core] [PATCH 00/14] kernel-yocto: consolidated pull request

2017-01-18 Thread Bruce Ashfield
People have been asking about 4.9 and related changes, so I'm resending my consolidated queue to make the patches visible and available for merging. These are 4.9, 4.9-rt, libc-headers, -stable updates, meta data tweaks and fixes/enhancements for the kern tools. Cheers, Bruce The following

Re: [OE-core] [PATCH 2/2 V2] glibc: Upgrade to 2.25 snapshot

2017-01-18 Thread Burton, Ross
On 12 January 2017 at 20:20, Khem Raj wrote: > .../glibc/{glibc_2.24.bb => glibc_2.25.bb} | 23 ++-- > I was wondering what the actual version was as this isn't 2.25 yet. The libraries are actually libc-2.24.90.so, so I think the recipe version should reflect that,

Re: [OE-core] [PATCH][Morty] binutils-2.27.inc: Fix alignment frags for aarch64

2017-01-18 Thread Nathan Rossi
On 18 January 2017 at 19:37, Mike Looijmans wrote: > Could someone at least please say "yes" or "no"? > > I now have three projects waiting for this patch to be included in morty. If > it's not going to happen, I'll have to add a bbappend to these layers to fix > it. > >

Re: [OE-core] [PATCH 00/56] Consolidated pul

2017-01-18 Thread Burton, Ross
On 18 January 2017 at 10:15, Nicolas Dechesne wrote: > > Khem Raj (1): > > gstreamer1.0-plugins-bad: Backport patches for improving live > playback > > > > I was under the impression that this one would be dropped.. at least > based on last emails. maybe it was

Re: [OE-core] [PATCH][Morty] binutils-2.27.inc: Fix alignment frags for aarch64

2017-01-18 Thread Mike Looijmans
Could someone at least please say "yes" or "no"? I now have three projects waiting for this patch to be included in morty. If it's not going to happen, I'll have to add a bbappend to these layers to fix it. On 16-01-17 18:49, Manjukumar Harthikote Matha wrote: Ping, this has been applied to

Re: [OE-core] [PATCH 00/56] Consolidated pul

2017-01-18 Thread Nicolas Dechesne
On Wed, Jan 18, 2017 at 11:08 AM, Ross Burton wrote: > Khem Raj (1): > gstreamer1.0-plugins-bad: Backport patches for improving live playback > I was under the impression that this one would be dropped.. at least based on last emails. maybe it was discussed

[OE-core] [PATCH 00/56] Consolidated pul

2017-01-18 Thread Ross Burton
Hi, A consolidated pull with meta-poky and bitbake commits at the beginning, then oe-core. Green on the autobuilder apart from three failures in checkuri: two transient and one genuine: ed's upstream tarball has disappeared. Ross The following changes since commit

[OE-core] Layer index enhancements

2017-01-18 Thread Paul Eggleton
Hi all, We've done some work recently on the OE layer index [1] and I thought it might be useful to give a summary of what's been implemented: * Upgraded to Django 1.8. This was a bunch of work without much visible impact, however it does mean we are now on an LTS version of Django which is

Re: [OE-core] [PATCH V2 0/6] runqemu: fix for slirp, network device and hostfwd

2017-01-18 Thread Robert Yang
Hi Ross, Sorry, my fault, something was wrong with qemuppc.conf, it should not set "-device virtio-net-pci,netdev=net0,mac=@MAC@" since it is already in QB_NETWORK_DEVICE. Fixed in the repo: git://git.openembedded.org/openembedded-core-contrib rbt/runqemu

Re: [OE-core] [Openembedded-architecture] Patchwork and incoming patch testing

2017-01-18 Thread Jussi Kukkonen
This looks great, thanks. On 17 January 2017 at 20:05, Paul Eggleton wrote: > In any event we are now finally in the > position where our patchwork instance can be relied upon to collect emails, > and the UI is much improved. This should give us a bit more