build_oran.sh: ensure we fail the job if any steps fail
[pti/rtp.git] / meta-oran / conf / layer.conf
index 34e906f..92c091a 100644 (file)
@@ -9,7 +9,7 @@ BBPATH =. "${LAYERDIR}:"
 BBFILES += " \
     ${LAYERDIR}/recipes-*/*/*.bb \
     ${LAYERDIR}/recipes-*/*/*.bbappend \
-    "
+"
 
 BBFILE_COLLECTIONS += "meta-oran"
 BBFILE_PATTERN_meta-oran = "^${LAYERDIR}/"
@@ -23,21 +23,20 @@ LAYERSERIES_COMPAT_meta-oran = "thud wrl"
 LAYER_PATH_meta-oran = "${LAYERDIR}"
 
 LAYERDEPENDS_meta-oran = " \
+    cloud-services-layer \
     core \
+    dpdk \
+    realtime \
+    virtualization-layer \
     wr-template \
     wrlinux \
     wrlinux-distro \
-    wrlinux-ovp \
-    virtualization-layer \
-    cloud-services-layer \
-    realtime \
-    dpdk \
-    "
+"
 
 LAYERRECOMMENDS_meta-oran = " \
     meta-anaconda \
-    "
+"
 
-PNWHITELIST_LAYERS_remove = "meta-oran"
+PNWHITELIST_LAYERS_remove = "meta-oran wrlinux-distro"
 
 TEMPLATES_PATH = "${LAYER_PATH_meta-oran}/templates"