Re: [OE-core] [PATCH v2] nfs-utils: fix build error under tests folder

2018-12-26 Thread Yu, Mingli
Ping. On 2018年12月18日 13:21, mingli...@windriver.com wrote: From: Mingli Yu * Redefine the reference path of libnfs.a to ../support/nfs/.libs/libnfs.a to fix below error when run "make -C tests statdb_dump". | make: *** No rule to make target '../support/nfs/libnfs.a', needed by

Re: [OE-core] [PATCH] update-rc.d.bbclass: remove preinst and remove -f for postinst

2018-12-26 Thread Changqing Li
ping On 11/9/18 5:42 PM, changqing...@windriver.com wrote: From: Changqing Li *preinst use "-f remove" to remove any links in the /etc/rcrunlevel.d but this will make user cannot keep previous config by default after upgrade eg: user disable one service before upgrade, after upgrade,

Re: [OE-core] [PATCH 3/3] package_ip.bbclass: add xz threading

2018-12-26 Thread Khem Raj
On Wed, Dec 26, 2018 at 4:44 PM Alejandro del Castillo wrote: > > Before, threading was enabled via a patch to opkg-build. Now that > opkg-build provides a hook for extra arguments, use that. > > Signed-off-by: Alejandro del Castillo > --- > meta/classes/package_ipk.bbclass | 2 +- > 1 file

[OE-core] [PATCH 2/3] opkg-utils: upgrade to version 0.4.0

2018-12-26 Thread Alejandro del Castillo
Drop patches already merged upstream. Signed-off-by: Alejandro del Castillo --- ...me-on-versions-of-tar-which-support-.patch | 51 --- ...Switch-all-scripts-to-use-Python-3.x.patch | 5 +- ...rnatives-Fix-link-relocation-support.patch | 40 ---

[OE-core] [PATCH 1/3] opkg: upgrade to version 0.4.0

2018-12-26 Thread Alejandro del Castillo
- Drop 0001-remove_maintainer_scripts-use-strict-matching.patch Signed-off-by: Alejandro del Castillo --- ...intainer_scripts-use-strict-matching.patch | 56 --- .../opkg/{opkg_0.3.6.bb => opkg_0.4.0.bb} | 5 +- 2 files changed, 2 insertions(+), 59 deletions(-) delete mode

[OE-core] [PATCH 3/3] package_ip.bbclass: add xz threading

2018-12-26 Thread Alejandro del Castillo
Before, threading was enabled via a patch to opkg-build. Now that opkg-build provides a hook for extra arguments, use that. Signed-off-by: Alejandro del Castillo --- meta/classes/package_ipk.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH 0/3] opkg & opkg-utils upgrade to 0.4.0

2018-12-26 Thread Alejandro del Castillo
Alejandro del Castillo (3): opkg: upgrade to version 0.4.0 opkg-utils: upgrade to version 0.4.0 package_ip.bbclass: add xz threading meta/classes/package_ipk.bbclass | 2 +- ...me-on-versions-of-tar-which-support-.patch | 51 -

[OE-core] [PATCH 07/10] gdb: Backport a fix to build with gcc9

2018-12-26 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/recipes-devtools/gdb/gdb-8.2.inc | 1 + ...1-Fix-build-with-latest-GCC-9.0-tree.patch | 50 +++ 2 files changed, 51 insertions(+) create mode 100644 meta/recipes-devtools/gdb/gdb/0001-Fix-build-with-latest-GCC-9.0-tree.patch diff --git

[OE-core] [PATCH 09/10] ffmpeg: Backport patch to fix build with gcc9

2018-12-26 Thread Khem Raj
Signed-off-by: Khem Raj --- ...cess_template-remove-FF_REG_sp-from-.patch | 31 +++ .../recipes-multimedia/ffmpeg/ffmpeg_4.0.2.bb | 1 + 2 files changed, 32 insertions(+) create mode 100644

[OE-core] [PATCH 10/10] binutils: Upgrade to latest on 2.31 release branch

2018-12-26 Thread Khem Raj
* Append minor version to PV so recipe checker is happy * Drop upstreamed patches * Remove changelog from CVE patches, they dont apply and are in patch log anyway Signed-off-by: Khem Raj --- .../binutils/binutils-2.31.inc| 8 +- ...-for-input-file-matching-output-file.patch

[OE-core] [PATCH 05/10] musl: Update to latest master

2018-12-26 Thread Khem Raj
* sync APIs from kernel v4.18 * Misc bug fixes Full logs https://git.musl-libc.org/cgit/musl/log/?qt=range=39ef612aa193cc6e954ac5a01574300ccd4b7ef9..21a172dd36cae7a08492fd3a7500d7bf0daee13e Signed-off-by: Khem Raj --- meta/recipes-core/musl/musl_git.bb | 2 +- 1 file changed, 1 insertion(+),

[OE-core] [PATCH 08/10] valgrind: Fix x86_64 build failure with gcc9

