From e20ff1ff22a3bbe0a345a70b6c3a7b878e40eeb8 Mon Sep 17 00:00:00 2001 From: Lucien Mueller Date: Tue, 30 Jan 2024 14:54:45 +0100 Subject: [PATCH] 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 --- templates/bblayers.conf.sample | 1 + templates/local.conf.sample | 1 + 2 files changed, 2 insertions(+) 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"