[OE-core] [PATCH] dnf.py: check busybox for case test_dnf_installroot

2019-10-08 Thread kai.kang
From: Kai Kang Check package busybox which is required by cases test_dnf_installroot and test_dnf_installroot_usrmerge. Signed-off-by: Kai Kang --- meta/lib/oeqa/runtime/cases/dnf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/lib/oeqa/runtime/cases/dnf.py

[OE-core] [PATCH 2/2] bluez5: remove upstream rejected patch to test suite

2019-10-08 Thread Ross Burton
0001-test-gatt-Fix-hung-issue.patch was added to solve a problem with the test case, but the test passes without it and upstream don't agree that this is fixing the test case[1]. [1] https://marc.info/?l=linux-bluetooth=153509658106588=2 Signed-off-by: Ross Burton ---

[OE-core] [PATCH 1/2] bluez5: add needed character encoding for ptests

2019-10-08 Thread Ross Burton
The test-gobject-header test suite needs UTF-16 encoding: test_decode_header_name_ascii: assertion failed (err == NULL): Unicode conversion failed: Conversion from character set ?UTF-16BE? to ?UTF-8? is not supported (g-obex-error-quark, 256) Add gconv-utf-16 to the bluez5-ptest RDEPENDS.

[OE-core] [PATCH v2] harfbuzz: add PACKAGECONFIGs for all the optional dependencies

2019-10-08 Thread Ross Burton
Signed-off-by: Ross Burton --- .../harfbuzz/harfbuzz_2.6.1.bb| 23 ++- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_2.6.1.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_2.6.1.bb index

[OE-core] [PATCH] oeqa/sdk: improve Meson test

2019-10-08 Thread Ross Burton
Verify that the build inside the SDK is detected as a cross compilation. Signed-off-by: Ross Burton --- meta/lib/oeqa/sdk/cases/buildepoxy.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/lib/oeqa/sdk/cases/buildepoxy.py b/meta/lib/oeqa/sdk/cases/buildepoxy.py

[OE-core] [PATCH] toolchain-scripts: export READELF

2019-10-08 Thread Ross Burton
The readelf binary is prefixed, so export READELF in the SDKs so that the correct readelf binary can be used. This fixes problems with the symbol extractor in Meson with multilib SDKs where readelf can't be found correctly. Signed-off-by: Ross Burton --- meta/classes/toolchain-scripts.bbclass

Re: [OE-core] [PATCH 1/1] bluez5: Fix for --enable-btpclient

2019-10-08 Thread Ross Burton
On 08/10/2019 04:12, Robert Yang wrote: Hi Ross, On 9/30/19 7:06 PM, Ross Burton wrote: On 29/09/2019 04:44, Robert Yang wrote: +Upstream-Status: Inappropriate [Upstream already fixed] So this is a backport then? I just come back from the holiday, sorry for the late reply. Upstream fixed

Re: [OE-core] [PATCH] pango: add PACKAGECONFIGs for all the optional dependencies

2019-10-08 Thread Ross Burton
On 07/10/2019 18:44, Randy MacLeod wrote: PACKAGECONFIG has been nagging at me for years. This is mostly me just blowing off steam but I would like to hear your opinion. While this is technically correct and seeing as oe-core is a distribution building system rather than a distro, this change

[OE-core] [release-tools][PATCH]Bug 13524 - Add SPDX license headers to all source files for release-tools

2019-10-08 Thread Ycn aKaJoseph
Hi, I've been working on bug 13524 : https://bugzilla.yoctoproject.org/show_bug.cgi?id=13524 Here's the patch. Basically I've been adding : # SPDX-License-Identifier: GPL-2.0-or-later to all .py files. Regards, Yann CARDAILLAC From d89bef6e7b230a627aedd673686509495ea3ed53 Mon Sep 17

[OE-core] ✗ patchtest: failure for Bug 13524 - Add SPDX license headers to all source files for release-tools

