From d3751ce994dcc70be3009cbf982983d051c6f6db Mon Sep 17 00:00:00 2001 From: Yoann Congal Date: Sat, 27 Apr 2024 23:37:14 +0200 Subject: 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 Acked-by: Richard Purdie Signed-off-by: Khem Raj --- meta-perl/conf/include/non-repro-meta-perl.inc | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 meta-perl/conf/include/non-repro-meta-perl.inc (limited to 'meta-perl/conf/include') 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 @@ +# List of known non-reproducible package of the meta-perl layer +# Please keep this list sorted +KNOWN_NON_REPRO_META_PERL = " \ + libencode-perl-src \ + libhtml-tree-perl \ + libhtml-tree-perl-doc \ + libmodule-build-tiny-perl \ + po4a \ + po4a-doc \ +" -- cgit v1.2.3-54-g00ecf