summaryrefslogtreecommitdiffstats
path: root/common/recipes-core
diff options
context:
space:
mode:
authorAníbal Limón <anibal.limon@linux.intel.com>2017-05-01 15:30:20 -0500
committerSaul Wold <sgw@linux.intel.com>2017-05-09 23:29:50 +0800
commit4b83cea79a662d8061211b0db6d465cd474a974a (patch)
treea2711ca6e22d3db907c66229e1a0b25ea933b7c0 /common/recipes-core
parentca8695a4fd9bb7e5ed8636fc2070108085c56433 (diff)
downloadmeta-intel-4b83cea79a662d8061211b0db6d465cd474a974a.tar.gz
thermald,iucode-tool,libyami: Add UPSTREAM_CHECK_ variables
These variables are used by checkpkg task to figure out if there are a new version of the upstream software. Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'common/recipes-core')
-rw-r--r--common/recipes-core/microcode/iucode-tool_2.1.1.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/recipes-core/microcode/iucode-tool_2.1.1.bb b/common/recipes-core/microcode/iucode-tool_2.1.1.bb
index 5b216992..66cb0f94 100644
--- a/common/recipes-core/microcode/iucode-tool_2.1.1.bb
+++ b/common/recipes-core/microcode/iucode-tool_2.1.1.bb
@@ -29,3 +29,5 @@ inherit autotools
29BBCLASSEXTEND = "native" 29BBCLASSEXTEND = "native"
30 30
31COMPATIBLE_HOST = "(i.86|x86_64).*-linux" 31COMPATIBLE_HOST = "(i.86|x86_64).*-linux"
32
33UPSTREAM_CHECK_URI = "https://gitlab.com/iucode-tool/releases"