diff options
-rw-r--r-- | conf/distro/common.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/distro/common.inc b/conf/distro/common.inc index 41b1e1a..e258634 100644 --- a/conf/distro/common.inc +++ b/conf/distro/common.inc @@ -41,3 +41,8 @@ PACKAGE_CLASSES ?= "package_ipk" # All images build with the distribution get the version package IMAGE_INSTALL_append = " os-release" PREFERRED_PROVIDER_os-release = "yogurt-version" + +# Move listet checks from ERROR_QA to WARN_QA (defined in insane.bbclass) +ERROR_TO_WARN_QA = "version-going-backwards" +ERROR_QA_remove = "${ERROR_TO_WARN_QA}" +WARN_QA_append = " ${ERROR_TO_WARN_QA}" |