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:
parent
c790b986ca
commit
e20ff1ff22
|
|
@ -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 \
|
||||
"
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue