* [PATCH] conf: Fix append syntax
@ 2023-06-30 15:13 Anton Mikanovich
2023-07-06 4:42 ` Uladzimir Bely
0 siblings, 1 reply; 2+ messages in thread
From: Anton Mikanovich @ 2023-06-30 15:13 UTC (permalink / raw)
To: isar-users; +Cc: Anton Mikanovich
Appending parameter should be prepend with space.
Fixes: f9b3328a ("meta-isar: Remove qemuamd64-sb settings from multiconfig")
Signed-off-by: Anton Mikanovich <amikan@ilbers.de>
---
meta-isar/conf/local.conf.sample | 2 +-
meta-test/conf/local.conf.sample | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta-isar/conf/local.conf.sample b/meta-isar/conf/local.conf.sample
index c7820bdf..910b0a43 100644
--- a/meta-isar/conf/local.conf.sample
+++ b/meta-isar/conf/local.conf.sample
@@ -200,7 +200,7 @@ IMAGE_INSTALL = "hello-isar example-raw example-module-${KERNEL_NAME} enable-fsc
#
# Machines with secure boot should use signed modules.
IMAGE_INSTALL:remove:qemuamd64-sb = "example-module-${KERNEL_NAME}"
-IMAGE_INSTALL:append:qemuamd64-sb = "example-module-signed-${KERNEL_NAME}"
+IMAGE_INSTALL:append:qemuamd64-sb = " example-module-signed-${KERNEL_NAME}"
#
# Enable cross-compilation support
diff --git a/meta-test/conf/local.conf.sample b/meta-test/conf/local.conf.sample
index a3280a5d..fb962d96 100644
--- a/meta-test/conf/local.conf.sample
+++ b/meta-test/conf/local.conf.sample
@@ -77,7 +77,7 @@ IMAGE_INSTALL = "hello-isar example-raw example-module-${KERNEL_NAME} enable-fsc
# Machines with secure boot should use signed modules
IMAGE_INSTALL:remove:qemuamd64-sb = "example-module-${KERNEL_NAME}"
-IMAGE_INSTALL:append:qemuamd64-sb = "example-module-signed-${KERNEL_NAME}"
+IMAGE_INSTALL:append:qemuamd64-sb = " example-module-signed-${KERNEL_NAME}"
# Users and groups
USERS += "root"
--
2.34.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] conf: Fix append syntax
2023-06-30 15:13 [PATCH] conf: Fix append syntax Anton Mikanovich
@ 2023-07-06 4:42 ` Uladzimir Bely
0 siblings, 0 replies; 2+ messages in thread
From: Uladzimir Bely @ 2023-07-06 4:42 UTC (permalink / raw)
To: Anton Mikanovich, isar-users
On Fri, 2023-06-30 at 18:13 +0300, Anton Mikanovich wrote:
> Appending parameter should be prepend with space.
>
> Fixes: f9b3328a ("meta-isar: Remove qemuamd64-sb settings from
> multiconfig")
> Signed-off-by: Anton Mikanovich <amikan@ilbers.de>
> ---
> meta-isar/conf/local.conf.sample | 2 +-
> meta-test/conf/local.conf.sample | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
Applied to next.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-07-06 4:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-30 15:13 [PATCH] conf: Fix append syntax Anton Mikanovich
2023-07-06 4:42 ` Uladzimir Bely
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox