All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][PATCH 1/2] app-container: add space for IMAGE_INSTALL:append
@ 2024-11-06  1:11 chris.laplante
  2024-11-06  1:11 ` [meta-virtualization][PATCH 2/2] app-container-curl: " chris.laplante
  2024-11-12 23:15 ` [meta-virtualization][PATCH 1/2] app-container: " Bruce Ashfield
  0 siblings, 2 replies; 3+ messages in thread
From: chris.laplante @ 2024-11-06  1:11 UTC (permalink / raw)
  To: meta-virtualization; +Cc: Chris Laplante

From: Chris Laplante <chris.laplante@agilent.com>

Signed-off-by: Chris Laplante <chris.laplante@agilent.com>
---
 recipes-demo/images/app-container.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-demo/images/app-container.bb b/recipes-demo/images/app-container.bb
index 22d2ab9f..8188d57a 100644
--- a/recipes-demo/images/app-container.bb
+++ b/recipes-demo/images/app-container.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384
 OCI_IMAGE_ENTRYPOINT = "/usr/bin/flask-app"
 CONTAINER_SHELL = "busybox"
 
-IMAGE_INSTALL:append = "helloworld-flask"
+IMAGE_INSTALL:append = " helloworld-flask"
 
 IMAGE_FSTYPES = "container oci"
 inherit image
-- 
2.43.0



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

end of thread, other threads:[~2024-11-12 23:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-06  1:11 [meta-virtualization][PATCH 1/2] app-container: add space for IMAGE_INSTALL:append chris.laplante
2024-11-06  1:11 ` [meta-virtualization][PATCH 2/2] app-container-curl: " chris.laplante
2024-11-12 23:15 ` [meta-virtualization][PATCH 1/2] app-container: " Bruce Ashfield

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.