summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChangqing Li <changqing.li@windriver.com>2025-09-25 16:44:20 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-10-01 10:52:54 +0100
commitc28d71b442e3006f790ce5b6b4e9cc6ed0af295d (patch)
treedd23aedbb50e0f755655128b9aebf44393becd04
parentf5b126ea10d7a9c4194e80389bf71280847840a9 (diff)
downloadpoky-c28d71b442e3006f790ce5b6b4e9cc6ed0af295d.tar.gz
baremetal-helloworld: set UPSTREAM_CHECK_COMMITS
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 (From OE-Core rev: 3d7d324ca0ea242f1455332a20ac7b0f3cdcd761) 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>
-rw-r--r--meta/recipes-extended/baremetal-example/baremetal-helloworld_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/baremetal-example/baremetal-helloworld_git.bb b/meta/recipes-extended/baremetal-example/baremetal-helloworld_git.bb
index 80fdf26c05..4307716069 100644
--- a/meta/recipes-extended/baremetal-example/baremetal-helloworld_git.bb
+++ b/meta/recipes-extended/baremetal-example/baremetal-helloworld_git.bb
@@ -8,7 +8,7 @@ SRCREV = "db2bf750eaef7fc0832e13ada8291343bbcc3afe"
8PV = "0.1+git" 8PV = "0.1+git"
9 9
10SRC_URI = "git://github.com/ahcbb6/baremetal-helloqemu.git;protocol=https;branch=master" 10SRC_URI = "git://github.com/ahcbb6/baremetal-helloqemu.git;protocol=https;branch=master"
11UPSTREAM_VERSION_UNKNOWN = "1" 11UPSTREAM_CHECK_COMMITS = "1"
12 12
13# The following variables should be set to accomodate each application 13# The following variables should be set to accomodate each application
14BAREMETAL_BINNAME ?= "hello_baremetal_${MACHINE}" 14BAREMETAL_BINNAME ?= "hello_baremetal_${MACHINE}"