2018-12-26 Thread Khem Raj
Signed-off-by: Khem Raj --- ...ts-amd64-Do-not-clobber-rsp-register.patch | 37 +++ .../valgrind/valgrind_3.14.0.bb | 1 + 2 files changed, 38 insertions(+) create mode 100644

[OE-core] [PATCH 01/10] grub2: Fix passing null to printf formats

2018-12-26 Thread Khem Raj
Backport a patch that helps with this error which is found by gcc9 Signed-off-by: Khem Raj --- ...001-grub-setup-Debug-message-cleanup.patch | 34 +++ meta/recipes-bsp/grub/grub2.inc | 1 + 2 files changed, 35 insertions(+) create mode 100644

[OE-core] [PATCH 02/10] gnupg: Upgrade to 2.2.12 release

2018-12-26 Thread Khem Raj
Signed-off-by: Khem Raj --- ...nfigure.ac-use-a-custom-value-for-the-location-of-.patch | 6 +++--- meta/recipes-support/gnupg/gnupg/relocate.patch | 2 +- .../gnupg/{gnupg_2.2.11.bb => gnupg_2.2.12.bb} | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) rename

[OE-core] [PATCH 04/10] nfs-utils: Disable format-overflow as Werror

2018-12-26 Thread Khem Raj
These warnings are intricate and we can ignore that for now as they are being found by gcc 9, eventually this should be not needed when code upstream is fixed Signed-off-by: Khem Raj --- meta/recipes-connectivity/nfs-utils/nfs-utils_2.3.3.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git

[OE-core] [PATCH 06/10] libxcrypt: Upgrade to 4.4.2

2018-12-26 Thread Khem Raj
Licence-Update: Copyright Alexander Peslyak; 0-clause BSD added see https://github.com/besser82/libxcrypt/commit/e07290ec7c3de301ce2b813ee2b42131bef2b119 Rename recipe to ve versionless and add PV in recipe itself, makes it easy to traverse git history Drop upstreamed patch Signed-off-by: Khem

[OE-core] [PATCH 03/10] gnupg: Do not apply -Woverride-init guard for gcc >= 9

2018-12-26 Thread Khem Raj
Signed-off-by: Khem Raj --- ...erride-init-is-not-needed-with-gcc-9.patch | 31 +++ ...-a-custom-value-for-the-location-of-.patch | 6 ++-- .../gnupg/gnupg/relocate.patch| 2 +- meta/recipes-support/gnupg/gnupg_2.2.12.bb| 3 +- 4 files changed, 37

Re: [OE-core] [PATCH 1/1] netbase: add entry to /etc/hosts according to /etc/hostname

2018-12-26 Thread Jacob Kroon
On Wed, Dec 26, 2018 at 5:06 PM Jacob Kroon wrote: > > On Fri, Nov 30, 2018 at 3:18 AM Chen Qi wrote: > > > > We default hostname to ${MACHINE}, but it's not in /etc/hosts, > > resulting in commands like `hostname -f' failing due to lack > > of entry. > > > > So add entry to /etc/hosts according

Re: [OE-core] [PATCH 1/1] netbase: add entry to /etc/hosts according to /etc/hostname

2018-12-26 Thread Jacob Kroon
On Fri, Nov 30, 2018 at 3:18 AM Chen Qi wrote: > > We default hostname to ${MACHINE}, but it's not in /etc/hosts, > resulting in commands like `hostname -f' failing due to lack > of entry. > > So add entry to /etc/hosts according to /etc/hostname. We do > this via pkg_postinst because hostname is

Re: [OE-core] [PATCH 2/2] nativesdk-*-provides-dummy: Fixes to allow correct operation with opkg

2018-12-26 Thread richard . purdie
On Wed, 2018-12-26 at 09:39 +0100, Andrej Valek wrote: > Hello Richard > > Did you have some time to take a look on it? > What about just list all perl's deps and add these packages? Or is > there something more behind it? I got this far with it but it then got placed on the "needs more work"

Re: [OE-core] gdb failure on simplest hello world program -- oe-selftest

2018-12-26 Thread richard . purdie
On Wed, 2018-12-26 at 10:09 +0800, ChenQi wrote: > Hi All, > > 'oe-selftest -r package.PackageTests.test_gdb_hardlink_debug' fails. > I did the tests on both my Fedora27 and ubuntu16.04 servers. They both > failed. > I can also reproduce this issue manually. > > I did some investigation. No

Re: [OE-core] [PATCH 2/2] nativesdk-*-provides-dummy: Fixes to allow correct operation with opkg

2018-12-26 Thread Andrej Valek
Hello Richard Did you have some time to take a look on it? What about just list all perl's deps and add these packages? Or is there something more behind it? Regards, Andrej On 12/8/18 1:07 AM, Richard Purdie wrote: > On Fri, 2018-12-07 at 12:06 +, Richard Purdie wrote: >> opkg needs the