diff options
author | Alexandre Truong <alexandre.truong@smile.fr> | 2024-07-30 11:34:28 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-08-09 14:25:07 -0700 |
commit | d4b1cf3d392820d92fe51fbf162be81cb74d95e1 (patch) | |
tree | da1ce9930f2a2d7c74b114d9edcc2edd94069191 | |
parent | fdbe7f7ded0aa702a5c8bccb2191f63d4a63ad73 (diff) | |
download | meta-openembedded-d4b1cf3d392820d92fe51fbf162be81cb74d95e1.tar.gz |
devmem2: 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-support/devmem2/devmem2_2.0.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/devmem2/devmem2_2.0.bb b/meta-oe/recipes-support/devmem2/devmem2_2.0.bb index aee6bfe3da..5d2e8463e2 100644 --- a/meta-oe/recipes-support/devmem2/devmem2_2.0.bb +++ b/meta-oe/recipes-support/devmem2/devmem2_2.0.bb | |||
@@ -5,6 +5,9 @@ LIC_FILES_CHKSUM = "file://devmem2.c;endline=38;md5=a9eb9f3890384519f435aedf9862 | |||
5 | SRC_URI = "git://github.com/denix0/devmem2.git;protocol=https;branch=main" | 5 | SRC_URI = "git://github.com/denix0/devmem2.git;protocol=https;branch=main" |
6 | SRCREV = "5b395a946894eb4f4ef5d07c80a50a88573a541e" | 6 | SRCREV = "5b395a946894eb4f4ef5d07c80a50a88573a541e" |
7 | 7 | ||
8 | # Upstream repo does not tag | ||
9 | UPSTREAM_CHECK_COMMITS = "1" | ||
10 | |||
8 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
9 | 12 | ||
10 | CFLAGS += "-DFORCE_STRICT_ALIGNMENT" | 13 | CFLAGS += "-DFORCE_STRICT_ALIGNMENT" |