meta-oran: add missing license header
[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     compose-file \
94     containerd-opencontainers \
95     diod \
96     docker \
97     docker-distribution \
98     tini \
99     go-systemd \
100     go-capability \
101     grpc-go \
102     go-logrus \
103     go-pty \
104     go-mux \
105     go-distribution \
106     go-patricia \
107     go-fsnotify \
108     go-dbus \
109     go-context \
110     go-cli \
111     go-connections \
112     go-cross-x86_64 \
113     go-bootstrap-native \
114     libvirt \
115     lxc \
116     nagios-core \
117     nagios-nrpe \
118     nagios-nsca \
119     nagios-plugins \
120     notary \
121     oath \
122     openvswitch \
123     runc-docker \
124     libvmi \
125 "
126
127 # Whitelist for meta-webserver
128 PNWHITELIST_webserver_append = " \
129     fcgi \
130 "
131
132 PNWHITELIST_security_append = " \
133     keyutils \
134 "