summaryrefslogtreecommitdiffstats
path: root/meta-filesystems/conf/include
Commit message (Collapse)AuthorAgeFilesLines
* ptest-packagelists-meta-filesystems: Move fuse3 to meta-oe ptestsKhem Raj2024-10-041-2/+1
| | | | | | Move sshfs-fuse out of problematic ptests into slow ones Signed-off-by: Khem Raj <raj.khem@gmail.com>
* non-repro-meta-filesystems: update known reproducible packagesYoann Congal2024-09-151-3/+0
| | | | | | | | | | Re-include packages that are seen reproducible in the last 3 AB runs: https://autobuilder.yoctoproject.org/typhoon/#/builders/155/builds/41/steps/12/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/155/builds/42/steps/12/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/155/builds/43/steps/12/logs/stdio 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-oeYoann Congal2024-04-291-0/+9
| | | | | | | | | | | | | | 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>
* meta-filesystems: Add meta-filesystems-image-ptestKhem Raj2024-02-221-0/+18
This will help in running ptests like core layer, right now there are just 3 but I hope to get more contributions now that infra is in place to run all ptests bitbake meta-filesystems-image-ptest-all to run a single recipe ptests bitbake meta-filesystems-image-ptest-fuse3 Signed-off-by: Khem Raj <raj.khem@gmail.com>