[PATCH 1/2] cockpit-machines: move to dynamic layer for meta-webserver
| Newsgroups | org.yoctoproject.lists.meta-virtualization |
|---|---|
| Message-ID | <[email protected]> |
From: Martin Jansa <[email protected]> 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 <[email protected]> --- 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