templates/bblayers.conf.sample: add the new meta-nwl-marvell-bsp layer

templates/local.conf.sample: add cn9131-nitroc machine as example

Signed-off-by: Lucien Mueller <lucien.mueller@netmodule.com>
This commit is contained in:
Lucien Mueller 2024-01-30 14:54:45 +01:00
parent c790b986ca
commit e20ff1ff22
2 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@ BBLAYERS ?= " \
##COREOS_EXTLAYERSDIR##/meta-swupdate \
##NWL_LAYERSDIR##/meta-nwl-distro \
##NWL_LAYERSDIR##/meta-netmodule-legacy-bsp \
##NWL_LAYERSDIR##/meta-nwl-marvell-bsp \
##NWL_EXTLAYERSDIR##/meta-netmodule-wlan \
"

View File

@ -26,6 +26,7 @@
#MACHINE ?= "qemux86"
#MACHINE ?= "qemux86-64"
#MACHINE ?= "cn9130-cf-pro"
#MACHINE ?= "cn9131-nitroc"
#
# This sets the default machine to be qemuarm64 if no other machine is selected:
MACHINE ??= "cn9130-cf-pro"