distro: rename the distro to wrlinux-oran
authorJackie Huang <jackie.huang@windriver.com>
Tue, 6 Aug 2019 02:35:56 +0000 (10:35 +0800)
committerJackie Huang <jackie.huang@windriver.com>
Thu, 10 Oct 2019 02:26:55 +0000 (10:26 +0800)
Issue-ID: INF-4
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: Iab923e4efd292a76ff9721b77fe182b70a7c7828

meta-oran/conf/distro/wrlinux-oran.conf [moved from meta-oran/conf/distro/oran.conf with 80% similarity]

similarity index 80%
rename from meta-oran/conf/distro/oran.conf
rename to meta-oran/conf/distro/wrlinux-oran.conf
index f12909f..d2cde3c 100644 (file)
@@ -6,14 +6,12 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-rt"
 PREFERRED_VERSION_linux-yocto-rt = "4.18%"
 
 require conf/distro/wrlinux.conf
+require conf/distro/wrlinux-ovp.conf
 
 # Note that layer.conf will only add items to BBFILES for
-# the oran distro (this one).
+# the wrlinux-oran distro (this one).
 #
-DISTRO_NAME = "O-RAN"
-
-# O-RAN distro should not be built for non-x86 archs
-#INHERIT += "compatible-archs"
+DISTRO_NAME = "Wind River Linux O-RAN"
 
 # Set software versions
 PREFERRED_VERSION_dpdk = "17%"
@@ -24,7 +22,7 @@ PREFERRED_PROVIDER_virtual/monitoring ?= "${@bb.utils.contains('MONITORING_FEATU
 
 PREFERRED_PROVIDER_virtual/libibverbs ?= "libibverbs"
 
-# By default including oran layer will build Nagios core
+# By default including meta-oran layer will build Nagios core
 MONITORING_FEATURES ?= "nagios core"
 
 DISTRO_FEATURES_append = " virtualization kvm"