All of lore.kernel.org
 help / color / mirror / Atom feed
From: uvv.mail@gmail.com
To: Openembedded-core@lists.openembedded.org
Cc: Mikko Rapeli <mikko.rapeli@linaro.org>,
	Vyacheslav Yurkov <uvv.mail@gmail.com>
Subject: [PATCH v5 2/2] oeqa/selftest: Drop dependency on systemd-native
Date: Tue, 18 Feb 2025 12:56:47 +0100	[thread overview]
Message-ID: <20250218115647.40502-2-uvv.mail@gmail.com> (raw)
In-Reply-To: <20250218115647.40502-1-uvv.mail@gmail.com>

From: Vyacheslav Yurkov <uvv.mail@gmail.com>

The tests don't need it. On top of that, this extra requirement
creates a dependency loop between systemd-systemctl-native and util-linux.

Signed-off-by: Vyacheslav Yurkov <uvv.mail@gmail.com>
---
 meta/lib/oeqa/selftest/cases/uki.py | 1 -
 meta/lib/oeqa/selftest/cases/wic.py | 1 -
 2 files changed, 2 deletions(-)

diff --git a/meta/lib/oeqa/selftest/cases/uki.py b/meta/lib/oeqa/selftest/cases/uki.py
index cd20a99aca..9a1aa4e269 100644
--- a/meta/lib/oeqa/selftest/cases/uki.py
+++ b/meta/lib/oeqa/selftest/cases/uki.py
@@ -94,7 +94,6 @@ WKS_FILE = "efi-uki-bootdisk.wks.in"
 
 # efi, uki and systemd features must be enabled
 MACHINE_FEATURES:append = " efi"
-DISTRO_FEATURES_NATIVE:append = " systemd"
 IMAGE_CLASSES:append:pn-core-image-base = " uki"
 
 # uki embeds also an initrd, no systemd or udev
diff --git a/meta/lib/oeqa/selftest/cases/wic.py b/meta/lib/oeqa/selftest/cases/wic.py
index 207e487002..4f5d43b5ee 100644
--- a/meta/lib/oeqa/selftest/cases/wic.py
+++ b/meta/lib/oeqa/selftest/cases/wic.py
@@ -1363,7 +1363,6 @@ WKS_FILE = "test_efi_plugin.wks"
 
 # efi, uki and systemd features must be enabled
 MACHINE_FEATURES:append = " efi"
-DISTRO_FEATURES_NATIVE:append = " systemd"
 IMAGE_CLASSES:append:pn-core-image-base = " uki"
 
 # uki embeds also an initrd, no systemd or udev


  reply	other threads:[~2025-02-18 11:58 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-18 11:56 [PATCH v5 1/2] systemd: Build the systemctl executable uvv.mail
2025-02-18 11:56 ` uvv.mail [this message]
2025-02-18 12:09   ` [PATCH v5 2/2] oeqa/selftest: Drop dependency on systemd-native Mikko Rapeli
2025-02-19  9:44 ` [OE-core] [PATCH v5 1/2] systemd: Build the systemctl executable Richard Purdie
2025-02-19 10:02   ` Mikko Rapeli
2025-02-19 10:14     ` Vyacheslav Yurkov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250218115647.40502-2-uvv.mail@gmail.com \
    --to=uvv.mail@gmail.com \
    --cc=Openembedded-core@lists.openembedded.org \
    --cc=mikko.rapeli@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.