images: add wrlinux-image-oran-XYZ
[pti/rtp.git] / meta-oran / conf / distro / oran.conf
1 #@TYPE: Distro
2 #@NAME: O-RAN
3 #@DESCRIPTION: O-RAN Distribution
4
5 PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-rt"
6 PREFERRED_VERSION_linux-yocto-rt = "4.18%"
7
8 require conf/distro/wrlinux.conf
9
10 # Note that layer.conf will only add items to BBFILES for
11 # the oran distro (this one).
12 #
13 DISTRO_NAME = "O-RAN"
14
15 # O-RAN distro should not be built for non-x86 archs
16 #INHERIT += "compatible-archs"
17
18 # Set software versions
19 PREFERRED_VERSION_dpdk = "17%"
20
21 # Set preferred providers
22 PREFERRED_PROVIDER_virtual/monitoring ?= "${@bb.utils.contains('MONITORING_FEATURES', 'zabbix', 'packagegroup-zabbix-monitoring',\
23     bb.utils.contains('MONITORING_FEATURES', 'nagios', 'packagegroup-nagios-monitoring', 'packagegroup-empty-monitoring', d),d)}"
24
25 PREFERRED_PROVIDER_virtual/libibverbs ?= "libibverbs"
26
27 # By default including oran layer will build Nagios core
28 MONITORING_FEATURES ?= "nagios core"
29
30 DISTRO_FEATURES_append = " virtualization kvm"
31 NON_MULTILIB_RECIPES_append = " ceph"