-
Notifications
You must be signed in to change notification settings - Fork 153
WIP: CI: move local.conf modifications into their own yaml to make them optional #839
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
The enables meta-xfce and friends for DISTRO='qcom-wayland' Signed-off-by: Koen Kooi <[email protected]>
Add another axis to the CI matrix: distro.name and have a companion variable to add optional extra yaml files. The DISTRO in meta-qcom-distro needs `distro.yml`, while the default Poky-that-isn't-poky-anymore does not need an extra yaml. Signed-off-by: Koen Kooi <[email protected]>
These are specific to un-breaking Poky and nodistro, no need to force them onto other DISTROs. Update github workflows to use the new yml as well. Signed-off-by: Koen Kooi <[email protected]>
.github/workflows/build-yocto.yml
Outdated
| - qcom-armv7a | ||
| distro: | ||
| - name: poky/systemd | ||
| yamlfile: "" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it is really a kas config file. so 'kas' would be a better name.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
btw, it's empty, you can simply skip it.
| CONF_VERSION = "2" | ||
| INIT_MANAGER = "systemd" | ||
| PACKAGE_CLASSES = "package_ipk" | ||
| INHERIT += "buildstats buildstats-summary" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the 3 INHERIT in there, I see them as 'CI' configs that we want to enforce. I think we should keep them here.
First buildstats now is required since f6cfffd, and buildhistory I would like eventually to keep a copy of all our builds, so it would be required too.
rm_work while not needed in CI with throw away instances, is really a nice user feature, which should be kept by default too.
| distro: | ||
| - name: poky/systemd | ||
| yamlfile: "" | ||
| yamlfile: 'ci/localconfmods.yml:' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
localconf.yml?
Depends on #786