53f97b074ba5f6b5a9a0fe438e32868ce8903d42
[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 "
83
84 # Whitelist for meta-realtime
85 PNWHITELIST_realtime_append = " \
86     schedtool-dl \
87 "
88
89 # Whitelist for meta-virtualization
90 PNWHITELIST_virtualization-layer_append = " \
91     ceph \
92     cgroup-lite \
93     cni \
94     compose-file \
95     containerd-opencontainers \
96     diod \
97     docker \
98     docker-distribution \
99     tini \
100     go-systemd \
101     go-capability \
102     grpc-go \
103     go-logrus \
104     go-pty \
105     go-mux \
106     go-distribution \
107     go-patricia \
108     go-fsnotify \
109     go-dbus \
110     go-context \
111     go-cli \
112     go-connections \
113     go-cross-x86_64 \
114     go-bootstrap-native \
115     libvirt \
116     lxc \
117     nagios-core \
118     nagios-nrpe \
119     nagios-nsca \
120     nagios-plugins \
121     notary \
122     oath \
123     openvswitch \
124     runc-docker \
125     libvmi \
126 "
127
128 # Whitelist for meta-webserver
129 PNWHITELIST_webserver_append = " \
130     fcgi \
131 "
132
133 PNWHITELIST_security_append = " \
134     keyutils \
135 "