feat(distro): add coreos to DISTROOVERRIDES

This commit is contained in:
Sam Dolt 2024-03-25 16:24:29 +01:00
parent 33b5b7d65c
commit cc9a93d4a6
1 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,11 @@
# it should support the most basic distro without optional coreos # it should support the most basic distro without optional coreos
# features # features
# Using :coreos override should work on all CoreOS based distro
# Note that :belden-coreos does not work on CoreOS based distro but will
# work when build for the belden-coreos distro
DISTROOVERRIDES = "coreos:${DISTRO}"
INHERIT += "coreos_metadata_scm" INHERIT += "coreos_metadata_scm"
# Distro features and policies # Distro features and policies