mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 13:00:02 +00:00
d3751ce994
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>
16 lines
354 B
C++
Executable File
16 lines
354 B
C++
Executable File
# List of known non-reproducible package of the meta-multimedia layer
|
|
# Please keep this list sorted
|
|
KNOWN_NON_REPRO_META_MULTIMEDIA = " \
|
|
crossguid \
|
|
libcamera \
|
|
libcamera-dbg \
|
|
libcamera-src \
|
|
libgssdp-1.6-src \
|
|
libgupnp-1.6-src \
|
|
libsquish-staticdev \
|
|
oscam \
|
|
oscam-dbg \
|
|
oscam-src \
|
|
rtmpdump-staticdev \
|
|
"
|