[OE-core] [PATCH] mesa.inc: switch true→enabled false→disabled

2020-12-18 Thread Trevor Woerner
A number of options have been switched from true/false to enabled/disabled and the older usage is deprecated, as is seen in the configuration logs: ../mesa-20.3.1/meson.build:92: WARNING: gles1 option "true" deprecated, please use "enabled" instead.

Re: [OE-core] [PATCH 1/3] rcS: Define identifier for init system used

2020-12-18 Thread Sinan Kaya
On 12/18/2020 9:23 PM, Khem Raj wrote: > This will help in defining init system specific portions of initscripts > which are shared > > Signed-off-by: Khem Raj > Cc: Sinan Kaya Reviewed by: Sinan Kaya for Patches 1-3. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this

[OE-core] [PATCH v2 2/3] initscripts: Use initctl on sysvinit only

2020-12-18 Thread Khem Raj
Check if init system is sysvinit to recreate initctl, this ensures that it can be used with busybox init system as well Signed-off-by: Khem Raj Cc: Sinan Kaya --- v2: Use INIT_SYSTEM to identify init system .../initscripts/initscripts-1.0/mountall.sh | 22 --- 1 file

[OE-core] [PATCH 3/3] busybox: Sync rcS.default with sysvinit

2020-12-18 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/recipes-core/busybox/files/rcS.default | 29 + 1 file changed, 29 insertions(+) diff --git a/meta/recipes-core/busybox/files/rcS.default b/meta/recipes-core/busybox/files/rcS.default index 66513daf2d..44c9747e34 100644 ---

[OE-core] [PATCH 1/3] rcS: Define identifier for init system used

2020-12-18 Thread Khem Raj
This will help in defining init system specific portions of initscripts which are shared Signed-off-by: Khem Raj Cc: Sinan Kaya --- meta/recipes-core/busybox/files/rcS.default | 3 ++- meta/recipes-core/sysvinit/sysvinit/rcS-default | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-)

Re: [OE-core] [PATCH 4/4] initscripts: Use initctl on sysvinit only

2020-12-18 Thread Khem Raj
On Fri, Dec 18, 2020 at 11:18 AM Sinan Kaya wrote: > > On 12/18/2020 1:46 PM, Khem Raj wrote: > > On Fri, Dec 18, 2020 at 10:29 AM Sinan Kaya > > wrote: > > > > On 12/17/2020 5:54 PM, Khem Raj wrote: > > > +if [ ! -p "$INITCTL" ] && [ "$(readlink --

Re: [OE-core] [PATCH v2] oeqa/terminal : improve the test case

2020-12-18 Thread Richard Purdie
On Thu, 2020-12-17 at 13:34 +0800, Teoh, Jay Shen wrote: > From: Teoh Jay Shen > > -Improve this test case to fulfill the requirements of replacing the > click_terminal_icon_on_X_desktop manual test case from oeqa/manual/bsp-hw : > 1) verify that the terminal window is working without problem >

[OE-core] How to set the password Hashing Algorithm for root user to SHA256 or SHA512

2020-12-18 Thread Sourabh Banerjee
The image I generated seems to use MD5 for root password hashing. I understood this from the /etc/shadow file in the image., the file has following line: root:$1$b7X30f8f$au21weqL.9.ExM4N84AtA0:18614:0:9:7::: Is there a config item I can change password hashing from MD5 to SHA256? I am

Re: [OE-core] [PATCH 4/4] initscripts: Use initctl on sysvinit only

2020-12-18 Thread Sinan Kaya
On 12/18/2020 1:46 PM, Khem Raj wrote: > On Fri, Dec 18, 2020 at 10:29 AM Sinan Kaya > wrote: > > On 12/17/2020 5:54 PM, Khem Raj wrote: > > +if [ ! -p "$INITCTL" ] && [ "$(readlink -- "/sbin/init")" = > "/sbin/init.sysvinit" ]; then > > Can this be done

Re: [OE-core] [PATCH v2] ltp: fix rpc build error

2020-12-18 Thread Peter Kjellerstedt
> -Original Message- > From: Köry Maincent > Sent: den 18 december 2020 15:08 > To: Peter Kjellerstedt > Cc: openembedded-core@lists.openembedded.org; > thomas.petazz...@bootlin.com > Subject: Re: [OE-core] [PATCH v2] ltp: fix rpc build error > > On Fri, 18 Dec 2020 12:06:06 + >

Re: [OE-core] [PATCH 4/4] initscripts: Use initctl on sysvinit only

2020-12-18 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core@lists.openembedded.org c...@lists.openembedded.org> On Behalf Of Khem Raj > Sent: den 17 december 2020 23:55 > To: openembedded-core@lists.openembedded.org > Cc: Khem Raj > Subject: [OE-core] [PATCH 4/4] initscripts: Use initctl on sysvinit

