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