feat(distro): add coreos to DISTROOVERRIDES
This commit is contained in:
parent
33b5b7d65c
commit
cc9a93d4a6
|
|
@ -2,6 +2,11 @@
|
|||
# it should support the most basic distro without optional coreos
|
||||
# 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"
|
||||
|
||||
# Distro features and policies
|
||||
|
|
|
|||
Loading…
Reference in New Issue