diff options
| author | Alexandre Truong <alexandre.truong@smile.fr> | 2024-07-30 12:01:46 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-08-09 14:25:08 -0700 |
| commit | e7a0337eeebd57b7788ac9f5f6cfc25dc6d855bb (patch) | |
| tree | bf6b05306b25020f3a20ba861b143b2286406fc1 | |
| parent | 16688b0f565badadace8732840f0ff01718cc87c (diff) | |
| download | meta-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.bb | 3 |
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 \ | |||
| 13 | PV = "0+git" | 13 | PV = "0+git" |
| 14 | SRCREV = "2e6b5db43d63a5c0283a4cae9a6a20b7ad107a04" | 14 | SRCREV = "2e6b5db43d63a5c0283a4cae9a6a20b7ad107a04" |
| 15 | 15 | ||
| 16 | # Upstream repo does not tag | ||
| 17 | UPSTREAM_CHECK_COMMITS = "1" | ||
| 18 | |||
| 16 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
| 17 | 20 | ||
| 18 | DEPENDS = "glib-2.0 systemd" | 21 | DEPENDS = "glib-2.0 systemd" |
