summaryrefslogtreecommitdiffstats
path: root/meta-perl/conf/include
diff options
context:
space:
mode:
authorYoann Congal <yoann.congal@smile.fr>2024-04-27 23:37:14 +0200
committerKhem Raj <raj.khem@gmail.com>2024-04-29 11:11:51 -0700
commitd3751ce994dcc70be3009cbf982983d051c6f6db (patch)
tree6a7481d7e4c814d40ea82c1e1da0bddf975351ec /meta-perl/conf/include
parent704bec8e01c98fb907e3f8aa48ecb43e1fd7fd30 (diff)
downloadmeta-openembedded-d3751ce994dcc70be3009cbf982983d051c6f6db.tar.gz
reproducibility: move repro excludes from AB config.json to meta-oe
For now, the known non-reproducible packages list is stored inside the autobuilder config.json file. This is not ideal. Let's move this list into each layers of meta-openembedded. These lists can be used with, in local.conf: include conf/include/non-repro-meta-oe.inc OEQA_REPRODUCIBLE_EXCLUDED_PACKAGES = "${KNOWN_NON_REPRO_META_OE}" Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Acked-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-perl/conf/include')
-rwxr-xr-xmeta-perl/conf/include/non-repro-meta-perl.inc10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-perl/conf/include/non-repro-meta-perl.inc b/meta-perl/conf/include/non-repro-meta-perl.inc
new file mode 100755
index 0000000000..9082691f67
--- /dev/null
+++ b/meta-perl/conf/include/non-repro-meta-perl.inc
@@ -0,0 +1,10 @@
1# List of known non-reproducible package of the meta-perl layer
2# Please keep this list sorted
3KNOWN_NON_REPRO_META_PERL = " \
4 libencode-perl-src \
5 libhtml-tree-perl \
6 libhtml-tree-perl-doc \
7 libmodule-build-tiny-perl \
8 po4a \
9 po4a-doc \
10"