[OE-core] [PATCH] sysklogd: add a delay before klogd connect syslogd

2020-01-07 Thread yanfei.xu
From: Yanfei Xu klogd and syslogd's type has been changed from "forking" to "simple" in service file used by systemd. It causes klogd will boot on the heels of syslogd in a very short time and result in a empty kern.log. Adding a delay before klogd connecting syslogd can solve this.

Re: [OE-core] [PATCH V4] u-boot-fw-utils: Add support for libubootenv

2020-01-07 Thread ChenQi
In case of multilib, the do_package fails with ERROR: libubootenv-0.2-r0 do_package: QA Issue: libubootenv: Files/directories were installed but not shipped in any package: /usr/lib/libubootenv.so /usr/lib/libubootenv.so.0.2 Regards, Chen Qi On 01/03/2020 08:33 PM, Stefano Babic wrote: l

[OE-core] [PATCH] maintainers.inc: cleanup entries

2020-01-07 Thread Yi Zhao
Cleanup the following entries because these recipes have been removed from oe-core: cve-check-tool gcc-cross-initial gcc-crosssdk-initial gcc-source-8.3.0 gccmakedep gnome-themes-standard gtk+ gtk-icon-utils-native libnewt-python mkfontdir python3-file-utils Signed-off-by: Yi

Re: [OE-core] [PATCH 1/4] sstate: Add extra directory level

2020-01-07 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org boun...@lists.openembedded.org> On Behalf Of Richard Purdie > Sent: den 6 januari 2020 01:44 > To: akuster808 ; openembedded- > c...@lists.openembedded.org > Subject: Re: [OE-core] [PATCH 1/4] sstate: Add extra d

[OE-core] [PATCH 4/7] oe-pkgdata-browser: Show file sizes in a human readable format

2020-01-07 Thread Peter Kjellerstedt
Just like the package sizes already are shown. Signed-off-by: Peter Kjellerstedt --- scripts/oe-pkgdata-browser | 2 ++ scripts/oe-pkgdata-browser.glade | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/scripts/oe-pkgdata-browser b/scripts/oe-pkgdata-browser index 36

[OE-core] [PATCH 7/7] oe-pkgdata-browser: Make the window 1200x900 by default

2020-01-07 Thread Peter Kjellerstedt
Signed-off-by: Peter Kjellerstedt --- scripts/oe-pkgdata-browser.glade | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scripts/oe-pkgdata-browser.glade b/scripts/oe-pkgdata-browser.glade index a6aae60bdd..0d06c825ff 100644 --- a/scripts/oe-pkgdata-browser.glade +++ b/scr

[OE-core] [PATCH 1/7] oe-pkgdata-browser: Rename from pkgdataui.py

