From 5ea24c9cfb6aa7975d47d47299e3755b12abb680 Mon Sep 17 00:00:00 2001 From: Alexandre Truong Date: Tue, 30 Jul 2024 11:18:56 +0200 Subject: [PATCH] con2fbmap: 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 Reviewed-by: Yoann Congal Signed-off-by: Khem Raj --- meta-oe/recipes-bsp/con2fbmap/con2fbmap_git.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/recipes-bsp/con2fbmap/con2fbmap_git.bb b/meta-oe/recipes-bsp/con2fbmap/con2fbmap_git.bb index 302a61e8a8..b623d0525a 100644 --- a/meta-oe/recipes-bsp/con2fbmap/con2fbmap_git.bb +++ b/meta-oe/recipes-bsp/con2fbmap/con2fbmap_git.bb @@ -13,6 +13,9 @@ SRC_URI = "git://gitlab.com/pibox/con2fbmap.git;protocol=https;branch=master \ file://0001-con2fbmap-Add-missing-include-on-string.h.patch \ " +# Upstream repo does not tag +UPSTREAM_CHECK_COMMITS = "1" + S = "${WORKDIR}/git" inherit autotools