From 2e25f21f523904908a016259bce092be3cb6bdf1 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-python/conf/include/non-repro-meta-python.inc | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100755 meta-python/conf/include/non-repro-meta-python.inc (limited to 'meta-python') diff --git a/meta-python/conf/include/non-repro-meta-python.inc b/meta-python/conf/include/non-repro-meta-python.inc new file mode 100755 index 0000000000..629dc4aa04 --- /dev/null +++ b/meta-python/conf/include/non-repro-meta-python.inc @@ -0,0 +1,22 @@ +# List of known non-reproducible package of the meta-python layer +# Please keep this list sorted +KNOWN_NON_REPRO_META_PYTHON = " \ + python3-evdev-src \ + python3-frozenlist \ + python3-frozenlist-dbg \ + python3-kivy-src \ + python3-pandas \ + python3-pandas-dbg \ + python3-pandas-src \ + python3-pycocotools-src \ + python3-pydantic-core \ + python3-pynacl \ + python3-pynacl-dbg \ + python3-pynacl-src \ + python3-pyproj \ + python3-pyproj-dbg \ + python3-pyproj-src \ + python3-pyzmq \ + python3-yarl \ + python3-yarl-dbg \ +" -- cgit v1.2.3-54-g00ecf