Re: [OE-core] [PATCH 4/4] initscripts: Use initctl on sysvinit only

2020-12-18 Thread Khem Raj
On Fri, Dec 18, 2020 at 10:29 AM Sinan Kaya wrote: > On 12/17/2020 5:54 PM, Khem Raj wrote: > > +if [ ! -p "$INITCTL" ] && [ "$(readlink -- "/sbin/init")" = > "/sbin/init.sysvinit" ]; then > > Can this be done at build time for targets using sysvinit only? > Yes however It will be lot more

Re: [PATCH] [OE-core] [PATCHv2] systemtap: upgrade 4.3 -> 4.4

2020-12-18 Thread Bruce Ashfield
On Fri, Dec 18, 2020 at 12:07 PM Bruce Ashfield via lists.openembedded.org wrote: > > On Tue, Dec 8, 2020 at 12:56 PM Bruce Ashfield via > lists.openembedded.org > wrote: > > > > If that symbol is required, then we'd need to add it to the > > appropriate fragment in the > > reference kernel

Re: [OE-core] [PATCH 4/4] initscripts: Use initctl on sysvinit only

2020-12-18 Thread Sinan Kaya
On 12/17/2020 5:54 PM, Khem Raj wrote: > +if [ ! -p "$INITCTL" ] && [ "$(readlink -- "/sbin/init")" = > "/sbin/init.sysvinit" ]; then Can this be done at build time for targets using sysvinit only? > +# Create new control channel > + rm -f "$INITCTL" > + mknod -m 600

Re: [PATCH] [OE-core] [PATCHv2] systemtap: upgrade 4.3 -> 4.4

2020-12-18 Thread Bruce Ashfield
On Tue, Dec 8, 2020 at 12:56 PM Bruce Ashfield via lists.openembedded.org wrote: > > If that symbol is required, then we'd need to add it to the > appropriate fragment in the > reference kernel configurations (kernel-cache), and make sure it is > built into the > various kernel types. > > Changes

Re: [OE-core] [PATCH 3/4] busybox: Run mdev as daemon

2020-12-18 Thread Khem Raj
On 12/17/20 10:07 PM, Andre McCurdy wrote: On Thu, Dec 17, 2020 at 7:52 PM Khem Raj wrote: On Thu, Dec 17, 2020 at 3:59 PM Andre McCurdy wrote: On Thu, Dec 17, 2020 at 2:54 PM Khem Raj wrote: When busybox is used for device management, kernel needs to support older/obsolete mechanism

Re: [OE-core] [SDK] How to use the gold linker

2020-12-18 Thread Khem Raj
On 12/18/20 3:30 AM, Christian Eggers wrote: Hi Khem, hi Christopher, On Tuesday, 15 December 2020, 18:15:52 CET, Khem Raj wrote: On 12/15/20 8:50 AM, Christopher Larson wrote: This can be fixed via two changes, first removing real-ld, then adding the missing links to fix -fuse-ld=. I have

[OE-core] [PATCH] lib/oe/qa: handle the 'no specific instruction set' ELF e_machine value

2020-12-18 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/lib/oe/qa.py | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/lib/oe/qa.py b/meta/lib/oe/qa.py index ea831b930a..e8a854a302 100644 --- a/meta/lib/oe/qa.py +++ b/meta/lib/oe/qa.py @@ -156,6 +156,7 @@ def elf_machine_to_string(machine): """

Re: [OE-core][dunfell 00/28] Pull request (cover letter only)

2020-12-18 Thread Steve Sakoman
Gentle reminder ;-) On Wed, Dec 16, 2020 at 5:24 PM Steve Sakoman wrote: > > > The following changes since commit e216b2223cbe8c459348262f98b3cfbe79d12023: > > go: update to 1.14.12 (2020-12-03 07:35:27 -1000) > > are available in the Git repository at: > >

Re: [OE-core] [PATCH v2] ltp: fix rpc build error

2020-12-18 Thread Kory Maincent
On Fri, 18 Dec 2020 12:06:06 + Peter Kjellerstedt wrote: > > I did not notice but it brings an error and I sent a V3 with it. > > Your review returns this error: > > bb.data_smart.ExpansionError: Failure expanding variable incdir, > > expression was ${incdir} which triggered exception

Re: [OE-core] [PATCH v2] ltp: fix rpc build error

2020-12-18 Thread Richard Purdie
On Thu, 2020-12-17 at 15:07 +0100, Kory Maincent wrote: > Add support to tirpc tests build. > Export incdir and libdir to have the right path. > > Signed-off-by: Kory Maincent > --- > > Change since v1: > - Use PACKAGECONFIG to enable rpc tests > - Improve ${libdir} and ${incdir} export > >

Re: [OE-core] [PATCH v2] ltp: fix rpc build error

2020-12-18 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core@lists.openembedded.org c...@lists.openembedded.org> On Behalf Of Kory Maincent > Sent: den 18 december 2020 09:52 > To: Peter Kjellerstedt > Cc: openembedded-core@lists.openembedded.org; > thomas.petazz...@bootlin.com > Subject: Re:

Re: [OE-core] [SDK] How to use the gold linker

2020-12-18 Thread Christian Eggers
Hi Khem, hi Christopher, On Tuesday, 15 December 2020, 18:15:52 CET, Khem Raj wrote: > > On 12/15/20 8:50 AM, Christopher Larson wrote: > > This can be fixed via two changes, first removing real-ld, then adding > > the missing links to fix -fuse-ld=. I have this in one of my > > not-yet-submitted

Re: [OE-core] [PATCH] u-boot: set SYSROOT_DIRS to /boot and ${sysconfdir}

2020-12-18 Thread Max Krummenacher
Hi Am Donnerstag, den 17.12.2020, 11:23 + schrieb Diego Sueiro: > Since do_install is shipping files to /boot and ${sysconfdir}, we can set > SYSROOT_DIRS to these dirs and allow recipes which depend on u-boot to use its > installed artifacts from RECIPE_SYSROOT instead of DEPLOY_DIR_IMAGE. >

Re: [OE-core] [PATCH v2 1/5] systemd: update 246 -> 247

2020-12-18 Thread Luca Bocassi
On Thu, 2020-12-17 at 17:46 +, Richard Purdie wrote: > On Thu, 2020-12-17 at 17:25 +, Luca Boccassi wrote: > > On Wed, 2020-12-16 at 18:07 +, Richard Purdie wrote: > > > On Mon, 2020-12-14 at 12:34 +, Luca Bocassi wrote: > > > > From: Luca Boccassi > > > > > > > > Update systemd

Re: [OE-core] [PATCH v2 1/5] systemd: update 246 -> 247

2020-12-18 Thread Luca Bocassi
On Fri, 2020-12-18 at 02:00 +, Mittal, Anuj wrote: > On Wed, 2020-12-16 at 18:07 +, Richard Purdie wrote: > > Unfortunately there is still something not quite right in this > > patchset > > as it failed again during testing. There are a few different > > problems: > > > > meta-intel in

[OE-core] [PATCH v3 1/5] systemd: update 246 -> 247

2020-12-18 Thread Luca Bocassi
From: Luca Boccassi Update systemd to v247.2. Add rule for new oomd dbus conf and for new pam.d conf directory in /usr/lib|lib64. Drop selinux-hook-handling-to-enumerate-nexthop.patch, merged upstream. Drop 0001-meson-Fix-reallocarray-check.patch, merged upstream. Refresh musl patches.

[OE-core] [PATCH v3 4/5] systemd: set -Dmode=release as recommended by NEWS

2020-12-18 Thread Luca Bocassi
From: Luca Boccassi Signed-off-by: Luca Boccassi --- meta/recipes-core/systemd/systemd_247.2.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/systemd/systemd_247.2.bb b/meta/recipes-core/systemd/systemd_247.2.bb index 05dd4f3b7f..7055cc9fca 100644 ---

[OE-core] [PATCH v3 3/5] systemd: ship new systemd-dissect in -extra-utils

2020-12-18 Thread Luca Bocassi
From: Luca Boccassi Signed-off-by: Luca Boccassi --- meta/recipes-core/systemd/systemd_247.2.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/systemd/systemd_247.2.bb b/meta/recipes-core/systemd/systemd_247.2.bb index 3129b266fe..05dd4f3b7f 100644 ---

[OE-core] [PATCH v3 5/5] systemd: add RRECOMMENDS for weak dependencies, if enabled

2020-12-18 Thread Luca Bocassi
From: Luca Boccassi Some libraries are now dlopen'ed and skipped at runtime if not available. Add them to the RRECOMMENDS list, to allow users to exclude them for smaller images even if generally enabled at build time. Signed-off-by: Luca Boccassi --- v2: set the rrecommends directly in

[OE-core] [PATCH v3 2/5] systemd: add package config for systemd-oomd

2020-12-18 Thread Luca Bocassi
From: Luca Boccassi Disabled by default Signed-off-by: Luca Boccassi --- meta/recipes-core/systemd/systemd_247.2.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-core/systemd/systemd_247.2.bb b/meta/recipes-core/systemd/systemd_247.2.bb index d621d0442e..3129b266fe

Re: [OE-core] [PATCH v2] ltp: fix rpc build error

2020-12-18 Thread Kory Maincent
Hello Peter, On Thu, 17 Dec 2020 16:21:20 + Peter Kjellerstedt wrote: > > > > TARGET_CC_ARCH += "${LDFLAGS}" > > > > +export libdir := "${exec_prefix}/${baselib}" > > +export incdir := "${exec_prefix}/include" > > This should be a little bit better: > > export libdir := "${libdir}" >