diff options
| author | Hongxu Jia <hongxu.jia@windriver.com> | 2025-09-26 16:19:14 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-10-05 21:43:44 -0700 |
| commit | 7fea1c591a5994ac29d97881d87deaf796b79dc3 (patch) | |
| tree | 58ce63c27c1d29c93d31138739d557305f7d7c31 /meta-python/conf/layer.conf | |
| parent | c723824e4dd166f0cb895c09ca3a485e05cad70a (diff) | |
| download | meta-openembedded-7fea1c591a5994ac29d97881d87deaf796b79dc3.tar.gz | |
meta-python/conf/layer.conf: update OEQA_REPRODUCIBLE_EXCLUDED_PACKAGES
Due to the recipes listed in OEQA_REPRODUCIBLE_EXCLUDED_PACKAGES has
supported reproducibility, update OEQA_REPRODUCIBLE_EXCLUDED_PACKAGES
to latest
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/conf/layer.conf')
| -rw-r--r-- | meta-python/conf/layer.conf | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/meta-python/conf/layer.conf b/meta-python/conf/layer.conf index b887accbf8..202c66561f 100644 --- a/meta-python/conf/layer.conf +++ b/meta-python/conf/layer.conf | |||
| @@ -21,31 +21,4 @@ LICENSE_PATH += "${LAYERDIR}/licenses" | |||
| 21 | # List of known non-reproducible package of the meta-python layer | 21 | # List of known non-reproducible package of the meta-python layer |
| 22 | # Please keep this list sorted | 22 | # Please keep this list sorted |
| 23 | OEQA_REPRODUCIBLE_EXCLUDED_PACKAGES += " \ | 23 | OEQA_REPRODUCIBLE_EXCLUDED_PACKAGES += " \ |
| 24 | python3-evdev \ | ||
| 25 | python3-evdev-dbg \ | ||
| 26 | python3-evdev-src \ | ||
| 27 | python3-frozenlist \ | ||
| 28 | python3-frozenlist-dbg \ | ||
| 29 | python3-kivy-src \ | ||
| 30 | python3-lief \ | ||
| 31 | python3-mlcommons-loadgen \ | ||
| 32 | python3-mlcommons-loadgen-dbg \ | ||
| 33 | python3-mlcommons-loadgen-src \ | ||
| 34 | python3-pandas \ | ||
| 35 | python3-pandas-dbg \ | ||
| 36 | python3-pandas-src \ | ||
| 37 | python3-propcache \ | ||
| 38 | python3-propcache-dbg \ | ||
| 39 | python3-pybind11-json-dev \ | ||
| 40 | python3-pycocotools-src \ | ||
| 41 | python3-pydantic-core \ | ||
| 42 | python3-pynacl \ | ||
| 43 | python3-pynacl-dbg \ | ||
| 44 | python3-pynacl-src \ | ||
| 45 | python3-pyproj \ | ||
| 46 | python3-pyproj-dbg \ | ||
| 47 | python3-pyproj-src \ | ||
| 48 | python3-pyzmq \ | ||
| 49 | python3-yarl \ | ||
| 50 | python3-yarl-dbg \ | ||
| 51 | " | 24 | " |
