[meta-intel] [PATCH] thermald, iucode-tool, libyami: Add UPSTREAM_CHECK_ variables

Aníbal Limón anibal.limon at linux.intel.com
Mon May 1 13:30:20 PDT 2017


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 at linux.intel.com>
---
 common/recipes-bsp/thermald/thermald_1.5.4.bb            | 2 ++
 common/recipes-core/microcode/iucode-tool_2.1.1.bb       | 2 ++
 common/recipes-multimedia/libyami/libyami-utils_1.1.0.bb | 2 ++
 common/recipes-multimedia/libyami/libyami_1.1.0.bb       | 3 +++
 4 files changed, 9 insertions(+)

diff --git a/common/recipes-bsp/thermald/thermald_1.5.4.bb b/common/recipes-bsp/thermald/thermald_1.5.4.bb
index 81b1b31..9bde896 100644
--- a/common/recipes-bsp/thermald/thermald_1.5.4.bb
+++ b/common/recipes-bsp/thermald/thermald_1.5.4.bb
@@ -31,3 +31,5 @@ CONFFILES_${PN} = " \
                    ${sysconfdir}/thermald/thermal-conf.xml \
                    ${sysconfdir}/thermald/thermal-cpu-cdev-order.xml \
                   "
+
+UPSTREAM_CHECK_URI = "https://github.com/01org/thermal_daemon/releases"
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 5b21699..66cb0f9 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
 BBCLASSEXTEND = "native"
 
 COMPATIBLE_HOST = "(i.86|x86_64).*-linux"
+
+UPSTREAM_CHECK_URI = "https://gitlab.com/iucode-tool/releases"
diff --git a/common/recipes-multimedia/libyami/libyami-utils_1.1.0.bb b/common/recipes-multimedia/libyami/libyami-utils_1.1.0.bb
index b069628..4c1dceb 100755
--- a/common/recipes-multimedia/libyami/libyami-utils_1.1.0.bb
+++ b/common/recipes-multimedia/libyami/libyami-utils_1.1.0.bb
@@ -28,3 +28,5 @@ PACKAGECONFIG = "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}"
 # gles-tests fail to build without x11: see https://github.com/01org/libyami-utils/issues/91
 PACKAGECONFIG[x11] = "--enable-x11 --enable-tests-gles,--disable-x11 --disable-tests-gles, virtual/libx11"
 
+UPSTREAM_CHECK_URI = "http://github.com/01org/libyami-utils/releases"
+UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)"
diff --git a/common/recipes-multimedia/libyami/libyami_1.1.0.bb b/common/recipes-multimedia/libyami/libyami_1.1.0.bb
index 077c211..8efd6f9 100755
--- a/common/recipes-multimedia/libyami/libyami_1.1.0.bb
+++ b/common/recipes-multimedia/libyami/libyami_1.1.0.bb
@@ -22,3 +22,6 @@ DEPENDS = "libva"
 inherit autotools pkgconfig distro_features_check
 
 REQUIRED_DISTRO_FEATURES = "opengl"
+
+UPSTREAM_CHECK_URI = "https://github.com/01org/libyami/releases"
+UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)"
-- 
2.1.4



More information about the meta-intel mailing list