From 343a7b764f1963c25af0b17626f09b1b82f684de Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Tue, 6 Aug 2019 10:35:56 +0800 Subject: [PATCH] distro: rename the distro to wrlinux-oran Issue-ID: INF-4 Signed-off-by: Jackie Huang Change-Id: Iab923e4efd292a76ff9721b77fe182b70a7c7828 --- meta-oran/conf/distro/{oran.conf => wrlinux-oran.conf} | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) rename meta-oran/conf/distro/{oran.conf => wrlinux-oran.conf} (80%) diff --git a/meta-oran/conf/distro/oran.conf b/meta-oran/conf/distro/wrlinux-oran.conf similarity index 80% rename from meta-oran/conf/distro/oran.conf rename to meta-oran/conf/distro/wrlinux-oran.conf index f12909f..d2cde3c 100644 --- a/meta-oran/conf/distro/oran.conf +++ b/meta-oran/conf/distro/wrlinux-oran.conf @@ -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" -- 2.16.6