summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Truong <alexandre.truong@smile.fr>2024-07-30 12:01:46 +0200
committerKhem Raj <raj.khem@gmail.com>2024-08-09 14:25:08 -0700
commite7a0337eeebd57b7788ac9f5f6cfc25dc6d855bb (patch)
treebf6b05306b25020f3a20ba861b143b2286406fc1
parent16688b0f565badadace8732840f0ff01718cc87c (diff)
downloadmeta-openembedded-e7a0337eeebd57b7788ac9f5f6cfc25dc6d855bb.tar.gz
firmwared: include UPSTREAM_CHECK_COMMITS to fix UNKNOWN_BROKEN status
When performing devtool check-upgrade-status, UNKNOWN_BROKEN status appears. On the upstream source repository, releases are not identified by tags. So, UPSTREAM_CHECK_COMMITS is set to 1, to find the latest upstream update. Signed-off-by: Alexandre Truong <alexandre.truong@smile.fr> Reviewed-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-bsp/firmwared/firmwared_git.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-bsp/firmwared/firmwared_git.bb b/meta-oe/recipes-bsp/firmwared/firmwared_git.bb
index f3760a40e6..2b7ed256eb 100644
--- a/meta-oe/recipes-bsp/firmwared/firmwared_git.bb
+++ b/meta-oe/recipes-bsp/firmwared/firmwared_git.bb
@@ -13,6 +13,9 @@ SRC_URI = "git://github.com/teg/firmwared.git;branch=master;protocol=https \
13PV = "0+git" 13PV = "0+git"
14SRCREV = "2e6b5db43d63a5c0283a4cae9a6a20b7ad107a04" 14SRCREV = "2e6b5db43d63a5c0283a4cae9a6a20b7ad107a04"
15 15
16# Upstream repo does not tag
17UPSTREAM_CHECK_COMMITS = "1"
18
16S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
17 20
18DEPENDS = "glib-2.0 systemd" 21DEPENDS = "glib-2.0 systemd"