Add utilities
[pti/rtp.git] / meta-oran / conf / distro / include / oran-whitelist.conf
1 #
2 # Copyright (C) 2019 Wind River Systems, Inc.
3 #
4 #  Licensed under the Apache License, Version 2.0 (the "License");
5 #  you may not use this file except in compliance with the License.
6 #  You may obtain a copy of the License at
7 #
8 #      http://www.apache.org/licenses/LICENSE-2.0
9 #
10 #  Unless required by applicable law or agreed to in writing, software
11 #  distributed under the License is distributed on an "AS IS" BASIS,
12 #  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 #  See the License for the specific language governing permissions and
14 #  limitations under the License.
15
16 #
17 # Explicitly allow these recipes in O-RAN
18 #
19
20 # Whitelist for meta-cloud-services
21 PNWHITELIST_cloud-services-layer_append = " \
22     celt051 \
23     glusterfs \
24     librdmacm \
25     libibverbs \
26 "
27
28 # Whitelist for meta-openembedded/meta-filesystems
29 PNWHITELIST_filesystems-layer_append = " \
30     aufs-util \
31     fuse \
32     xfsdump \
33     xfsprogs \
34 "
35
36 PNWHITELIST_dpdk_append = " \
37     dpdk \
38 "
39
40 PNWHITELIST_meta-python_append = " \
41     python3-automat \
42     python3-click \
43     python3-constantly \
44     python3-hyperlink \
45     python3-incremental \
46     python3-twisted \
47     python3-zopeinterface \
48     python-cython \
49     python-prettytable \
50     python-protobuf \
51     python-pyparsing \
52 "
53
54 PNWHITELIST_networking-layer_append = " \
55     bridge-utils \
56     ebtables \
57     netcf \
58     tunctl \
59     spice \
60     spice-protocol \
61 "
62
63 # Whitelist for meta-openembedded/meta-oe
64 PNWHITELIST_openembedded-layer_append = " \
65     augeas \
66     gd \
67     gnulib \
68     hwloc \
69     libedit \
70     leveldb \
71     lua \
72     numactl \
73     protobuf \
74     protobuf-c \
75     rocksdb \
76     yajl \
77     libnet \
78     snappy \
79     zabbix \
80     openldap \
81     byacc \
82     cpufrequtils \
83     msr-tools \
84     htop \
85 "
86
87 # Whitelist for meta-realtime
88 PNWHITELIST_realtime_append = " \
89     schedtool-dl \
90 "
91
92 # Whitelist for meta-virtualization
93 PNWHITELIST_virtualization-layer_append = " \
94     ceph \
95     cgroup-lite \
96     cni \
97     compose-file \
98     containerd-opencontainers \
99     diod \
100     docker \
101     docker-distribution \
102     tini \
103     go-systemd \
104     go-capability \
105     grpc-go \
106     go-logrus \
107     go-pty \
108     go-mux \
109     go-distribution \
110     go-patricia \
111     go-fsnotify \
112     go-dbus \
113     go-context \
114     go-cli \
115     go-connections \
116     go-cross-x86_64 \
117     go-bootstrap-native \
118     libvirt \
119     lxc \
120     nagios-core \
121     nagios-nrpe \
122     nagios-nsca \
123     nagios-plugins \
124     notary \
125     oath \
126     openvswitch \
127     runc-docker \
128     libvmi \
129 "
130
131 # Whitelist for meta-webserver
132 PNWHITELIST_webserver_append = " \
133     fcgi \
134 "
135
136 PNWHITELIST_security_append = " \
137     keyutils \
138 "