summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Truong <alexandre.truong@smile.fr>2024-07-31 10:47:26 +0200
committerKhem Raj <raj.khem@gmail.com>2024-08-09 14:25:10 -0700
commit070070028442b40b97564315fec5517c2567bc8b (patch)
tree26e70392d566bd41c6f3f5d3ecfd8ad1617adb50
parentb61e248091aa4d2ec5fbdc14f6185354e9ef6b3a (diff)
downloadmeta-openembedded-070070028442b40b97564315fec5517c2567bc8b.tar.gz
linux-serial-test: 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-test/linux-serial-test/linux-serial-test_git.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-test/linux-serial-test/linux-serial-test_git.bb b/meta-oe/recipes-test/linux-serial-test/linux-serial-test_git.bb
index e909676abc..7346011158 100644
--- a/meta-oe/recipes-test/linux-serial-test/linux-serial-test_git.bb
+++ b/meta-oe/recipes-test/linux-serial-test/linux-serial-test_git.bb
@@ -8,6 +8,9 @@ SRC_URI = "git://github.com/cbrake/linux-serial-test.git;protocol=https;branch=m
8PV = "0+git" 8PV = "0+git"
9SRCREV = "2ee61484167eab846f7b7c565284d7c350d738d3" 9SRCREV = "2ee61484167eab846f7b7c565284d7c350d738d3"
10 10
11# Upstream repo does not tag
12UPSTREAM_CHECK_COMMITS = "1"
13
11S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
12 15
13inherit cmake 16inherit cmake