2019-10-08 Thread Patchwork
== Series Details == Series: Bug 13524 - Add SPDX license headers to all source files for release-tools Revision: 1 URL : https://patchwork.openembedded.org/series/20363/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated

[OE-core] Yocto Project Status WW41’19

2019-10-08 Thread Stephen K Jolley
Current Dev Position: YP 2.8 M4 Feature Freeze Next Deadline: YP 3.0 Final Release 25th Oct SWAT Team Rotation: - SWAT lead is currently: Chen - SWAT team rotation: Chen -> Paul on Oct. 11, 2019 - SWAT team rotation: Paul -> Ross on Oct. 18, 2019 -

[OE-core] [PATCH] linux-yocto/5.2: fix strace/ptrace long runtime issues

2019-10-08 Thread bruce . ashfield
From: Bruce Ashfield Bumping SRCREVs to pickup the following kernel commit: [ Author: Bruce Ashfield Date: Tue Oct 8 13:15:46 2019 + signal/ptrace: fix cgroup2/freezer long runtimes As reported in the thread: https://lkml.org/lkml/2019/10/1/789, in

[OE-core] [PATCH] linux-yocto-rt/5.2: update to -rt9

2019-10-08 Thread bruce . ashfield
From: Bruce Ashfield Updating to 5.2-rt9. Which comprises the following fixes: 90a5890111ca v5.2.17-rt9 7700ef5f6438 sched: migrate disable: Protect cpus_ptr with lock 11d09bb2607b sched: Remove dead __migrate_disabled() check ceb75897bca0 sched: __set_cpus_allowed_ptr: Check

Re: [OE-core] [oe-core][PATCH] systemd.bbclass: add RMINITDIR for nativesdk builds

2019-10-08 Thread Trevor Gamblin
On 9/27/19 11:07 AM, Trevor Gamblin wrote: From: Trevor Gamblin nativesdk builds such as nativesdk-dnf are installing systemd service files, leading bitbake to throw installed-vs-shipped warnings, but these are not needed in nativesdk: WARNING: nativesdk-dnf-4.2.2-r0 do_package: QA Issue:

[OE-core] [warrior 05/10] unzip: Fix CVE-2019-13232

2019-10-08 Thread Armin Kuster
From: Dan Tran Signed-off-by: Dan Tran Signed-off-by: Armin Kuster --- .../unzip/unzip/CVE-2019-13232_p1.patch| 33 ++ .../unzip/unzip/CVE-2019-13232_p2.patch| 356 + .../unzip/unzip/CVE-2019-13232_p3.patch| 121 +++

[OE-core] [warrior 07/10] systemd: update SRCREV for systemd v241-stable

2019-10-08 Thread Armin Kuster
From: Jan Klare Currently systemd 241 does break for kernels 5.2+ with the error described here: * https://github.com/systemd/systemd/issues/12784 The issue has been fixed in master and will be fixed in the release 243. The necessary patches have been backported to systemd/systemd-stable in the

[OE-core] [warrior 02/10] python3: upgrade 3.7.3 -> 3.7.4

2019-10-08 Thread Armin Kuster
From: Anuj Mittal Also fixes CVE-2019-9740, CVE-2019-9948. For details, see: https://docs.python.org/3.7/whatsnew/changelog.html#python-3-7-4-final Signed-off-by: Anuj Mittal Signed-off-by: Richard Purdie [ Backported patch removed. ] Signed-off-by: Adrian Bunk [Bug fix only update]

[OE-core] [warrior 08/10] qemu: fix build issue on new hosts with glibc 2.30

2019-10-08 Thread Armin Kuster
This fixes the following error: TOPDIR/tmp/work/x86_64-linux/qemu-native/3.1.0-r0/qemu-3.1.0/linux-user/syscall.c:254:16: error: static declaration of ‘gettid’ follows non-static declaration 254 | _syscall0(int, gettid) |^~

[OE-core] [warrior 04/10] qemu: Fix CVE-2019-8934

2019-10-08 Thread Armin Kuster
From: Dan Tran Signed-off-by: Dan Tran [Fix up against lastest warrior] Signed-off-by: Armin Kuster --- meta/recipes-devtools/qemu/qemu.inc| 1 + .../recipes-devtools/qemu/qemu/CVE-2019-8934.patch | 215 + 2 files changed, 216 insertions(+) create mode

[OE-core] [warrior 03/10] json-c: Don't --enable-rdrand

2019-10-08 Thread Armin Kuster
From: Adrian Bunk In recent years AMD CPUs have had various problems with RDRAND giving either non-random data or no result at all, which is problematic if either build or target machine has a CPU with this problem. The fallback is /dev/urandom, and I'd trust the kernel here. --enable-rdrand

[OE-core] [warrior 06/10] classes/image-live.bbclass: Don't hardcode cpio.gz

2019-10-08 Thread Armin Kuster
From: Andrii Bordunov via Openembedded-core There's INITRAMFS_FSTYPES that can be set differently. Signed-off-by: Böszörményi Zoltán Signed-off-by: Armin Kuster --- meta/classes/image-live.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] ✗ patchtest: failure for Change path of system_bus_socket from /var/run/dbus/ to /run/dbus/

2019-10-08 Thread Patchwork
== Series Details == Series: Change path of system_bus_socket from /var/run/dbus/ to /run/dbus/ Revision: 1 URL : https://patchwork.openembedded.org/series/20370/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response.

[OE-core] [PATCH] dbus: Change path of system_bus_socket from /var/run/dbus/ to /run/dbus/

2019-10-08 Thread Peiran Hong
Fixed a warning message during startup caused by referencing the legacy directory /var/run instead of /run. An extra parameter is passed to the configure script to achiveve this. Upstream cannot provide a fix due to another Linux distribution (Slackware) uses /var/run and /run as different

[OE-core] [warrior 09/10] meson: Fix native patch to python3

2019-10-08 Thread Armin Kuster
From: Ricardo Ribalda Delgado Fixes: File "/workdir/build/tmp/work/dbfp4-poky-linux/qv4l2/1.17.0+gitAUTOINC+95f39aae48-r0/recipe-sysroot-native/usr/lib/python3.7/site-packages/mesonbuild/dependencies/base.py", line 574, in _call_pkgbin cache[(self.pkgbin, targs, fenv)] =

[OE-core] [warrior 10/10] uninative: Update to 2.7 release

2019-10-08 Thread Armin Kuster
From: Michael Halstead The 2.7 release updates glibc to version 2.30. Recently added to openSUSE Tumbleweed and needed for Fedora Core 31. Signed-off-by: Michael Halstead Signed-off-by: Richard Purdie Signed-off-by: Armin Kuster --- meta/conf/distro/include/yocto-uninative.inc | 10

[OE-core] [thud 07/12] sqlite3: Security fix for CVE-2019-8457

2019-10-08 Thread Armin Kuster
From: Shubham Agrawal Signed-off-by: Shubham Agrawal [Cleaned up patch] Signed-off-by: Armin Kuster --- .../sqlite/files/CVE-2019-8457.patch | 126 + meta/recipes-support/sqlite/sqlite3_3.23.1.bb | 1 + 2 files changed, 127 insertions(+) create mode

[OE-core] [thud 08/12] wget: Security fixes CVE-2018-20483

2019-10-08 Thread Armin Kuster
From: Andrii Bordunov via Openembedded-core Source: http://git.savannah.gnu.org/cgit/wget.git/ Type: Security Fix Disposition: Backport from http://git.savannah.gnu.org/cgit/wget.git/ Description: Fixes CVE-2018-20483 Signed-off-by: Aviraj CJ [Affects Wget before 1.20.1] Signed-off-by: Armin

[OE-core] [thud 11/12] gnupg: Do not apply -Woverride-init guard for gcc >= 9

2019-10-08 Thread Armin Kuster
From: Khem Raj Signed-off-by: Khem Raj Signed-off-by: Richard Purdie Signed-off-by: Armin Kuster --- ...1-Woverride-init-is-not-needed-with-gcc-9.patch | 31 ++ ...c-use-a-custom-value-for-the-location-of-.patch | 6 ++--- meta/recipes-support/gnupg/gnupg/relocate.patch

[OE-core] [thud 12/12] uninative: Update to 2.7 release

2019-10-08 Thread Armin Kuster
From: Michael Halstead The 2.7 release updates glibc to version 2.30. Recently added to openSUSE Tumbleweed and needed for Fedora Core 31. Signed-off-by: Michael Halstead Signed-off-by: Richard Purdie Signed-off-by: Armin Kuster --- meta/conf/distro/include/yocto-uninative.inc | 10

[OE-core] [thud 09/12] qemu: fix build issue on new hosts with glibc 2.30

2019-10-08 Thread Armin Kuster
This fixes the following error: TOPDIR/tmp/work/x86_64-linux/qemu-native/3.1.0-r0/qemu-3.1.0/linux-user/syscall.c:254:16: error: static declaration of ‘gettid’ follows non-static declaration 254 | _syscall0(int, gettid) |^~

[OE-core] [thud 06/12] perl: Fix CVE-2018-18311 to 18314

2019-10-08 Thread Armin Kuster
From: Dan Tran Signed-off-by: Dan Tran [Perl before 5.26.3 and 5.28.x before 5.28.1] Signed-off-by: Armin Kuster --- .../perl/perl/CVE-2018-18311.patch | 183 ++ .../perl/perl/CVE-2018-18312.patch | Bin 0 -> 2125 bytes

[OE-core] [thud 03/12] elfutils: CVE fix for elfutils

2019-10-08 Thread Armin Kuster
From: Shubham Agrawal CVE: CVE-2019-7664.patch CVE: CVE-2019-7665.patch Sign off: Shubham Agrawal Signed-off-by: Armin Kuster --- meta/recipes-devtools/elfutils/elfutils_0.175.bb | 2 + .../elfutils/files/CVE-2019-7664.patch | 65 +

[OE-core] [thud 04/12] unzip: fix CVE-2019-13232

2019-10-08 Thread Armin Kuster
From: Dan Tran Signed-off-by: Dan Tran Signed-off-by: Armin Kuster --- .../unzip/unzip/CVE-2019-13232_p1.patch| 33 ++ .../unzip/unzip/CVE-2019-13232_p2.patch| 356 + .../unzip/unzip/CVE-2019-13232_p3.patch| 121 +++

[OE-core] [thud 00/12] patch review

2019-10-08 Thread Armin Kuster
Lastest thud changes. Most have been on the list already. Commnets by Thursday The following changes since commit f5be8c8309a932cde507ba24d042880a922df0b6: linux-yocto/4.14: update to v4.14.143 (2019-09-24 08:28:04 -0700) are available in the git repository at:

[OE-core] [thud 02/12] qemu: Fix 4 CVEs

2019-10-08 Thread Armin Kuster
From: Dan Tran Fixes CVE-2018-18954, CVE-2019-3812, CVE-2019-6778, and CVE-2019-8934. Also deleted duplicated patch and cleanup. Signed-off-by: Dan Tran [fixup for thud-next] Signed-off-by: Armin Kuster --- .../qemu/qemu/CVE-2018-10839.patch | 2 +-

[OE-core] [thud 05/12] json-c: Don't --enable-rdrand

2019-10-08 Thread Armin Kuster
From: Adrian Bunk In recent years AMD CPUs have had various problems with RDRAND giving either non-random data or no result at all, which is problematic if either build or target machine has a CPU with this problem. The fallback is /dev/urandom, and I'd trust the kernel here. --enable-rdrand

[OE-core] [thud 01/12] oeqa/selftest/context: ensure log directory exists

2019-10-08 Thread Armin Kuster
From: Chen Qi Ensure log directory exists to avoid the following error. FileNotFoundError: [Errno 2] No such file or directory: '/.../build-selftest/tmp/log/oe-selftest-results-20181207043431.log' Signed-off-by: Chen Qi Signed-off-by: Richard Purdie Signed-off-by: Armin Kuster ---

[OE-core] [PATCH] Change path of system_bus_socket from /var/run/dbus/ to /run/dbus/

2019-10-08 Thread Peiran Hong
Fixed a warning message during startup caused by referencing the legacy directory /var/run instead of /run. An extra parameter is passed to the configure script to achiveve this. Upstream cannot provide a fix due to another Linux distribution (Slackware) uses /var/run and /run as different

[OE-core] [PATCH RESEND] gdb: Bump from 8.3 to 8.3.1

2019-10-08 Thread Alistair Francis
Signed-off-by: Alistair Francis --- .../gdb/{gdb-8.3.inc => gdb-8.3.1.inc}| 5 +- ...ian_8.3.bb => gdb-cross-canadian_8.3.1.bb} | 0 .../{gdb-cross_8.3.bb => gdb-cross_8.3.1.bb} | 0 .../gdb/gdb/CVE-2017-9778.patch | 98 --- .../gdb/{gdb_8.3.bb =>

[OE-core] [PATCH] pango: remove obsolete libtool FILES

2019-10-08 Thread Ross Burton
We now build Pango with Meson which doesn't use libtool, so we can remove the FILES that packages up non-existant .la files. Signed-off-by: Ross Burton --- meta/recipes-graphics/pango/pango_1.44.6.bb | 2 -- 1 file changed, 2 deletions(-) diff --git

[OE-core] ✗ patchtest: failure for linux-yocto/5.2: fix strace/ptrace long runtime issues

2019-10-08 Thread Patchwork
== Series Details == Series: linux-yocto/5.2: fix strace/ptrace long runtime issues Revision: 1 URL : https://patchwork.openembedded.org/series/20369/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests

[OE-core] [warrior 01/10] python: update to 3.7.3

2019-10-08 Thread Armin Kuster
From: Alexander Kanavin License-update: copyright years Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie [ Backported patches removed. ] Signed-off-by: Adrian Bunk [Bug fix only update] Signed-off-by: Armin Kuster --- ...ysconfig-append-STAGING_LIBDIR-python-sys.patch | 2

[OE-core] [warrior 00/10] Pull request

2019-10-08 Thread Armin Kuster
Please merge these into warrior mainline Included 2 additional backport requests. The following changes since commit acc0f4a6a99fe9367e57a5c2a4f995b6f4db4a9f: runqemu: Add support for kvm on aarch64 (2019-10-01 10:48:46 +0100) are available in the git repository at:

[OE-core] [thud 10/12] libgpg-error: Fix build with gawk 5.x

2019-10-08 Thread Armin Kuster
From: Sean Nyekjaer Based on poky master, but for version 1.35 Signed-off-by: Sean Nyekjaer Signed-off-by: Armin Kuster [backported to thud yocto# 13580] Signed-off-by: Armin Kuster --- .../libgpg-error-1.35-gawk5-support.patch | 161 +

[OE-core] Yocto Technical Team Minutes for October 8, 2019

2019-10-08 Thread Stephen K Jolley
See: https://docs.google.com/document/d/1Y5IIuE-z0Ykdl-DwuzUJh52flOZuhN_TSAfw2tdU9pg/edit -- Thanks, *Stephen K. Jolley* *Yocto Project Program Manager* *7867 SW Bayberry Dr., Beaverton, OR 97007* (*Cell*:(208) 244-4460 * *Email*: *s

Re: [OE-core] [OE-Core][master][PATCH] devtool: Add --remove-work option for devtool reset command

2019-10-08 Thread Khem Raj
On Tue, Oct 8, 2019 at 10:37 AM Peter Kjellerstedt < peter.kjellerst...@axis.com> wrote: > > -Original Message- > > From: openembedded-core-boun...@lists.openembedded.org > core-boun...@lists.openembedded.org> On Behalf Of Chandana Kalluri > > Sent: den 8 oktober 2019 04:14 > > To: Paul

Re: [OE-core] [OE-Core][master][PATCH] devtool: Add --remove-work option for devtool reset command

2019-10-08 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org core-boun...@lists.openembedded.org> On Behalf Of Chandana Kalluri > Sent: den 8 oktober 2019 04:14 > To: Paul Eggleton > Cc: Patches and discussions about the oe-core layer c...@lists.openembedded.org> >

Re: [OE-core] [PATCH RESEND] gdb: Bump from 8.3 to 8.3.1

2019-10-08 Thread akuster808
On 10/8/19 8:50 AM, Alistair Francis wrote: > Signed-off-by: Alistair Francis > --- > .../gdb/{gdb-8.3.inc => gdb-8.3.1.inc}| 5 +- > ...ian_8.3.bb => gdb-cross-canadian_8.3.1.bb} | 0 > .../{gdb-cross_8.3.bb => gdb-cross_8.3.1.bb} | 0 > .../gdb/gdb/CVE-2017-9778.patch

Re: [OE-core] [PATCH RESEND] gdb: Bump from 8.3 to 8.3.1

2019-10-08 Thread Alistair Francis
On Tue, Oct 8, 2019 at 10:49 AM akuster808 wrote: > > > > On 10/8/19 8:50 AM, Alistair Francis wrote: > > Signed-off-by: Alistair Francis > > --- > > .../gdb/{gdb-8.3.inc => gdb-8.3.1.inc}| 5 +- > > ...ian_8.3.bb => gdb-cross-canadian_8.3.1.bb} | 0 > > .../{gdb-cross_8.3.bb =>

[OE-core] [PATCH 1/2] u-boot: Bump from 2019.07 to 2019.10

2019-10-08 Thread Alistair Francis
Signed-off-by: Alistair Francis --- .../u-boot/files/0001-CVE-2019-13103.patch| 69 --- .../u-boot/files/0002-CVE-2019-13104.patch| 49 - .../u-boot/files/0003-CVE-2019-13105.patch| 37 -- .../u-boot/files/0004-CVE-2019-13106.patch| 56

[OE-core] [PATCH 2/2] qemuriscv64: Build smode U-Boot

2019-10-08 Thread Alistair Francis
Signed-off-by: Alistair Francis --- meta/conf/machine/qemuriscv64.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/machine/qemuriscv64.conf b/meta/conf/machine/qemuriscv64.conf index 99b48b309b..b45fdd556d 100644 --- a/meta/conf/machine/qemuriscv64.conf +++

[OE-core] [oe-core][thud][PATCH] gnutls: Fix CVE-2019-3829 and CVE-2019-3836

2019-10-08 Thread msft . dantran
From: Dan Tran Signed-off-by: Dan Tran --- .../gnutls/gnutls/CVE-2019-3829_p1.patch | 39 + .../gnutls/gnutls/CVE-2019-3829_p2.patch | 871 ++ .../gnutls/gnutls/CVE-2019-3829_p3.patch | 36 + .../gnutls/gnutls/CVE-2019-3836.patch | 35 +

Re: [OE-core] [PATCH] libpcap:upgrade 1.9.0 -> 1.9.1

2019-10-08 Thread Randy MacLeod
On 10/6/19 10:52 PM, Zang Ruochen wrote: -libpcap/0001-pcap-usb-linux.c-add-missing-limits.h-for-musl-syste.patch Removed since this is included in 1.9.1. Signed-off-by: Zang Ruochen --- ...nux.c-add-missing-limits.h-for-musl-syste.patch | 29 --

Re: [OE-core] [PATCH] meta: add missing some description in devtools

2019-10-08 Thread Randy MacLeod
On 10/7/19 10:45 PM, Maxime Roussin-Bélanger wrote: ... > -                RPM_NO_CHROOT_FOR_SCRIPTS=1 > +                RPM_NO_CHROOT_FOR_SCRIPTS=1 Whitespace only? Ah, you removed a trailing space. Please add:    Remove trailing space in dnf recipe. in the log to

Re: [OE-core] [PATCH] meta: add missing some description in devtools

2019-10-08 Thread Maxime Roussin-Bélanger
It looks like Richard has already merged the changes. https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=02afd606b53501bead3b387a66bf050f10d94683 There is not much I can't do here right? I can create another patchset to remove the unnecessary descriptions, or it's a bit late for that? I

[OE-core] [PATCH] sqlite3:upgrade 3.29 -> 3.30

2019-10-08 Thread Zang Ruochen
Signed-off-by: Zang Ruochen --- meta/recipes-support/sqlite/{sqlite3_3.29.0.bb => sqlite3_3.30.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/sqlite/{sqlite3_3.29.0.bb => sqlite3_3.30.0.bb} (58%) diff --git

[OE-core] [PATCH] meta: simplify over descriptive descriptions in devtools

2019-10-08 Thread Maxime Roussin-Bélanger
fix commandline -> command-line typo. according to: https://en.wikipedia.org/wiki/Command-line_interface https://wiki.debian.org/Apt Signed-off-by: Maxime Roussin-Bélanger --- meta/recipes-devtools/apt/apt.inc | 2 +- meta/recipes-devtools/cmake/cmake.inc | 4 +---

Re: [OE-core] [OE-Core][master][PATCH] devtool: Add --remove-work option for devtool reset command

2019-10-08 Thread Paul Eggleton
On Wednesday, 9 October 2019 6:39:34 AM NZDT Khem Raj wrote: > On Tue, Oct 8, 2019 at 10:37 AM Peter Kjellerstedt < > peter.kjellerst...@axis.com> wrote: > > > > -Original Message- > > > From: openembedded-core-boun...@lists.openembedded.org > > core-boun...@lists.openembedded.org> On

Re: [OE-core] [OE-Core][master][PATCH] menuconfig: Add mechanism for user to append to same devtool fragment after user runs finish

2019-10-08 Thread Paul Eggleton
Hi Chandana, On Tuesday, 8 October 2019 7:14:18 AM NZDT Sai Hari Chandana Kalluri wrote: > In current devtool flow, if user runs devtool modify, menuconfig and > finish, it will create a devtool-fragment.cfg and append to SRC_URI of > the recipe. > > When a user runs the same flow multiple

Re: [OE-core] [OE-Core][master][PATCH] devtool: Add --remove-work option for devtool reset command

2019-10-08 Thread Paul Eggleton
Hi Chandana, On Saturday, 5 October 2019 11:52:29 AM NZDT Sai Hari Chandana Kalluri wrote: > Enable --remove-work option for devtool reset command that allows user > to clean up source directory within workspace. > > Currently devtool reset command only removes recipes and user is forced > to

Re: [OE-core] [PATCH] meta: add missing some description in devtools

2019-10-08 Thread Randy MacLeod
On 10/8/19 9:22 PM, Maxime Roussin-Bélanger wrote: It looks like Richard has already merged the changes. https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=02afd606b53501bead3b387a66bf050f10d94683 There is not much I can't do here right? I can create another patchset to remove the

Re: [OE-core] [release-tools][PATCH]Bug 13524 - Add SPDX license headers to all source files for release-tools

2019-10-08 Thread Ycn aKaJoseph
>From Ross Burton comment here's the patch v2. https://bugzilla.yoctoproject.org/show_bug.cgi?id=13524#c4 regards, Yann CARDAILLAC On Tue, Oct 8, 2019 at 1:42 PM Ycn aKaJoseph wrote: > Hi, > > I've been working on bug 13524 : > > https://bugzilla.yoctoproject.org/show_bug.cgi?id=13524 > >