All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH yocto-autobuilder-helper 1/2] auh-config: enable systemd only for glibc
@ 2021-08-14  8:56 Alexander Kanavin
  2021-08-14  8:56 ` [PATCH yocto-autobuilder-helper 2/2] auh-config: adjust to new override syntax Alexander Kanavin
  2021-08-15  1:29 ` [yocto] [PATCH yocto-autobuilder-helper 1/2] auh-config: enable systemd only for glibc Khem Raj
  0 siblings, 2 replies; 5+ messages in thread
From: Alexander Kanavin @ 2021-08-14  8:56 UTC (permalink / raw)
  To: yocto; +Cc: Alexander Kanavin

It is not guaranteed to build or work otherwise, and causes
update failures in unrelated recipes when building for musl for instance.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 scripts/auh-config/local.conf.append | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/scripts/auh-config/local.conf.append b/scripts/auh-config/local.conf.append
index b18590f..417d228 100644
--- a/scripts/auh-config/local.conf.append
+++ b/scripts/auh-config/local.conf.append
@@ -1,4 +1,5 @@
 
 INHERIT += "buildhistory"
 LICENSE_FLAGS_WHITELIST = "commercial"
-DISTRO_FEATURES_append = ' systemd pam'
+DISTRO_FEATURES_append_libc-glibc = ' systemd'
+DISTRO_FEATURES_append = ' pam'
-- 
2.31.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH yocto-autobuilder-helper 2/2] auh-config: adjust to new override syntax
  2021-08-14  8:56 [PATCH yocto-autobuilder-helper 1/2] auh-config: enable systemd only for glibc Alexander Kanavin
@ 2021-08-14  8:56 ` Alexander Kanavin
  2021-08-15  1:29 ` [yocto] [PATCH yocto-autobuilder-helper 1/2] auh-config: enable systemd only for glibc Khem Raj
  1 sibling, 0 replies; 5+ messages in thread
From: Alexander Kanavin @ 2021-08-14  8:56 UTC (permalink / raw)
  To: yocto; +Cc: Alexander Kanavin

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 scripts/auh-config/local.conf.append | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/auh-config/local.conf.append b/scripts/auh-config/local.conf.append
index 417d228..25c062b 100644
--- a/scripts/auh-config/local.conf.append
+++ b/scripts/auh-config/local.conf.append
@@ -1,5 +1,5 @@
 
 INHERIT += "buildhistory"
 LICENSE_FLAGS_WHITELIST = "commercial"
-DISTRO_FEATURES_append_libc-glibc = ' systemd'
-DISTRO_FEATURES_append = ' pam'
+DISTRO_FEATURES:append:libc-glibc = ' systemd'
+DISTRO_FEATURES:append = ' pam'
-- 
2.31.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [yocto] [PATCH yocto-autobuilder-helper 1/2] auh-config: enable systemd only for glibc
  2021-08-14  8:56 [PATCH yocto-autobuilder-helper 1/2] auh-config: enable systemd only for glibc Alexander Kanavin
  2021-08-14  8:56 ` [PATCH yocto-autobuilder-helper 2/2] auh-config: adjust to new override syntax Alexander Kanavin
@ 2021-08-15  1:29 ` Khem Raj
  2021-08-15 13:56   ` Alexander Kanavin
  1 sibling, 1 reply; 5+ messages in thread
From: Khem Raj @ 2021-08-15  1:29 UTC (permalink / raw)
  To: Alexander Kanavin, yocto



On 8/14/21 1:56 AM, Alexander Kanavin wrote:
> It is not guaranteed to build or work otherwise, and causes
> update failures in unrelated recipes when building for musl for instance.
> 
> Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
> ---
>   scripts/auh-config/local.conf.append | 3 ++-
>   1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/scripts/auh-config/local.conf.append b/scripts/auh-config/local.conf.append
> index b18590f..417d228 100644
> --- a/scripts/auh-config/local.conf.append
> +++ b/scripts/auh-config/local.conf.append
> @@ -1,4 +1,5 @@
>   
>   INHERIT += "buildhistory"
>   LICENSE_FLAGS_WHITELIST = "commercial"
> -DISTRO_FEATURES_append = ' systemd pam'
> +DISTRO_FEATURES_append_libc-glibc = ' systemd'
> +DISTRO_FEATURES_append = ' pam'
> 

Please report the problems to mailing list and we can try to help if 
they do not work with musl. We do support systemd/musl combination and 
try to keep it working
this will limit testing this combination.

> 
> 
> 
> 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [yocto] [PATCH yocto-autobuilder-helper 1/2] auh-config: enable systemd only for glibc
  2021-08-15  1:29 ` [yocto] [PATCH yocto-autobuilder-helper 1/2] auh-config: enable systemd only for glibc Khem Raj
@ 2021-08-15 13:56   ` Alexander Kanavin
  2021-08-15 17:27     ` Khem Raj
  0 siblings, 1 reply; 5+ messages in thread
From: Alexander Kanavin @ 2021-08-15 13:56 UTC (permalink / raw)
  To: Khem Raj; +Cc: Yocto-mailing-list

[-- Attachment #1: Type: text/plain, Size: 549 bytes --]

On Sun, 15 Aug 2021 at 03:30, Khem Raj <raj.khem@gmail.com> wrote:

>
> Please report the problems to mailing list and we can try to help if
> they do not work with musl. We do support systemd/musl combination and
> try to keep it working
> this will limit testing this combination.
>

This change is prompted by the recent period where musl patches wouldn't
even apply to systemd, which broke half of AUH upgrade attempts.

You need to enable systemd/musl on the autobuilder matrix first, if testing
the feature is a concern.

Alex

[-- Attachment #2: Type: text/html, Size: 1006 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [yocto] [PATCH yocto-autobuilder-helper 1/2] auh-config: enable systemd only for glibc
  2021-08-15 13:56   ` Alexander Kanavin
@ 2021-08-15 17:27     ` Khem Raj
  0 siblings, 0 replies; 5+ messages in thread
From: Khem Raj @ 2021-08-15 17:27 UTC (permalink / raw)
  To: Alexander Kanavin; +Cc: Yocto-mailing-list

On Sun, Aug 15, 2021 at 6:56 AM Alexander Kanavin
<alex.kanavin@gmail.com> wrote:
>
> On Sun, 15 Aug 2021 at 03:30, Khem Raj <raj.khem@gmail.com> wrote:
>>
>>
>> Please report the problems to mailing list and we can try to help if
>> they do not work with musl. We do support systemd/musl combination and
>> try to keep it working
>> this will limit testing this combination.
>
>
> This change is prompted by the recent period where musl patches wouldn't even apply to systemd, which broke half of AUH upgrade attempts.
>

Interesting, outside AB we build extended world on musl and it works
well. systemd porters usually port the patches as needed for musl

> You need to enable systemd/musl on the autobuilder matrix first, if testing the feature is a concern.

yes, I think thats a fair point, I will bring this up.

>
> Alex

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-08-15 17:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-14  8:56 [PATCH yocto-autobuilder-helper 1/2] auh-config: enable systemd only for glibc Alexander Kanavin
2021-08-14  8:56 ` [PATCH yocto-autobuilder-helper 2/2] auh-config: adjust to new override syntax Alexander Kanavin
2021-08-15  1:29 ` [yocto] [PATCH yocto-autobuilder-helper 1/2] auh-config: enable systemd only for glibc Khem Raj
2021-08-15 13:56   ` Alexander Kanavin
2021-08-15 17:27     ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.