Re: [OE-core] [PATCH] Meta runtime cases: add testcases for kernel sample

2018-06-01 Thread Richard Purdie
On Fri, 2018-06-01 at 04:02 -0400, Hongzhi.Song wrote: > We are going to let runtime test support kernel tests. Now we just > add > kernel self-contained sample tests. And we plan to add overall kernel > tests in the future. > > This patch is just add kernel samples test which contains about 13 >

Re: [OE-core] [PATCH 2/3] qemu: upgrade to 2.12.0

2018-06-01 Thread Martin Jansa
Replaying the end of bisect got me a bit elsewhere: git bisect start # good: [9f750794985d7386f088da941c76b73880b2b6c4] sev/i386: add sev_get_capabilities() git bisect good 9f750794985d7386f088da941c76b73880b2b6c4 # bad: [91c60f124e682a78c9a2ef951e8e58ebab6441d0] target/ppc: fix tlbsync to check

Re: [OE-core] [oe][meta-oe][PATCH 1/3] Mosquitto add a mosquitto conf and logging to the default mosquitto recipe

2018-06-01 Thread nick83ola
Thanks Sorry for that I will submit everything to the right mailing list :-) Nick On 25 May 2018 at 20:19, Randy MacLeod wrote: > On 05/25/2018 10:14 AM, nick83ola wrote: >> >> The openembedded recipe for mosquitto doesn't provide a default >> configuration file. >> >> Also it install a bunch

Re: [OE-core] [PATCH 1/1] linux-yocto: add ptest support

2018-06-01 Thread Dengke Du
On 2018年05月31日 22:08, lei yang wrote: hi dengke, some of the kernel modules were rmmod-ed twice, some of them forget to be rmmod-ed when it fails, please take a look. Thanks, after bruce update the SRCREV for kernel meta, I will send v2. Lei On 2018年05月31日 12:19, Bruce Ashfield

[OE-core] [PATCH] Meta runtime cases: add testcases for kernel sample

2018-06-01 Thread Hongzhi.Song
We are going to let runtime test support kernel tests. Now we just add kernel self-contained sample tests. And we plan to add overall kernel tests in the future. This patch is just add kernel samples test which contains about 13 tests enabled by kernel-sample.scc. So it needs statement,

[OE-core] [PATCH] wic/engine.py: improve error message when required tools are missing

2018-06-01 Thread Anuj Mittal
Instead of showing that command 'None' was found, show the name of actual command that wasn't found on the host machine or at the native sysroot path provided by user. Signed-off-by: Anuj Mittal --- scripts/lib/wic/engine.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[OE-core] [PATCH v2] core: fix /sbin/nologin path

2018-06-01 Thread Nicola Lunghi
In some yocto recipes the /sbin/nologin path is incorrectly set to /bin/nologin. set it to the correct path ${base_sbindir}/nologin Signed-off-by: Nicola Lunghi --- meta-selftest/files/static-passwd| 20 ++-- meta/classes/rootfs-postcommands.bbclass | 4 ++--

Re: [OE-core] [PATCH 2/3] qemu: upgrade to 2.12.0

2018-06-01 Thread Martin Jansa
Yesterday I've tried to replay the end of the bisect and surprisingly I wasn't seeing the hang with d4247ec2d79ef2477cb886fa688706b068119736. With 2nd bad d4090306c8079ca3df426f82c493314c3537064e it hangs again. So either I didn't wait long enough for qemu-i386 to finish (I mark it as bad after

Re: [OE-core] [PATCH 1/1] linux-yocto: add ptest support

2018-06-01 Thread Dengke Du
On 2018年05月31日 12:19, Bruce Ashfield wrote: On Wed, May 30, 2018 at 11:08 PM, Dengke Du > wrote: Signed-off-by: Dengke Du mailto:dengke...@windriver.com>> ---  meta/recipes-kernel/linux/files/run-ptest    | 138 ++

Re: [OE-core] [PATCH] boost: Improve reproducibility

2018-06-01 Thread Alexander Kanavin
2018-06-01 8:38 GMT+03:00 Yu, Mingli : > I did investigate the path a lot before send out the patch, but didn't > figure out why it introduce the path for make_x86_64_sysv_elf_gas.o whose > source file is make_x86_64_sysv_elf_gas.S. > > Anyway, I will try to dig more. > > If you have any ideas,

Re: [OE-core] [PATCH v2 4/7] toolchain-shar-extract: print post-relocate error

