Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | non-repro-meta-python: exclude packages that failed previously | Yoann Congal | 2024-09-14 | 1 | -0/+3 |
| | | | | | | | | Those are the non-reproducible packages from: https://autobuilder.yoctoproject.org/typhoon/#/builders/155/builds/43 Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | reproducibility: move repro excludes from AB config.json to meta-oe | Yoann Congal | 2024-04-29 | 1 | -0/+22 |
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> |