diff options
Diffstat (limited to 'meta-networking/conf/layer.conf')
-rw-r--r-- | meta-networking/conf/layer.conf | 43 |
1 files changed, 42 insertions, 1 deletions
diff --git a/meta-networking/conf/layer.conf b/meta-networking/conf/layer.conf index ac5d15a0c0..58126a575f 100644 --- a/meta-networking/conf/layer.conf +++ b/meta-networking/conf/layer.conf | |||
@@ -15,7 +15,7 @@ LAYERVERSION_networking-layer = "1" | |||
15 | 15 | ||
16 | LAYERDEPENDS_networking-layer = "core meta-python openembedded-layer" | 16 | LAYERDEPENDS_networking-layer = "core meta-python openembedded-layer" |
17 | 17 | ||
18 | LAYERSERIES_COMPAT_networking-layer = "scarthgap" | 18 | LAYERSERIES_COMPAT_networking-layer = "walnascar whinlatter" |
19 | 19 | ||
20 | LICENSE_PATH += "${LAYERDIR}/licenses" | 20 | LICENSE_PATH += "${LAYERDIR}/licenses" |
21 | 21 | ||
@@ -27,3 +27,44 @@ SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ | |||
27 | BBFILES_DYNAMIC += " \ | 27 | BBFILES_DYNAMIC += " \ |
28 | meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bb \ | 28 | meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bb \ |
29 | " | 29 | " |
30 | |||
31 | # List of known non-reproducible package of the meta-networking layer | ||
32 | # Please keep this list sorted | ||
33 | OEQA_REPRODUCIBLE_EXCLUDED_PACKAGES += " \ | ||
34 | babeld \ | ||
35 | babeld-dbg \ | ||
36 | dhcp-relay-staticdev \ | ||
37 | ettercap-src \ | ||
38 | freediameter \ | ||
39 | freeradius \ | ||
40 | htpdate-doc \ | ||
41 | libbearssl-staticdev \ | ||
42 | libmosquitto1 \ | ||
43 | libowfat-staticdev \ | ||
44 | libruli-staticdev \ | ||
45 | mosquitto \ | ||
46 | ncftp \ | ||
47 | ncp \ | ||
48 | ncp-dbg \ | ||
49 | ndisc6-dbg \ | ||
50 | ndisc6-misc \ | ||
51 | ndisc6-ndisc6 \ | ||
52 | ndisc6-rdisc6 \ | ||
53 | ndisc6-rdnssd \ | ||
54 | ndisc6-rltraceroute6 \ | ||
55 | netsniff-ng-doc \ | ||
56 | ntopng \ | ||
57 | ntopng-dbg \ | ||
58 | ntpsec-src \ | ||
59 | openl2tp \ | ||
60 | opensaf \ | ||
61 | phytool \ | ||
62 | phytool-dbg \ | ||
63 | postfix-cfg \ | ||
64 | rp-pppoe \ | ||
65 | traceroute \ | ||
66 | traceroute-dbg \ | ||
67 | udpcast-doc \ | ||
68 | unbound-doc \ | ||
69 | znc \ | ||
70 | " | ||