]> code.ossystems Code Review - openembedded-core.git/commitdiff
linux-yocto: exclude from version checks/automated version updates
authorAlexander Kanavin <alex.kanavin@gmail.com>
Mon, 8 Jun 2020 07:46:18 +0000 (09:46 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 8 Jun 2020 20:35:04 +0000 (21:35 +0100)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc
meta/recipes-kernel/linux/linux-yocto.inc

index 4481aa430ca00cc3cccb88efbcd2e1b2d25ace89..20139a84972d73c8c312317943c4af7d966974ce 100644 (file)
@@ -32,6 +32,8 @@ LICENSE = "GPLv2"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
 
+RECIPE_NO_UPDATE_REASON = "Recipe is updated through a separate process"
+
 python __anonymous () {
     major = d.getVar("PV").split('.')[0]
     if major == "3":
index f560dec58997ab7fef450d8b5959abda0431e930..bd37006f88fb5ab22cda382d8f6ce09a31a03340 100644 (file)
@@ -6,6 +6,8 @@ LIC_FILES_CHKSUM ?= "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
 
 UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+(\.\d+)*)"
 
+RECIPE_NO_UPDATE_REASON = "Recipe is updated through a separate process"
+
 # Skip processing of this recipe if it is not explicitly specified as the
 # PREFERRED_PROVIDER for virtual/kernel. This avoids network access required
 # by the use of AUTOREV SRCREVs, which are the default for this recipe.