Remove ovp dependency and add oran-whitelist
[pti/rtp.git] / meta-oran / conf / distro / include / oran-whitelist.conf
1 #
2 # Copyright (C) 2019 Wind River Systems, Inc.
3 #
4 # Explicitly allow these recipes in O-RAN
5 #
6
7 # Whitelist for meta-cloud-services
8 PNWHITELIST_cloud-services-layer_append = " \
9     celt051 \
10     glusterfs \
11     librdmacm \
12     libibverbs \
13 "
14
15 # Whitelist for meta-openembedded/meta-filesystems
16 PNWHITELIST_filesystems-layer_append = " \
17     aufs-util \
18     fuse \
19     xfsdump \
20     xfsprogs \
21 "
22
23 PNWHITELIST_dpdk_append = " \
24     dpdk \
25 "
26
27 PNWHITELIST_meta-python_append = " \
28     python3-automat \
29     python3-click \
30     python3-constantly \
31     python3-hyperlink \
32     python3-incremental \
33     python3-twisted \
34     python3-zopeinterface \
35     python-cython \
36     python-prettytable \
37     python-protobuf \
38     python-pyparsing \
39 "
40
41 PNWHITELIST_networking-layer_append = " \
42     bridge-utils \
43     ebtables \
44     netcf \
45     tunctl \
46     spice \
47     spice-protocol \
48 "
49
50 # Whitelist for meta-openembedded/meta-oe
51 PNWHITELIST_openembedded-layer_append = " \
52     augeas \
53     gd \
54     gnulib \
55     hwloc \
56     libedit \
57     leveldb \
58     lua \
59     numactl \
60     protobuf \
61     protobuf-c \
62     rocksdb \
63     yajl \
64     libnet \
65     snappy \
66     zabbix \
67     openldap \
68     byacc \
69 "
70
71 # Whitelist for meta-realtime
72 PNWHITELIST_realtime_append = " \
73     schedtool-dl \
74 "
75
76 # Whitelist for meta-virtualization
77 PNWHITELIST_virtualization-layer_append = " \
78     ceph \
79     cgroup-lite \
80     compose-file \
81     containerd-opencontainers \
82     diod \
83     docker \
84     docker-distribution \
85     tini \
86     go-systemd \
87     go-capability \
88     grpc-go \
89     go-logrus \
90     go-pty \
91     go-mux \
92     go-distribution \
93     go-patricia \
94     go-fsnotify \
95     go-dbus \
96     go-context \
97     go-cli \
98     go-connections \
99     go-cross-x86_64 \
100     go-bootstrap-native \
101     libvirt \
102     lxc \
103     nagios-core \
104     nagios-nrpe \
105     nagios-nsca \
106     nagios-plugins \
107     notary \
108     oath \
109     openvswitch \
110     runc-docker \
111     libvmi \
112 "
113
114 # Whitelist for meta-webserver
115 PNWHITELIST_webserver_append = " \
116     fcgi \
117 "
118
119 PNWHITELIST_security_append = " \
120     keyutils \
121 "