]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
baremetal-helloworld: set UPSTREAM_CHECK_COMMITS
authorChangqing Li <changqing.li@windriver.com>
Thu, 25 Sep 2025 08:44:20 +0000 (16:44 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 1 Oct 2025 09:52:51 +0000 (10:52 +0100)
set UPSTREAM_CHECK_COMMITS to make new commit is reported

Test result(change SRCREV to an old one):
$devtool check-upgrade-status baremetal-helloworld
baremetal-helloworld      0.1             new commits     Alejandro Hernandez <alejandro@enedino.org> db2bf750eaef7fc0832e13ada8291343bbcc3afe

Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/baremetal-example/baremetal-helloworld_git.bb

index 80fdf26c05395fa02c877d160e16fa7fcd3fa37b..43077160697ce37eeeb98a82d22a9e1a1e831347 100644 (file)
@@ -8,7 +8,7 @@ SRCREV = "db2bf750eaef7fc0832e13ada8291343bbcc3afe"
 PV = "0.1+git"
 
 SRC_URI = "git://github.com/ahcbb6/baremetal-helloqemu.git;protocol=https;branch=master"
-UPSTREAM_VERSION_UNKNOWN = "1"
+UPSTREAM_CHECK_COMMITS = "1"
 
 # The following variables should be set to accomodate each application
 BAREMETAL_BINNAME ?= "hello_baremetal_${MACHINE}"