diff options
author | Aníbal Limón <anibal.limon@linux.intel.com> | 2017-05-01 15:30:20 -0500 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2017-05-09 23:29:50 +0800 |
commit | 4b83cea79a662d8061211b0db6d465cd474a974a (patch) | |
tree | a2711ca6e22d3db907c66229e1a0b25ea933b7c0 /common/recipes-core | |
parent | ca8695a4fd9bb7e5ed8636fc2070108085c56433 (diff) | |
download | meta-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.bb | 2 |
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 | |||
29 | BBCLASSEXTEND = "native" | 29 | BBCLASSEXTEND = "native" |
30 | 30 | ||
31 | COMPATIBLE_HOST = "(i.86|x86_64).*-linux" | 31 | COMPATIBLE_HOST = "(i.86|x86_64).*-linux" |
32 | |||
33 | UPSTREAM_CHECK_URI = "https://gitlab.com/iucode-tool/releases" | ||