Add layer meta-stx-oran and distro poky-stx-oran
meta-stx will be replaced by meta-stx-oran after changing to
use meta-starlingx as the base layer, and only oran specific
contents like distro and release info, fixes for issue only
happened in oran, and etc.
And add distro 'poky-stx-oran' so that we can have different disto
configs for ORAN specific.
Issue-ID: INF-213
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I3d8c609d99b3516b7a75f21e44327f1236eeddc5
diff --git a/scripts/configs/local-anaconda.conf b/scripts/configs/local-anaconda.conf
index 4a49c84..25ba760 100644
--- a/scripts/configs/local-anaconda.conf
+++ b/scripts/configs/local-anaconda.conf
@@ -14,8 +14,18 @@
BBMASK += " \
/meta-stx-distro/recipes-core/images/stx-image-aio.bb \
/meta-stx-distro/recipes-httpd \
+ /meta-stx-integ/recipes-bsp \
+ /meta-stx-integ/recipes-connectivity \
+ /meta-stx-integ/recipes-core/base-files \
+ /meta-stx-integ/recipes-core/init* \
+ /meta-stx-integ/recipes-core/systemd \
+ /meta-stx-integ/recipes-daemons \
+ /meta-stx-integ/recipes-dbs \
/meta-stx-integ/recipes-devtools \
- /meta-stx-integ/recipes-graphics \
/meta-stx-integ/recipes-extended \
+ /meta-stx-integ/recipes-graphics \
+ /meta-stx-integ/recipes-networking \
/meta-stx-integ/recipes-security \
+ /meta-stx-integ/recipes-support \
+ /meta-stx-oran/recipes-core \
"
diff --git a/scripts/configs/local-stx.conf b/scripts/configs/local-stx.conf
index 0e6a3d6..ef61cf3 100644
--- a/scripts/configs/local-stx.conf
+++ b/scripts/configs/local-stx.conf
@@ -2,7 +2,7 @@
# Configs for StarlingX #
#########################
-DISTRO = "poky-stx"
+DISTRO = "poky-stx-oran"
MACHINE = "@BSP@"
PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-rt"