From 8d098aaa6ca20bb6d7b9e376242a94f4266483fa Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Fri, 1 Mar 2024 15:34:05 +0100 Subject: [PATCH] templates/bblayers.conf.sample: Add new layers from CoreOS id:502637 --- templates/bblayers.conf.sample | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/bblayers.conf.sample b/templates/bblayers.conf.sample index 369133c..09e03d6 100644 --- a/templates/bblayers.conf.sample +++ b/templates/bblayers.conf.sample @@ -10,6 +10,7 @@ BBLAYERS ?= " \ ##COREOS_LAYERSDIR##/meta-belden-coreos \ ##COREOS_LAYERSDIR##/meta-belden-coreos-bsp \ ##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 \ @@ -18,6 +19,9 @@ BBLAYERS ?= " \ ##COREOS_EXTLAYERSDIR##/meta-virtualization \ ##COREOS_EXTLAYERSDIR##/meta-efibootguard \ ##COREOS_EXTLAYERSDIR##/meta-swupdate \ + ##COREOS_EXTLAYERSDIR##/meta-arm/meta-arm \ + ##COREOS_EXTLAYERSDIR##/meta-arm/meta-arm-toolchain \ + ##COREOS_EXTLAYERSDIR##/meta-ti/meta-ti-bsp \ ##NWL_LAYERSDIR##/meta-nwl-distro \ ##NWL_LAYERSDIR##/meta-netmodule-legacy-bsp \ ##NWL_LAYERSDIR##/meta-nwl-marvell-bsp \