Re: [OE-core] [pyro][rocko][PATCH] base.bbclass: fix do_unpack[cleandirs] varflag handling

2018-03-28 Thread Enrico Joerns
On 03/27/2018 04:27 PM, akuster808 wrote: On 03/27/2018 03:40 AM, Enrico Joerns wrote: Ping! If there should be severe changes in the recent base / kernel class code that might make this useless, this is at least a candidate for backporting! This has to be in master first before  I can back

Re: [OE-core] [pyro][rocko][PATCH] base.bbclass: fix do_unpack[cleandirs] varflag handling

2018-03-27 Thread Enrico Joerns
Ping! If there should be severe changes in the recent base / kernel class code that might make this useless, this is at least a candidate for backporting! /Enrico On 01/31/2018 10:49 AM, Enrico Joerns wrote: Hey, any comments on that? Not using this patch currently disturbs our companies

Re: [OE-core] [PATCH] base.bbclass: fix do_unpack[cleandirs] varflag handling

2018-01-31 Thread Enrico Joerns
Hey, any comments on that? Not using this patch currently disturbs our companies Yocto kernel workflow. Thus I wonder if no one else have had issues when building kernels from fully custom 'defconfig' files, too. Regards, Enrico On 01/21/2018 12:44 AM, Enrico Jorns wrote: As introduced by a

Re: [OE-core] [PATCH morty] wic: partition: Add fsck to avoid corrupt EXT file systems

2017-03-30 Thread Enrico Joerns
Hi Daniel, On 03/30/2017 02:30 PM, Daniel Schultz wrote: This patch avoids the creation of a corrupt EXT file system. Since there are no checks if a EXT file system was successfully created, this should add to prevent possible system failures. Signed-off-by: Daniel Schultz --- scripts/lib/wi

Re: [OE-core] [PATCH] systemd: make vconsole a PACKAGECONFIG option

2017-03-29 Thread Enrico Joerns
On 03/29/2017 11:07 AM, Enrico Jorns wrote: Allowing to remove the systemd-vconsole-setup package without specifying the --disable-vconsole configure option for systemd will make the system boot with the failure prompt | systemd-udevd[142]: failed to execute '/lib/systemd/systemd-vconsole-setup'

Re: [OE-core] [PATCH] image_types: perform fsck on created ext image

2017-03-27 Thread Enrico Joerns
Hi Daniel, On 03/27/2017 09:37 AM, Daniel Schultz wrote: I have sent fixes for the same problem on Monday. These include a fix of the wrong return code after optimizations (now it returns 0) and an fsck execution after the creation of EXT partitions. The patch which is identical to yours wasn't

Re: [OE-core] [PATCH] image_types: perform fsck on created ext image

2017-03-24 Thread Enrico Joerns
Hi Daniel, On 03/24/2017 02:34 PM, Daniel Schultz wrote: Hi Enrico, I have sent fixes for the same problem on Monday. These include a fix of the wrong return code after optimizations (now it returns 0) and an fsck execution after the creation of EXT partitions. The patch which is identical to

Re: [OE-core] Contents of non-rootfs partitions

2016-11-23 Thread Enrico Joerns
On 11/23/2016 10:24 AM, Maciej Borzęcki wrote: On Wed, Nov 23, 2016 at 9:40 AM, Enrico Joerns wrote: On 11/22/2016 12:54 PM, Kristian Amlie wrote: On 22/11/16 12:10, Patrick Ohly wrote: ... All of these introduce some special mechanism. Let me propose something that might integrate

Re: [OE-core] Contents of non-rootfs partitions

2016-11-23 Thread Enrico Joerns
On 11/22/2016 12:54 PM, Kristian Amlie wrote: On 22/11/16 12:10, Patrick Ohly wrote: ... All of these introduce some special mechanism. Let me propose something that might integrate better with the existing tooling: The "rootfs" directory gets redefined as representing the entire virtual file

Re: [OE-core] [PATCH] systemd: fix useradd parameter generation

2016-08-09 Thread Enrico Joerns
On 08/09/2016 10:24 AM, Enrico Joerns wrote: On 08/09/2016 07:17 AM, Anders Darander wrote: * Enrico Jorns [160808 15:55]: Constructing the USERADD_PARAM_${PN} value with += (as done before) resulted in having a whitespace added for each entry not having its PACKAGECONFIG parameter activated

Re: [OE-core] [PATCH] systemd: fix useradd parameter generation

2016-08-09 Thread Enrico Joerns
On 08/09/2016 07:17 AM, Anders Darander wrote: * Enrico Jorns [160808 15:55]: Constructing the USERADD_PARAM_${PN} value with += (as done before) resulted in having a whitespace added for each entry not having its PACKAGECONFIG parameter activated. This is not only a cosmetical issue. The us

[OE-core] [krogoth] systemd: Create missing sysusers offline

2016-06-29 Thread Enrico Joerns
Hi, this patch is required, for example, to successfully build systemd with networkd enabled in krogoth release, too. Thus it should be backported. It is in oe-core master, id d18957925c6c073b7194e3a233efea24e436f74e. Best regards, Enrico On 04/24/2016 06:52 PM, Khem Raj wrote: Some system

Re: [OE-core] [PATCH 2/5] systemd: Create missing sysusers offline

2016-06-17 Thread Enrico Joerns
Hi, On 05/19/2016 10:02 AM, Richard Purdie wrote: On Thu, 2016-05-19 at 08:36 +0100, Richard Purdie wrote: On Tue, 2016-05-17 at 21:40 -0700, Khem Raj wrote: Some system users which are needed by systemd components were missing create these users knobbed with relevant packageconfig Signed-off

Re: [OE-core] [PATCH] perl-ptest.inc: fix tar call to prevent objcopy failure

2016-06-02 Thread Enrico Joerns
Hi Renato, thanks for the comments on my changes. On 05/31/2016 01:35 PM, Renato Caldas wrote: My suggestion is that you submit a new patch with those improvements on top of the quick fix I made. I suggest you also add quotes to the --exclude options per tar's man page. I did not find any hin

Re: [OE-core] [PATCH V2 1/4] Upgrade systemd to 229

2016-06-02 Thread Enrico Joerns
On 02/22/2016 10:36 PM, Khem Raj wrote: diff --git a/meta/recipes-core/systemd/systemd_228.bb b/meta/recipes-core/systemd/systemd_229.bb similarity index 93% rename from meta/recipes-core/systemd/systemd_228.bb rename to meta/recipes-core/systemd/systemd_229.bb index b160816..16af0ac 100644 ---