chore(meta-netmodule-coreos-bsp): rename to meta-belden-coreos-staging-bsp

This remove the NetModule brand from the layer and create a new staging
area for BSP that doesn't meet the CoreOS criteria. netmodule-hw34 is
now inside this staging area as the kernel is not hosted on CoreOS
infrastracture yet and the CoreOS team doesn't have any hardware yet.
This commit is contained in:
Sam Dolt 2024-03-21 14:50:35 +01:00
parent 9cf698f318
commit a34e83d1ae
17 changed files with 20 additions and 4 deletions

View File

@ -6,8 +6,8 @@ NetModule HW34 (XG900 A-Sample)
.. important::
netmodule-hw34 support is currently only available on the features branch
feat/netmodule-bsp
netmodule-hw34 (Gemini) support is experimental and available only if the
meta-belden-coreos-staging-bsp is enabled
.. image:: netmodule-hw34/hw34.png

View File

@ -31,3 +31,19 @@ Supported Hardware
Please contact the CoreOS team when starting a new project based on CoreOS
or want to contribute the hardware support for an existing Hardware.
Layer Organization
===================
CoreOS offers various Board Support Package (BSP) layers to accommodate
different levels of support for machines.
Machines that are fully supported by CoreOS are included in the
`meta-belden-coreos-bsp` layer. This layer encompasses all the machines that
meet CoreOS's criteria for full support, ensuring they receive comprehensive
integration and validation.
Machines in the process of being fully supported by CoreOS, which are currently
undergoing development and testing, are part of the `meta-belden-coreos-staging-bsp`
layer. This layer includes machines where the BSP support is still evolving and
does not yet meet the criteria for full support by CoreOS.

View File

@ -5,7 +5,7 @@ BBPATH .= ":${LAYERDIR}"
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend"
BBFILE_COLLECTIONS += "netmodule-coreos-bsp-layer"
BBFILE_COLLECTIONS += "belden-coreos-staging-bsp"
BBFILE_PATTERN_netmodule-coreos-bsp-layer = "^${LAYERDIR}/"
BBFILE_PRIORITY_netmodule-coreos-bsp-layer = "8"

View File

@ -9,9 +9,9 @@ BBLAYERS ?= " \
##OEROOT##/meta \
##COREOS_LAYERSDIR##/meta-belden-coreos \
##COREOS_LAYERSDIR##/meta-belden-coreos-bsp \
##COREOS_LAYERSDIR##/meta-belden-coreos-staging-bsp \
##COREOS_LAYERSDIR##/meta-belden-coreos-demo \
##COREOS_LAYERSDIR##/meta-belden-marvell-bsp \
##COREOS_LAYERSDIR##/meta-netmodule-coreos-bsp \
##COREOS_EXTLAYERSDIR##/meta-openembedded/meta-oe \
##COREOS_EXTLAYERSDIR##/meta-openembedded/meta-networking \
##COREOS_EXTLAYERSDIR##/meta-openembedded/meta-filesystems \