Re: [OE-core] [PATCH] man-pages: 4.11 -> 4.14

2018-01-26 Thread Burton, Ross
On 26 January 2018 at 09:00, Huang Qiyu wrote: > 1.Upgrade man-pages from 4.11 to 4.14. > 2.Update the checksum of LIC_FILES_CHKSUM, since README has been changed. > By using beginline/endline you can specify where in the README the license text is, which would make

Re: [OE-core] [PATCH] man-pages: 4.11 -> 4.14

2018-01-26 Thread Alexander Kanavin
On 01/26/2018 11:00 AM, Huang Qiyu wrote: 1.Upgrade man-pages from 4.11 to 4.14. 2.Update the checksum of LIC_FILES_CHKSUM, since README has been changed. -LIC_FILES_CHKSUM = "file://README;md5=8f2a3d43057d458e5066714980567a60" +LIC_FILES_CHKSUM =

[OE-core] [PATCH] linux-libc-headers: 4.12 -> 4.14.13

2018-01-26 Thread Huang Qiyu
Upgrade linux-libc-headers from 4.12 to 4.14.13. Signed-off-by: Huang Qiyu --- .../{linux-libc-headers_4.12.bb => linux-libc-headers_4.14.13.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename

Re: [OE-core] [PATCH] man-pages: 4.11 -> 4.14

2018-01-26 Thread Alexander Kanavin
On 01/26/2018 11:00 AM, Huang Qiyu wrote: 1.Upgrade man-pages from 4.11 to 4.14. 2.Update the checksum of LIC_FILES_CHKSUM, since README has been changed. -LIC_FILES_CHKSUM = "file://README;md5=8f2a3d43057d458e5066714980567a60" +LIC_FILES_CHKSUM =

[OE-core] [PATCH v8] do_image: Implement IMAGE_ROOTFS_EXCLUDE_PATH feature.

2018-01-26 Thread Kristian Amlie
This is a direct followup from the earlier 6602392db3d39 commit in wic. It works more or less the same way: The variable specifies a list of directories relative to the root of the rootfs, and these directories will be excluded from the resulting rootfs image. If an entry ends with a slash, only

Re: [OE-core] [PATCH v7] do_image: Implement IMAGE_ROOTFS_EXCLUDE_PATH feature.

2018-01-26 Thread Kristian Amlie
On 25/01/18 11:58, Martin Hundebøll wrote: > Hi Kristian, > > Thanks for your work on this! > > On 2018-01-25 11:33, Kristian Amlie wrote: >> This is a direct followup from the earlier 6602392db3d39 commit in >> wic. It works more or less the same way: The variable specifies a list >> of

Re: [OE-core] [PATCH v8] do_image: Implement IMAGE_ROOTFS_EXCLUDE_PATH feature.

2018-01-26 Thread Martin Hundebøll
Acked-by: Martin Hundebøll On 2018-01-26 10:56, Kristian Amlie wrote: This is a direct followup from the earlier 6602392db3d39 commit in wic. It works more or less the same way: The variable specifies a list of directories relative to the root of the rootfs, and these

[OE-core] [PATCH] libunwind: 1.2 -> 1.2.1

2018-01-26 Thread Huang Qiyu
1.Upgrade libunwind from 1.2 to 1.2.1. 2.Delete fix-mips.patch, since it is integrated upstream. Signed-off-by: Huang Qiyu --- .../libunwind/libunwind/fix-mips.patch | 134 - .../{libunwind_1.2.bb => libunwind_1.2.1.bb} | 5 +-

[OE-core] [PATCH] lsbinitscripts: 9.72 -> 9.79

2018-01-26 Thread Huang Qiyu
1.Upgrade lsbinitscripts from 9.72 to 9.79. 2.Modify functions.patch, since the data has been changed. Signed-off-by: Huang Qiyu --- meta/recipes-extended/lsb/lsbinitscripts/functions.patch| 2 +- .../lsb/{lsbinitscripts_9.72.bb =>

[OE-core] [PATCH] man-pages: 4.11 -> 4.14

2018-01-26 Thread Huang Qiyu
1.Upgrade man-pages from 4.11 to 4.14. 2.Update the checksum of LIC_FILES_CHKSUM, since README has been changed. Signed-off-by: Huang Qiyu --- .../man-pages/{man-pages_4.11.bb => man-pages_4.14.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3

Re: [OE-core] [PATCH] systemd: Make sure that resolv.conf points to writable area in R/O rootfs.

2018-01-26 Thread Kristian Amlie
I'll be the first one to admit that I don't fully understand everything about the systemd resolver. So there may be a cleaner way to do this, but the submitted patch at least solved the problem for us. I'm open to suggestions if there's a better way. -- Kristian On 26/01/18 14:06, Kristian

[OE-core] [PATCH 10/12] linux-yocto/4.9: update to v4.9.78

2018-01-26 Thread Bruce Ashfield
Integrating the korg 4.9 -stable updates. These include patches for Spectre and meltdown mitigation. The changelog follows: 79584a422125 Linux 4.9.78 60249fe9050b MIPS: AR7: ensure the port type's FCR value is used 06d7342d8498 x86/retpoline: Optimize inline assembler for vmexit_fill_RSB

[OE-core] [RFC][PATCH 12/12] make-mod-scripts: change how some kernel module tools are built

2018-01-26 Thread Bruce Ashfield
From: Joe Slater Remove do_make_scripts() from module-base.bbclass and put functionality in a recipe. This will build the scripts only once instead of each time an external module is built. [YOCTO #12228] Signed-off-by: Joe Slater Signed-off-by:

[OE-core] [PATCH 11/12] linux-yocto/4.12: update to v4.12.19

2018-01-26 Thread Bruce Ashfield
Integrating the -stable update from Paul Gortmaker which comprises the following commits: 4aff9b16f4ba Linux 4.12.19 28f16fcc84f9 Bluetooth: Prevent stack info leak from the EFS element. a430cb040780 loop: fix concurrent lo_open/lo_release 4dd428f5965c net: ipv4: fix for a race

[OE-core] [PATCH] systemd: Make sure that resolv.conf points to writable area in R/O rootfs.

2018-01-26 Thread Kristian Amlie
Normally we want systemd to populate it at runtime, but when we have a read-only root filesystem we can't, so do it during the build. Signed-off-by: Kristian Amlie Signed-off-by: Marcin Pasinski ---

[OE-core] [PATCH] python: fix parse dependencies

2018-01-26 Thread Ross Burton
Adding a file-checksums flag for the manifest to do_split_packages doesn't achieve anything as do_split_packages isn't a task. Changing this to tha task do_package shows that the path is wrong, but we also know that as the manifest is in SRC_URI any changes to it would result in a rebuild anyway,

[OE-core] [PATCH 06/12] linux-yocto/4.12: drm & mips fixes

2018-01-26 Thread Bruce Ashfield
Integrating the following bug fixes (mainline backports): d572780c455f Mips kernel warining:resolve some warning when compiling arch/mips/math-emu/cp1emu.c f79ac7203257 drm/tilcdc: Precalculate total frametime in tilcdc_crtc_set_mode() Signed-off-by: Bruce Ashfield

[OE-core] [PATCH 08/12] linux-yocto/4.12: iwlwifi and pci id backports

2018-01-26 Thread Bruce Ashfield
Integrating the following wilwifi and pci ID backports. These are bug fixes, enablements and minor updates. 850696176565 mmc: sdhci-pci: Add support for Intel CNP d7265bddf328 mmc: sdhci-pci: Use macros in pci_ids definition 3a78458e37c1 spi: pxa2xx: Add support for Intel Cannonlake

[OE-core] [PATCH 04/12] linux-yocto/4.12: CQM and rdt backports

2018-01-26 Thread Bruce Ashfield
Integrating the following fixes to CQM and rdt: 6039d7e04ee9 x86/intel_rdt: Turn off most RDT features on Skylake bda0ec91ba67 x86/intel_rdt: Add command line options for resource director technology a3c30e14a0c6 x86/intel_rdt: Move special case code for Haswell to a quirk function

[OE-core] [PATCH 05/12] linux-yocto/4.12: coffeeLake-s graphics and audio support

2018-01-26 Thread Bruce Ashfield
Integrating the following backports to enable graphics and audito for the coffeelake-s board: e0256c639caf ALSA: hda/realtek - Fix ALC700 family no sound issue a3bd263fa5f3 ALSA: hda - Add model string for Intel reference board quirk c12ee7fbc382 ALSA: hda/realtek - Enable jack detection

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

2018-01-26 Thread Bruce Ashfield
Integrating the korg 4.4 -stable releases up to 113. These include Spectre and Meltdown mitigation patches. Changelog follows: f0d0a93b0e81 Linux 4.4.113 38bc402237f8 MIPS: AR7: ensure the port type's FCR value is used 11e619414b69 x86/retpoline: Optimize inline assembler for

[OE-core] [PATCH 07/12] kernel-yocto: make SRC_URI defconfig removal more specific

2018-01-26 Thread Bruce Ashfield
commit 7e98c295c1bb511e [kernel-yocto: ensure that only a single defconfig is processed] has an overly broad replacement strategy for 'defconfig' and hence will chop up any fragment name that happens to contain that string. If we change the processing to split on whitespace and drop any full work

[OE-core] [PATCH 02/12] linux-yocto/4.9: fix aufs build

2018-01-26 Thread Bruce Ashfield
The aufs4 core code was missing some changes to build against the 4.9 fs subsystem. This commit resyncs with the upstream repo, and we can once again build against 4.9. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb | 4 ++--

Re: [OE-core] [PATCH] kernel.bbclass: set HOSTLDFLAGS in KCONFIG_CONFIG_COMMAND

2018-01-26 Thread Bruce Ashfield
On 2018-01-25 3:26 PM, Cal Sullivan wrote: On 01/25/2018 06:21 AM, Bruce Ashfield wrote: On 01/24/2018 10:12 PM, California Sullivan wrote: Kernel v4.14 and newer contain the following in their Makefile: HOST_LFS_LDFLAGS := $(shell getconf LFS_LDFLAGS) HOSTLDFLAGS  := $(HOST_LFS_LDFLAGS)

[OE-core] ✗ patchtest: failure for kernel-yocto: consolidated pull request

2018-01-26 Thread Patchwork
== Series Details == Series: kernel-yocto: consolidated pull request Revision: 1 URL : https://patchwork.openembedded.org/series/10720/ 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 00/12] kernel-yocto: consolidated pull request

2018-01-26 Thread Bruce Ashfield
Hi all, Here is another consolidated pull request. I was in a cycle waiting for the right set of Spectre/Meltdown fixes to land, and finally they did appear for 4.4 and 4.9, so I've triggerd this pull request. On that CVE note, mitigations for 4.12 and 4.8 (i.e. kernels that have been released

[OE-core] [PATCH 01/12] linux-yocto/4.9: update to v4.9.71

2018-01-26 Thread Bruce Ashfield
Integrating the korg stable updates that comprise the following commits: b632d710149f Linux 4.9.71 ed70a2212526 ath9k: fix tx99 potential info leak 8f23eb16afd8 icmp: don't fail on fragment reassembly time exceeded 2eb165b9fbb7 IB/ipoib: Grab rtnl lock on heavy flush when calling

[OE-core] [PATCH 03/12] linux-yocto/4.4: update to 4.4.99

2018-01-26 Thread Bruce Ashfield
Integrating the korg stable updates that comprise the following commits: 0cbac004e673 Linux 4.4.99 e8d650563c5f misc: panel: properly restore atomic counter on error path 01000c56cacc target: Fix node_acl demo-mode + uncached dynamic shutdown regression 4063c2093349 target/iscsi: Fix

Re: [OE-core] [PATCH 1/4] compiler-options.bbclass: provide and validate options

2018-01-26 Thread Bystricky, Juro
> On 12/13/17 3:31 PM, Juro Bystricky wrote: > > As we may be using external toolchains, we cannot assume > > various compiler options to be valid. > > > > While looking through my backlog :), I think the idea is fine but > implementation can be a bit more generic. e.g. a common function to >

[OE-core] ✗ patchtest: failure for cryptodev: Fix build errors with v4.11

2018-01-26 Thread Patchwork
== Series Details == Series: cryptodev: Fix build errors with v4.11 Revision: 1 URL : https://patchwork.openembedded.org/series/10722/ 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] cryptodev: Fix build errors with v4.11

2018-01-26 Thread Daniel Schultz
Commit message from the included patch: "Linux kernel has added -Werror=designated-init around 4.11 (c834f0e8a8b) triggering build errors with gcc 5 and 6 (but not with gcc 4)" Backport from https://github.com/cryptodev-linux/cryptodev-linux Based on commit

Re: [OE-core] [morty][PATCH] sstate.bbclass: update .siginfo atime

2018-01-26 Thread Martin Jansa
I'm sorry to revive this old thread, but today I've noticed a bit surprising (to me) aspect of this. I've recently started using sshfs to temporary share sstate-cache between various builders. The files on the other builder are owned by different user and the SSTATE_MIRROR should be used as

[OE-core] [PATCH] python: Upgrade both python and python-native to 2.7.14

2018-01-26 Thread Derek Straka
Rebased: - python/01-use-proper-tools-for-cross-build.patch - python/fix-makefile-for-ptest.patch - python/parallel-makeinst-create-bindir.patch Removed Upstreamed Patch: - python/Don-t-use-getentropy-on-Linux.patch Updated license checksum for changes in the copyright date. The license

[OE-core] OEDAM

2018-01-26 Thread Jeff Osier-Mixon
The time for ELC North America approaches fast, and many of you are planning travel. We have set up an OEDAM (OpenEmbedded Developers' American Meeting) on Sunday, March 11, the day before ELC starts. The meeting will start late to enable people to arrive that morning. Lunch and coffee etc are

Re: [OE-core] [PATCH v2] recipes-core: move hwclock.sh to util-linux

2018-01-26 Thread Alex Stewart
On 01/25/2018 12:43 PM, Khem Raj wrote: On 1/12/18 7:45 PM, Christopher Larson wrote: On Fri, Jan 12, 2018 at 6:06 AM, Alex Stewart > wrote: * Move the hwclock.sh initscript from the busybox recipe to util-linux.   This script is

Re: [OE-core] [PATCH] recipes-core: breakout hwclock.sh from busybox

2018-01-26 Thread Khem Raj
On 1/23/18 8:21 AM, Alex Stewart wrote: > * Move the hwclock.sh initscript from busybox into its own package and > recipe (hwclock-init). This script is generally useful for distros > that get their hwclock implementation from sources other than > busybox (like util-linux). > > :busybox/* >

[OE-core] [PATCH] gcc: Upgrade 7.2 -> 7.3

2018-01-26 Thread Richard Purdie
The static PIE patch was updated by Juro Bystricky to work with gcc 7.3. This update from the stable gcc 7 branch includes the retpoline functionality which is useful to assist with recent security issues. Two backported patches were dropped as they're included in 7.3.

Re: [OE-core] [PATCH] gcc: Upgrade 7.2 -> 7.3

2018-01-26 Thread Khem Raj
On Fri, Jan 26, 2018 at 3:25 PM Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > The static PIE patch was updated by Juro Bystricky < > juro.bystri...@intel.com> > to work with gcc 7.3. > > This update from the stable gcc 7 branch includes the retpoline > functionality which is

Re: [OE-core] [oe-commits] [openembedded-core] 19/24: curl: 7.54.1 -> 7.57.0

2018-01-26 Thread Martin Jansa
Be aware that this upgrade might change your libcurl5 to libcurl4 With Yocto 1.7 Dizzy we used to have libcurl5, because of different SIZEOF_OFF_T value. Then in Yocto 1.8 Fido SIZEOF_OFF_T was changed in oe-core and curl started to use libcurl4 again automatically. Back then I've added simple

[OE-core] [PATCH] meson: Adjust for clang compiler

2018-01-26 Thread Khem Raj
Remove hardcoding c/c++ compiler to be gcc alone, its possible to use clang as replacement for cross compilers from meta-clang, therefore set clang/clang++ if TOOLCHAIN = "clang" Signed-off-by: Khem Raj --- meta/classes/meson.bbclass | 9 +++-- 1 file changed, 7

[OE-core] [PATCH] glibc: Adapt do_install_append_aarch64() for usrmerge

2018-01-26 Thread Peter Kjellerstedt
Change hardcoded /lib to ${nonarch_base_libdir} to correctly adapt the code in do_install_append_aarch64() for when usrmerge is enabled in DISTRO_FEATURES. Signed-off-by: Peter Kjellerstedt --- meta/recipes-core/glibc/glibc-package.inc | 12 ++-- 1 file