2018-06-01 Thread Joshua Watt
On Fri, 2018-06-01 at 14:02 -0700, Martin Kelly wrote: > Currently, if a post-relocate script fails, it fails silently. We > should > be louder about this, as it likely indicates a broken SDK. > > Print a message if a post-relocate script fails. > > Signed-off-by: Martin Kelly > --- >

Re: [OE-core] [meta-oe][PATCH 2/2] iso-codes: fix SRC_URI

2018-06-01 Thread Alexander Kanavin
2018-06-02 1:14 GMT+03:00 Oleksandr Kravchuk : > SRC_URI = > "https://pkg-isocodes.alioth.debian.org/downloads/iso-codes-${PV}.tar.xz; > +SRC_URI = > "https://ftp.osuosl.org/pub/blfs/conglomeration/iso-codes/iso-codes-${PV}.tar.xz; The correct new URI is

Re: [OE-core] [PATCH] systemd: fix build with gcc8

2018-06-01 Thread akuster808
On 06/01/2018 08:42 AM, Martin Jansa wrote: > Signed-off-by: Martin Jansa > --- > ...ild-with-gcc8-Werror-format-truncati.patch | 53 +++ > meta/recipes-core/systemd/systemd_237.bb | 1 + > 2 files changed, 54 insertions(+) I am seeing this same issue in Sumo and I have

Re: [OE-core] [PATCH 1/2] [meta] dbus: Fix X11 compille errors

2018-06-01 Thread Alexander Kanavin
Wait, why is this problem not seen by anyone else, particularly on the autobuilder? Can you provide the failure log please? And do the same for the other patch to atk. Alex 2018-06-02 1:14 GMT+03:00 Alistair Francis : > When building with X11 set in DISTRO_FEATURES we need to specify that we >

Re: [OE-core] [meta-oe][PATCH 1/2] chrpath: fix SRC_URI

2018-06-01 Thread Alexander Kanavin
2018-06-02 1:14 GMT+03:00 Oleksandr Kravchuk : > -SRC_URI = > "https://alioth.debian.org/frs/download.php/file/3979/chrpath-0.16.tar.gz \ > +SRC_URI = > "https://src.fedoraproject.org/lookaside/extras/chrpath/chrpath-0.16.tar.gz/2bf8d1d1ee345fc8a7915576f5649982/chrpath-0.16.tar.gz > \ >

[OE-core] [PATCH v2 0/7] meson: implement nativesdk support

