diff options
author | Alexandre Truong <alexandre.truong@smile.fr> | 2024-07-31 10:47:26 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-08-09 14:25:10 -0700 |
commit | 070070028442b40b97564315fec5517c2567bc8b (patch) | |
tree | 26e70392d566bd41c6f3f5d3ecfd8ad1617adb50 | |
parent | b61e248091aa4d2ec5fbdc14f6185354e9ef6b3a (diff) | |
download | meta-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.bb | 3 |
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 | |||
8 | PV = "0+git" | 8 | PV = "0+git" |
9 | SRCREV = "2ee61484167eab846f7b7c565284d7c350d738d3" | 9 | SRCREV = "2ee61484167eab846f7b7c565284d7c350d738d3" |
10 | 10 | ||
11 | # Upstream repo does not tag | ||
12 | UPSTREAM_CHECK_COMMITS = "1" | ||
13 | |||
11 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
12 | 15 | ||
13 | inherit cmake | 16 | inherit cmake |