From: ankur.tyagi85@gmail.com
To: openembedded-devel@lists.openembedded.org
Cc: Ankur Tyagi <ankur.tyagi85@gmail.com>
Subject: [oe][meta-oe][PATCH 9/25] ramspeed-smp: add UPSTREAM_CHECK_COMMITS
Date: Wed, 19 Aug 2026 17:36:13 +1200 [thread overview]
Message-ID: <20260819053629.391864-9-ankur.tyagi85@gmail.com> (raw)
In-Reply-To: <20260819053629.391864-1-ankur.tyagi85@gmail.com>
From: Ankur Tyagi <ankur.tyagi85@gmail.com>
Fixes:
$ devtool latest-version ramspeed-smp
...
INFO: Current version: git
INFO: Latest version:
Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
---
meta-oe/recipes-benchmark/ramspeed-smp/ramspeed-smp_git.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-oe/recipes-benchmark/ramspeed-smp/ramspeed-smp_git.bb b/meta-oe/recipes-benchmark/ramspeed-smp/ramspeed-smp_git.bb
index 1e55bcf87e..e13ce26ae2 100644
--- a/meta-oe/recipes-benchmark/ramspeed-smp/ramspeed-smp_git.bb
+++ b/meta-oe/recipes-benchmark/ramspeed-smp/ramspeed-smp_git.bb
@@ -7,6 +7,8 @@ LIC_FILES_CHKSUM = "file://LICENCE;md5=92cffec6695a20eab8d0e4770f4e9353"
SRC_URI = "git://github.com/cruvolo/ramspeed-smp.git;protocol=https;branch=master"
SRCREV = "2011a256caa6a0ccdb88cb8c6b1e69c8f782b729"
+UPSTREAM_CHECK_COMMITS = "1"
+
do_compile() {
${CC} ${CFLAGS} ${LDFLAGS} \
ramsmp.c intmem.c fltmem.c intmark.c fltmark.c \
next prev parent reply other threads:[~2026-08-19 5:37 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-19 5:36 [oe][meta-networking][PATCH 1/25] igmpproxy: add UPSTREAM_CHECK_REGEX variable ankur.tyagi85
2026-08-19 5:36 ` [oe][meta-networking][PATCH 2/25] macchanger: add UPSTREAM_CHECK variables ankur.tyagi85
2026-08-19 5:36 ` [oe][meta-networking][PATCH 3/25] nuttcp: upgrade 8.2.2 -> 8.2.4 ankur.tyagi85
2026-08-19 5:36 ` [oe][meta-networking][PATCH 4/25] vnstat: add UPSTREAM_CHECK variables ankur.tyagi85
2026-08-19 5:36 ` [oe][meta-oe][PATCH 5/25] cpuburn-arm: add UPSTREAM_CHECK_COMMITS ankur.tyagi85
2026-08-19 5:36 ` [oe][meta-oe][PATCH 6/25] coremark-pro: " ankur.tyagi85
2026-08-19 5:36 ` [oe][meta-oe][PATCH 7/25] cyclictest: " ankur.tyagi85
2026-08-19 5:36 ` [oe][meta-oe][PATCH 8/25] hackbench: " ankur.tyagi85
2026-08-19 5:36 ` ankur.tyagi85 [this message]
2026-08-19 5:36 ` [oe][meta-oe][PATCH 10/25] ramspeed: " ankur.tyagi85
2026-08-19 5:36 ` [oe][meta-oe][PATCH 11/25] sockperf: " ankur.tyagi85
2026-08-19 5:36 ` [oe][meta-oe][PATCH 12/25] tinymembench: " ankur.tyagi85
2026-08-19 5:36 ` [oe][meta-oe][PATCH 13/25] unixbench: set PV in recipe name and update SRC_URI ankur.tyagi85
2026-08-19 5:36 ` [oe][meta-oe][PATCH 14/25] wrk: " ankur.tyagi85
2026-08-19 5:36 ` [oe][meta-oe][PATCH 15/25] wrk2: ad UPSTREAM_CHECK_COMMITS ankur.tyagi85
2026-08-19 5:36 ` [oe][meta-oe][PATCH 16/25] lmsensors: upgrade 3.6.0 -> 3.6.2 ankur.tyagi85
2026-08-19 5:36 ` [oe][meta-networking][PATCH 17/25] wireshark: upgrade 4.6.7 -> 4.6.8 ankur.tyagi85
2026-08-19 5:36 ` [oe][meta-oe][PATCH 18/25] thingsboard-gateway: upgrade 3.8.3 -> 3.8.4 ankur.tyagi85
2026-08-19 5:36 ` [oe][meta-oe][PATCH 19/25] botan: upgrade 3.12.0 -> 3.13.0 ankur.tyagi85
2026-08-19 5:36 ` [oe][meta-oe][PATCH 20/25] libkcapi: upgrade 1.5.0 -> 1.5.1 ankur.tyagi85
2026-08-19 5:36 ` [oe][meta-oe][PATCH 21/25] libsombok3: add UPSTREAM_CHECK_GITTAGREGEX ankur.tyagi85
2026-08-19 5:36 ` [oe][meta-oe][PATCH 22/25] mercurial: upgrade 7.2.3 -> 7.2.4 ankur.tyagi85
2026-08-19 5:36 ` [oe][meta-oe][PATCH 23/25] boinc-client: add UPSTREAM_CHECK_GITTAGREGEX ankur.tyagi85
2026-08-19 5:36 ` [oe][meta-oe][PATCH 24/25] ostree: upgrade 2026.2 -> 2026.3 ankur.tyagi85
2026-08-19 5:36 ` [oe][meta-oe][PATCH 25/25] redis: upgrade 8.10.0 -> 8.10.1 ankur.tyagi85
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260819053629.391864-9-ankur.tyagi85@gmail.com \
--to=ankur.tyagi85@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.