2018-06-01 Thread Martin Kelly
This patch series implements nativesdk support fer meson. In order to do so, it adds a few features to the toolchain-shar-extract functionality, which enables a script to run prior to the SDK being extracted. This is important because the meson.cross file (which meson uses to find its cross

[OE-core] [PATCH 2/2] [meta] atk: Specify gettext-native dependency

2018-06-01 Thread Alistair Francis
atk requires xgettext to compile, specify it as a dependency. Signed-off-by: Alistair Francis --- meta/recipes-support/atk/atk_2.28.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/atk/atk_2.28.1.bb b/meta/recipes-support/atk/atk_2.28.1.bb index

Re: [OE-core] [PATCH v2 5/7] toolchain-shar-extract: pass env to post-relocate

2018-06-01 Thread Martin Kelly
On 06/01/2018 03:08 PM, Joshua Watt wrote: On Fri, 2018-06-01 at 14:02 -0700, Martin Kelly wrote: It's useful for the post-relocate scripts to be able to see the SDK environment, for example to see the values of CC, CXX etc. in order to dynamically generate toolchain files. To enable this,

[OE-core] [PATCH 1/2] [meta] dbus: Fix X11 compille errors

2018-06-01 Thread Alistair Francis
When building with X11 set in DISTRO_FEATURES we need to specify that we depend on X11 native for building dbus. Otherwise we see missing include file compile errors. Signed-off-by: Alistair Francis --- meta/recipes-core/dbus/dbus_1.12.8.bb | 1 + 1 file changed, 1 insertion(+) diff --git

Re: [OE-core] [PATCH] boost: Improve reproducibility

2018-06-01 Thread Khem Raj
On 6/1/18 10:56 AM, Alexander Kanavin wrote: > 2018-06-01 20:07 GMT+03:00 Khem Raj : >> these symbols are added by assembler, if you have .file asm directive >> either explicitly added to .s file or emitted by compiler, compiler >> would emit it if the path specified to source file is absolute

Re: [OE-core] [PATCH] boost: Improve reproducibility

2018-06-01 Thread Alexander Kanavin
On 06/01/2018 09:33 PM, Khem Raj wrote: The .s file is not generated and it does not contain any .file directives. The .o file also does not contain the path. It appears in the final .so library at linking stage. Can you share the linker cmdline ? https://pastebin.com/WK9GVDfj Note that of

Re: [OE-core] [PATCH] tune-i586-nlp.inc: drop tuning file for Intel Quark/X1000 CPU

2018-06-01 Thread Mark Hatle
On 6/1/18 12:21 PM, Andre McCurdy wrote: > On Fri, Jun 1, 2018 at 7:58 AM, Mark Hatle wrote: >> On 5/31/18 6:10 PM, Andre McCurdy wrote: >>> The Quark machine was EOL'ed at the end of 2017 and all support for >>> it has now been removed from meta-intel. Drop the associated tuning >>> file from

[OE-core] [meta-oe][PATCH 2/2] iso-codes: fix SRC_URI

2018-06-01 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- meta/recipes-support/iso-codes/iso-codes_3.77.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-support/iso-codes/iso-codes_3.77.bb b/meta/recipes-support/iso-codes/iso-codes_3.77.bb index bd613ac573..d899a7fa82 100644 ---

[OE-core] [PATCH 0/3] Add tune for ARMv8 and cortex a35

2018-06-01 Thread ayaka
I saw there is a patch serial that try to add tuning for ARMv8 a year ago, but at that time, there is not much tune opinions, even the NEON FPU is not optional in all the cortex. But when the A35 comes and gcc support more opinions on them, I think it is necessary to add support those thing in

[OE-core] [PATCH 3/3] tune-cortexa17: add tunes for ARM Cortex-A35

2018-06-01 Thread ayaka
https://developer.arm.com/products/processors/cortex-a/cortex-a35 Signe-off-by: ayaka --- meta/conf/machine/include/tune-cortexa35.inc | 24 1 file changed, 24 insertions(+) create mode 100644 meta/conf/machine/include/tune-cortexa35.inc diff --git

[OE-core] [PATCH 1/3] [WIP]: arch-arm64.inc: allow soft fpu configure

2018-06-01 Thread ayaka
From ARM® Cortex®-A35 Processor Techinical Reference Manual, the NEON is optional. I am not sure about the VFP part. Signed-off-by: ayaka --- meta/conf/machine/include/arm/arch-arm64.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH 2/3] arch-armv8a.inc: add tune include for armv8

2018-06-01 Thread ayaka
There are some addtional instructions apart from bare armv8, also there is armv8.1, armv8.2. Signed-off-by: ayaka --- meta/conf/machine/include/arm/arch-armv8.inc | 1 - meta/conf/machine/include/arm/arch-armv8a.inc | 49 +++ 2 files changed, 49 insertions(+), 1

Re: [OE-core] [PATCH] Meta runtime cases: add testcases for kernel sample

2018-06-01 Thread Hongzhi, Song
Hi Richard, I have made patch-v2 with shared functions. And these kernel-samples are just for testing, so maybe it's unnecessary to enable them by default. On 2018年06月01日 16:12, Richard Purdie wrote: On Fri, 2018-06-01 at 04:02 -0400, Hongzhi.Song wrote: We are going to let runtime test

Re: [OE-core] [PATCH v2 4/7] toolchain-shar-extract: print post-relocate error

2018-06-01 Thread Martin Kelly
On 06/01/2018 02:57 PM, Joshua Watt wrote: On Fri, 2018-06-01 at 14:02 -0700, Martin Kelly wrote: Currently, if a post-relocate script fails, it fails silently. We should be louder about this, as it likely indicates a broken SDK. Print a message if a post-relocate script fails. Signed-off-by:

Re: [OE-core] [PATCH] tune-i586-nlp.inc: drop tuning file for Intel Quark/X1000 CPU

2018-06-01 Thread Richard Purdie
On Fri, 2018-06-01 at 10:21 -0700, Andre McCurdy wrote: > On Fri, Jun 1, 2018 at 7:58 AM, Mark Hatle > wrote: > > > > On 5/31/18 6:10 PM, Andre McCurdy wrote: > > > > > > The Quark machine was EOL'ed at the end of 2017 and all support > > > for > > > it has now been removed from meta-intel.

[OE-core] [PATCH v2 6/7] meson: handle exe wrappers

2018-06-01 Thread Martin Kelly
Add patches to enable meson to handle being wrapped with a shell script. This will enable us to do so for supporting the SDK, which requires us to setup env vars and point to a meson.cross file inside the SDK. These patches are all merged upstream, so we can drop them soon. Signed-off-by:

[OE-core] [PATCH v2 7/7] meson: enable nativesdk

2018-06-01 Thread Martin Kelly
Currently, we can't build meson into SDKs because we don't autogenerate the required meson.cross file. Enable this by using the post-relocate hooks and generating a meson.cross file based on the SDK environment passed into the post-relocate hook. Signed-off-by: Martin Kelly ---

[OE-core] [PATCH v2 2/7] nativesdk-python*: suppress user site dirs

2018-06-01 Thread Martin Kelly
Currently, $HOME/.local is being added into sys.path in the Python SDK causing subtle host contamination. Suppress this by exporting PYTHONNOUSERSITE = "1" as documented in PEP 370. This issue occurred in the past for python*-native and was fixed similarly in OE-core commit

[OE-core] [PATCH v2 3/7] toolchain-shar-extract: allow non-sh post-relocate

2018-06-01 Thread Martin Kelly
Currently, we look only for scripts matching *.sh, which means we can't write post-relocate scripts in other languages. Expand this to allow any type of script. Signed-off-by: Martin Kelly --- meta/classes/toolchain-scripts.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[OE-core] [PATCH v2 4/7] toolchain-shar-extract: print post-relocate error

2018-06-01 Thread Martin Kelly
Currently, if a post-relocate script fails, it fails silently. We should be louder about this, as it likely indicates a broken SDK. Print a message if a post-relocate script fails. Signed-off-by: Martin Kelly --- meta/classes/toolchain-scripts.bbclass | 5 + 1 file changed, 5 insertions(+)

[OE-core] [PATCH v2 1/7] meson.bbclass: refactor native override

2018-06-01 Thread Martin Kelly
The native override is specified in two different places, so let's move it into a function to reduce code duplication. Signed-off-by: Martin Kelly --- meta/classes/meson.bbclass | 17 +++-- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/meta/classes/meson.bbclass

[OE-core] [PATCH v2 5/7] toolchain-shar-extract: pass env to post-relocate

2018-06-01 Thread Martin Kelly
It's useful for the post-relocate scripts to be able to see the SDK environment, for example to see the values of CC, CXX etc. in order to dynamically generate toolchain files. To enable this, source the SDK environment script prior to calling the relocate scripts. Signed-off-by: Martin Kelly

[OE-core] [meta-oe][PATCH 1/2] chrpath: fix SRC_URI

2018-06-01 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- meta/recipes-devtools/chrpath/chrpath_0.16.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/chrpath/chrpath_0.16.bb b/meta/recipes-devtools/chrpath/chrpath_0.16.bb index b61eef9c8b..0428210567 100644 ---

Re: [OE-core] [PATCH v2] ltp: bump to release 20180515

2018-06-01 Thread Denys Dmytriyenko
On Thu, May 31, 2018 at 11:10:11PM -0500, Daniel Díaz wrote: > The following patches have made it to upstream: > * 0001-configure-Fix-default-value-of-without-numa-switch-i.patch > * 0001-configure-add-knob-to-control-numa-support.patch > * 0003-Add-knob-to-control-tirpc-support.patch > *

Re: [OE-core] [PATCH v2 5/7] toolchain-shar-extract: pass env to post-relocate

2018-06-01 Thread Joshua Watt
On Fri, 2018-06-01 at 14:02 -0700, Martin Kelly wrote: > It's useful for the post-relocate scripts to be able to see the SDK > environment, for example to see the values of CC, CXX etc. in order > to > dynamically generate toolchain files. > > To enable this, source the SDK environment script

[OE-core] [master][PATCH 3/4] qemu: add PACKAGECONFIG for virglrenderer, usb-redir and spice

