mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
sanity.bbclass: version each of the files in the build/conf/ directory
We already have versioning of the local.conf file but it's entirely plausible for the bblayers.conf and site.conf to change incompatibly so we should version those too. Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
@@ -7,7 +7,9 @@ BB_MIN_VERSION = "1.8.10"
|
||||
|
||||
SANITY_ABIFILE = "${TMPDIR}/abi_version"
|
||||
|
||||
POKY_CONF_VERSION = "1"
|
||||
POKY_CONF_VERSION = "1"
|
||||
LAYER_CONF_VERSION = "1"
|
||||
SITE_CONF_VERSION = "1"
|
||||
|
||||
INHERIT += "sanity"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user