2020-01-07 Thread Peter Kjellerstedt
Signed-off-by: Peter Kjellerstedt --- scripts/{pkgdataui.py => oe-pkgdata-browser} | 2 +- scripts/{pkgdataui.glade => oe-pkgdata-browser.glade} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename scripts/{pkgdataui.py => oe-pkgdata-browser} (99%) rename scripts/{pkgdataui.glade

[OE-core] [PATCH 5/7] oe-pkgdata-browser: Avoid an extra space for dependencies without version

2020-01-07 Thread Peter Kjellerstedt
Signed-off-by: Peter Kjellerstedt --- scripts/oe-pkgdata-browser | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/oe-pkgdata-browser b/scripts/oe-pkgdata-browser index 57e56f66ee..75d889271b 100755 --- a/scripts/oe-pkgdata-browser +++ b/scripts/oe-pkgdata-browser @@

[OE-core] [PATCH 6/7] oe-pkgdata-browser: Select a matching package when a recipe is selected

2020-01-07 Thread Peter Kjellerstedt
When a recipe is selected, automatically select the package that matches the recipe name (if it exists), otherwise select the first package. Signed-off-by: Peter Kjellerstedt --- scripts/oe-pkgdata-browser | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/scripts/oe-pkgd

[OE-core] [PATCH 2/7] oe-pkgdata-browser: Clean the package view properly

2020-01-07 Thread Peter Kjellerstedt
Not all widgets were hidden when no package was selected. Signed-off-by: Peter Kjellerstedt --- scripts/oe-pkgdata-browser | 4 1 file changed, 4 insertions(+) diff --git a/scripts/oe-pkgdata-browser b/scripts/oe-pkgdata-browser index 09544fff82..21e319481e 100755 --- a/scripts/oe-pkgdata-

[OE-core] [PATCH 3/7] oe-pkgdata-browser: Correct the prefix for kilo to "k"

2020-01-07 Thread Peter Kjellerstedt
Signed-off-by: Peter Kjellerstedt --- scripts/oe-pkgdata-browser | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/oe-pkgdata-browser b/scripts/oe-pkgdata-browser index 21e319481e..36b5e798fa 100755 --- a/scripts/oe-pkgdata-browser +++ b/scripts/oe-pkgdata-browser @@ -35

Re: [OE-core] [PATCH] scripts: add pkgdataui

2020-01-07 Thread Peter Kjellerstedt
> -Original Message- > From: Ross Burton > Sent: den 2 januari 2020 18:16 > To: Peter Kjellerstedt ; openembedded- > c...@lists.openembedded.org > Subject: Re: [OE-core] [PATCH] scripts: add pkgdataui > > On 30/12/2019 01:16, Peter Kjellerstedt wrote: > >> pkgdataui is a Python 3/GObject

Re: [OE-core] [PATCH] security_flags: Remove stack protector flags from LDFLAGS

2020-01-07 Thread Junling Zheng
Ping... On 2020/1/2 18:53, Junling Zheng wrote: > The stack protector flag is a compile option, not a link option, so > remove it from LDFLAGS. > > Signed-off-by: Junling Zheng > --- > meta/conf/distro/include/security_flags.inc | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > d

[OE-core] [PATCH] openssh: Allow clock_nanosleep/clock_gettime64/clock_nanosleep_time64 syscall

2020-01-07 Thread Khem Raj
Fixes connection denials with these syscalls being there on upcoming glibc 2.31 release Signed-off-by: Khem Raj --- ...omp-Allow-clock_gettime64-in-sandbox.patch | 31 +++ .../openssh-8.1p1-seccomp-nanosleep.patch | 27 .../openssh/openssh_8.1p1.bb

[OE-core] How to include coccinelle for linux-backports natively and not from hosttools.

2020-01-07 Thread avirup banerjee
Hi I am building coccinelle as native. Was expecting linux-backports to pick it up natively instead from /tmp/hosttools. However I see backports always picks it up from the host. If I remove it from /tmp/hostools the linux-backports compilation fails with the error "You have unfulfilled binary req

[OE-core] [master][zeus][warrior][PATCH 2/2] populate_sdk_ext.bbclass: No longer needed to clean away conf/sanity_info

2020-01-07 Thread Peter Kjellerstedt
Since the sanity_info file has moved from the conf directory to the cache directory, there is no longer any need to clean it away explicitly in clean_esdk_builddir() since the whole cache directory is already cleaned away anyway. Signed-off-by: Peter Kjellerstedt --- meta/classes/populate_sdk_ex

[OE-core] [master][zeus][warrior][PATCH 1/2] sanity.bbclass: Move sanity_info from conf to cache

2020-01-07 Thread Peter Kjellerstedt
Since this file is written during recipe parsing, having it in the ${BUILDDIR}/conf directory, which is covered by an inotify watcher, will trigger a re-parse the next time bitbake is run and the resident bitbake server is enabled. This causes the sanity_info file to be updated again, which trigger

Re: [OE-core] [zeus 26/29] valgrind: Fix build with -fno-common

2020-01-07 Thread akuster808
On 1/5/20 3:21 AM, Adrian Bunk wrote: > -fno-common is a changed default in the upcoming gcc 10, > this patch isn't needed in zeus. Ok. Sorry I didn't see this sooner.  It was lost in my in-box. Richard, I can cleanup stable/-zeus-next with this removed. - armin > > cu > Adrian -- __

[OE-core] [PATCH v2] Revert "tclibc-musl: Add -D__USE_TIME_BITS64 to c/c++ flags"

2020-01-07 Thread Khem Raj
This reverts commit 194bd4136459e7a38510830b2fb0938d892ece45. __USE_TIME_BITS64 is already added by musl headers internally now [1] [1] https://git.musl-libc.org/cgit/musl/commit/include/alltypes.h.in?id=f12bd8e05c8bb2c3e2b91d635887ec424ef8fbd9 Signed-off-by: Khem Raj --- v2: Improve commit

[OE-core] Yocto Project Status WW02'20

2020-01-07 Thread sjolley.yp.pm
Current Dev Position: YP 3.1 M2 Next Deadline: YP 3.1 M2 build date 1/20/2020 Next Team Meetings: * Bug Triage meeting Thursday Jan. 9th at 7:30am PDT ( https://zoom.us/j/454367603) * Monthly Project Meeting Tuesday Jan. 7th at 8am PDT (

Re: [OE-core] [PATCH 0/1] Revert "tclibc-musl: Add -D__USE_TIME_BITS64 to c/c++ flags"

2020-01-07 Thread Ross Burton
On 07/01/2020 02:58, Khem Raj wrote: -D__USE_TIME_BITS64 is already added to musl internally now so its not needed to be added externally to compiler cmdline Can you put this in the actual commit message? Ross -- ___ Openembedded-core mailing list Op

[OE-core] [PATCH] enchant: Replace with enchant2 from meta-oe

2020-01-07 Thread Adrian Bunk
webkitgtk does now support the new version. Signed-off-by: Adrian Bunk --- meta/conf/distro/include/maintainers.inc | 2 +- meta/recipes-sato/webkit/webkitgtk_2.26.2.bb | 2 +- .../recipes-support/enchant/enchant2_2.2.7.bb | 28 +++ meta/recipes-support/enchant/enchant_1.6.0.

[OE-core] [PATCH 2/2] oeqa: archiver: Tidy up test case descriptions

2020-01-07 Thread Paul Barker
Signed-off-by: Paul Barker --- meta/lib/oeqa/selftest/cases/archiver.py | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/meta/lib/oeqa/selftest/cases/archiver.py b/meta/lib/oeqa/selftest/cases/archiver.py index fab2f56c39..c036e0cbe2 100644 --- a/meta/lib/oeqa/sel

[OE-core] [PATCH 1/2] archiver.bbclass: Add new mirror archiver mode

2020-01-07 Thread Paul Barker
We define a new method of populating a source mirror using the archiver bbclass instead of simply copying the contents of the downloads directory. This allows the archiver features such as copyleft license filtering and recipe type filtering to be used when preparing a source mirror. This new arch

Re: [OE-core] [PATCH] pulseaudio: 12.2 -> 13.0

2020-01-07 Thread Tanu Kaskinen
On Thu, 2020-01-02 at 21:32 +, Ross Burton wrote: > On 21/11/2019 14:06, Tanu Kaskinen wrote: > > Release notes: > > https://www.freedesktop.org/wiki/Software/PulseAudio/Notes/13.0/ > > I note that this release adds a meson.build so if anyone is interested > in porting another recipe to meson