2018-06-01 Thread Martin Jansa
* drop "fdt sdl" listed twice in PACKAGECONFIG * keep all 3 disabled by default * spice, usbredir recipes will eventually be in meta-networking layer (you can use jansa/spice branch from meta-openembedded-contrib repository) * virglrenderer recipe will eventually be in oe-core layer (you can

[OE-core] [master][PATCH 0/4] QEmu upgrade to 2.12.0 and switch to libsdl2

2018-06-01 Thread Martin Jansa
The following changes since commit 760103cdaed3e820888d8984ec0b76cfc831d534: nativesdk-rpm: Add wrappers for nativesdk support (2018-05-29 21:06:03 +0100) are available in the Git repository at: git://git.openembedded.org/openembedded-core-contrib jansa/thud

[OE-core] [master][PATCH 4/4] qemu: use sdl2 instead of sdl1

2018-06-01 Thread Martin Jansa
* sdl1 since qemu-2.12.0 depends on x11 in DISTRO_FEATURES, switch to sdl2 Signed-off-by: Martin Jansa --- meta/recipes-devtools/qemu/qemu.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index

[OE-core] [master][PATCH 2/4] qemu: upgrade to 2.12.0

2018-06-01 Thread Martin Jansa
From: Martin Jansa * drop patches which are now included upstream * revert "linux-user: fix mmap/munmap/mprotect/mremap/shma" which is causing 0010-linux-user-Fix-webkitgtk-hangs-on-32-bit-x86-target.patch to stop working and qemu-i386 hanging during gobject-introspection in webkitgtk

[OE-core] [master][PATCH 1/4] qemu: refresh patches with devtool and make them applicable with git

2018-06-01 Thread Martin Jansa
From: Martin Jansa Signed-off-by: Martin Jansa Signed-off-by: Ross Burton --- ...allow-user-to-disable-pointer-grabs.patch} | 25 +++--- ...mu-Add-missing-wacom-HID-descriptor.patch} | 24 - ...est-which-runs-all-unit-test-cases-.patch} | 12 ---

Re: [OE-core] [PATCH 1/3] systemd: Fix build with gcc8

2018-06-01 Thread Martin Jansa
It fails when -O1 or -Os is being used, builds ok with -O0, -O2, -O3. Checking a bit more shows that it doesn't fail when -ftree-vrp is used, probably because this check is removed as the documentation for -ftree-vrp says: -ftree-vrp Perform Value Range Propagation on trees. This is similar to

Re: [OE-core] [PATCH 1/3] systemd: Fix build with gcc8

2018-06-01 Thread Martin Jansa
No change in PACKAGECONFIG, just default nodistro qemux86 with added systemd and debug build: DISTRO_FEATURES_append = " systemd" DEBUG_BUILD = "1" On Thu, May 31, 2018 at 6:17 PM Khem Raj wrote: > On Thu, May 31, 2018 at 9:05 AM, Martin Jansa > wrote: > > Unlike the previous version you had

Re: [OE-core] [devtool][PATCH] devtool deploy-target: optionally specify package

2018-06-01 Thread Trevor Woerner
On Thu, May 31, 2018 at 11:07 PM, Andre McCurdy wrote: > On Thu, May 31, 2018 at 7:23 PM, Trevor Woerner > wrote: > > I wonder whether the default behaviour should just be to not deploy > files from the -dev package? > > That would certainly be an improvement. But it still wouldn't make sense

Re: [OE-core] [PATCH] tune-i586-nlp.inc: drop tuning file for Intel Quark/X1000 CPU

2018-06-01 Thread Mark Hatle
On 5/31/18 6:10 PM, Andre McCurdy wrote: > The Quark machine was EOL'ed at the end of 2017 and all support for > it has now been removed from meta-intel. Drop the associated tuning > file from oe-core. I would rather this remain. There are still a lot of people using the quark based boards as

[OE-core] [PATCH 1/2] busybox: update to 1.28.4

2018-06-01 Thread Armin Kuster
Decided to update again. 1.28.3 [v3] Update defconfig based on feedback [v2] Add back busybox-udhcpc-no_deconfig.patch ti SRC_URI, missed earlier [v1] removed patches included in update: busybox/CVE-2011-5325.patch busybox/CVE-2017-15873.patch busybox/busybox-CVE-2017-16544.patch refactored

[OE-core] [PATCH 2/2] xf86-input-mouse: add fix for buld fix do for 1.20 xorg-server update

2018-06-01 Thread Armin Kuster
../../xf86-input-mouse-1.9.2/src/mouse.c:824:5: error: implicit declaration of function 'xf86GetOS'; did you mean 'xf86SetDpi'? [-Werror=implicit-function-declaration] | xf86GetOS(, NULL, NULL, NULL); | ^ Signed-off-by: Armin Kuster ---

Re: [OE-core] [PATCH 6/8] xserver-xorg: upgrade 1.19.6 -> 1.20.0

2018-06-01 Thread akuster808
On 05/28/2018 07:25 AM, akuster808 wrote: > > On 05/23/2018 04:01 AM, Burton, Ross wrote: >> This is breaking a number of other bits of X: >> >> - xf86-video-intel (was DRI1 removed or disabled in 1.20?) DRI 1 is still there. >> - xf86-input-mouse sent fixed for xf86-inout-mount >> -

[OE-core] [PATCH] systemd: fix build with gcc8

2018-06-01 Thread Martin Jansa
Signed-off-by: Martin Jansa --- ...ild-with-gcc8-Werror-format-truncati.patch | 53 +++ meta/recipes-core/systemd/systemd_237.bb | 1 + 2 files changed, 54 insertions(+) create mode 100644

Re: [OE-core] [master][PATCH 2/4] qemu: upgrade to 2.12.0

2018-06-01 Thread Alistair Francis
On Fri, Jun 1, 2018 at 3:29 AM, Martin Jansa wrote: > From: Martin Jansa > > * drop patches which are now included upstream > * revert "linux-user: fix mmap/munmap/mprotect/mremap/shma" which is > causing > 0010-linux-user-Fix-webkitgtk-hangs-on-32-bit-x86-target.patch > to stop working

[OE-core] [meta][lib/oeqa][PATCH v2] Meta runtime cases: add testcases for kernel sample

2018-06-01 Thread Hongzhi.Song
We are going to let runtime test support kernel tests. Now we just add kernel self-contained sample tests. And we plan to add overall kernel tests in the future. This patch is just add kernel samples test which contains about 13 tests enabled by kernel-sample.scc. So it needs statement,

Re: [OE-core] [PATCH] boost: Improve reproducibility

2018-06-01 Thread Khem Raj
On 5/31/18 10:38 PM, Yu, Mingli wrote: > > > On 2018年06月01日 13:08, Alexander Kanavin wrote: >> 2018-06-01 4:39 GMT+03:00 Yu, Mingli : >> This looks very unlikely to ever make it upstream. Rather than carrying a patch to boost forever would we want to just strip the file in

Re: [OE-core] [devtool][PATCH] devtool deploy-target: optionally specify package

2018-06-01 Thread Khem Raj
On 5/31/18 1:06 PM, Trevor Woerner wrote: > Instead of installing an entire recipe's build output (i.e. ${D}), allow the > user to optionally specify a package from said recipe to be installed > exclusively (i.e. ${PKGDEST}/). > Thinking of developer's workflow, it might be needed to be able to

Re: [OE-core] [PATCH] tune-i586-nlp.inc: drop tuning file for Intel Quark/X1000 CPU

2018-06-01 Thread Andre McCurdy
On Fri, Jun 1, 2018 at 7:58 AM, Mark Hatle wrote: > On 5/31/18 6:10 PM, Andre McCurdy wrote: >> The Quark machine was EOL'ed at the end of 2017 and all support for >> it has now been removed from meta-intel. Drop the associated tuning >> file from oe-core. > > I would rather this remain. There

Re: [OE-core] [PATCH 1/3] systemd: Fix build with gcc8

2018-06-01 Thread Khem Raj
On 6/1/18 7:01 AM, Martin Jansa wrote: > No change in PACKAGECONFIG, just default nodistro qemux86 with added > systemd and debug build: > DISTRO_FEATURES_append = " systemd" > DEBUG_BUILD = "1" > hmm so must be some code which is eliminated by compiler optimizations with -O2 since with debug

Re: [OE-core] [PATCH 1/2] busybox: update to 1.28.4

2018-06-01 Thread Andre McCurdy
On Fri, Jun 1, 2018 at 8:00 AM, Armin Kuster wrote: > Decided to update again. > > 1.28.3 > [v3] > Update defconfig based on feedback It looks like you've incorporated the contents of the config fragments into the new defconfig. e.g. CONFIG_FEATURE_VOLUMEID_EXT (which should only be enabled if

Re: [OE-core] [devtool][PATCH] devtool deploy-target: optionally specify package

2018-06-01 Thread Andre McCurdy
On Fri, Jun 1, 2018 at 7:58 AM, Trevor Woerner wrote: > On Thu, May 31, 2018 at 11:07 PM, Andre McCurdy wrote: >> On Thu, May 31, 2018 at 7:23 PM, Trevor Woerner >> wrote: >> >> I wonder whether the default behaviour should just be to not deploy >> files from the -dev package? >> > > That would

Re: [OE-core] [PATCH] boost: Improve reproducibility

2018-06-01 Thread Alexander Kanavin
2018-06-01 20:07 GMT+03:00 Khem Raj : > these symbols are added by assembler, if you have .file asm directive > either explicitly added to .s file or emitted by compiler, compiler > would emit it if the path specified to source file is absolute during > compiler invocation, it will take it