summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2019-12-02 13:57:06 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2019-12-03 13:28:24 +0800
commitf227e3a0cac5a6193550f12426366b6afad2f778 (patch)
tree1bc18b4ad6e5d7ebbee31898ce4846772dc8a83b
parentca26bed652722167b2dbe0042cfc2406029e9c6c (diff)
downloadmeta-intel-f227e3a0cac5a6193550f12426366b6afad2f778.tar.gz
intel-microcode: fix upstream release checking
There could be a character to signify minor changes for the same microcode at the end. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r--recipes-core/microcode/intel-microcode_20190618.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-core/microcode/intel-microcode_20190618.bb b/recipes-core/microcode/intel-microcode_20190618.bb
index 65b8036a..2edf947e 100644
--- a/recipes-core/microcode/intel-microcode_20190618.bb
+++ b/recipes-core/microcode/intel-microcode_20190618.bb
@@ -64,3 +64,5 @@ addtask deploy before do_build after do_compile
64PACKAGES = "${PN}" 64PACKAGES = "${PN}"
65 65
66FILES_${PN} = "${base_libdir}" 66FILES_${PN} = "${base_libdir}"
67
68UPSTREAM_CHECK_GITTAGREGEX = "^microcode-(?P<pver>(\d+)[a-z])$"