All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] cockpit-machines: move to dynamic layer for meta-webserver
@ 2026-03-10 13:58 martin.jansa
  2026-03-10 13:58 ` [PATCH 2/2] example-xen-guest-bundle: require xen and x11 in DISTRO_FEATURES martin.jansa
  2026-03-10 22:38 ` [meta-virtualization] [PATCH 1/2] cockpit-machines: move to dynamic layer for meta-webserver Bruce Ashfield
  0 siblings, 2 replies; 7+ messages in thread
From: martin.jansa @ 2026-03-10 13:58 UTC (permalink / raw)
  To: meta-virtualization; +Cc: Martin Jansa

From: Martin Jansa <martin.jansa@gmail.com>

it depends on cockpit recipe from there, fixes:
ERROR: Nothing PROVIDES 'cockpit' (but meta-virtualization/recipes-extended/cockpit-machines/cockpit-machines_346.bb DEPENDS on or otherwise requires it)
in bitbake world builds

Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
---
 conf/layer.conf                                                 | 2 ++
 .../recipes-extended}/cockpit-machines/cockpit-machines_346.bb  | 0
 2 files changed, 2 insertions(+)
 rename {recipes-extended => dynamic-layers/webserver/recipes-extended}/cockpit-machines/cockpit-machines_346.bb (100%)

diff --git a/conf/layer.conf b/conf/layer.conf
index 6eadc87f..a0f13f01 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -16,6 +16,8 @@ BBFILES_DYNAMIC += " \
     raspberrypi:${LAYERDIR}/dynamic-layers/raspberrypi/*/*/*.bbappend \
     xilinx:${LAYERDIR}/dynamic-layers/xilinx/*/*/*.bb \
     xilinx:${LAYERDIR}/dynamic-layers/xilinx/*/*/*.bbappend \
+    webserver:${LAYERDIR}/dynamic-layers/webserver/*/*/*.bb \
+    webserver:${LAYERDIR}/dynamic-layers/webserver/*/*/*.bbappend \
 "
 
 # This should only be incremented on significant changes that will
diff --git a/recipes-extended/cockpit-machines/cockpit-machines_346.bb b/dynamic-layers/webserver/recipes-extended/cockpit-machines/cockpit-machines_346.bb
similarity index 100%
rename from recipes-extended/cockpit-machines/cockpit-machines_346.bb
rename to dynamic-layers/webserver/recipes-extended/cockpit-machines/cockpit-machines_346.bb


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

end of thread, other threads:[~2026-03-11 13:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-10 13:58 [PATCH 1/2] cockpit-machines: move to dynamic layer for meta-webserver martin.jansa
2026-03-10 13:58 ` [PATCH 2/2] example-xen-guest-bundle: require xen and x11 in DISTRO_FEATURES martin.jansa
2026-03-10 14:04   ` [meta-virtualization] " Bruce Ashfield
2026-03-10 15:22     ` Martin Jansa
2026-03-10 22:38 ` [meta-virtualization] [PATCH 1/2] cockpit-machines: move to dynamic layer for meta-webserver Bruce Ashfield
2026-03-11  6:21   ` Martin Jansa
2026-03-11 13:08     ` 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.