diff --git a/templates/bblayers.conf.sample b/templates/bblayers.conf.sample index 2f1cf6f..369133c 100644 --- a/templates/bblayers.conf.sample +++ b/templates/bblayers.conf.sample @@ -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 \ " diff --git a/templates/local.conf.sample b/templates/local.conf.sample index 4971422..a43b16e 100644 --- a/templates/local.conf.sample +++ b/templates/local.conf.sample @@ -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"