From: Jon Mason <jon.mason@arm.com>
To: meta-arm@lists.yoctoproject.org
Subject: [PATCH 3/4] arm/trusted-services: correct broken git versions
Date: Fri, 18 Apr 2025 09:12:21 -0400 [thread overview]
Message-ID: <20250418131222.95241-3-jon.mason@arm.com> (raw)
In-Reply-To: <20250418131222.95241-1-jon.mason@arm.com>
Add UPSTREAM_VERSION_UNKNOWN to avoid the "UNKNOWN_BORKEN" when running
`devtool check-upgrade-status`
Signed-off-by: Jon Mason <jon.mason@arm.com>
---
.../recipes-security/trusted-services/trusted-services-src.inc | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta-arm/recipes-security/trusted-services/trusted-services-src.inc b/meta-arm/recipes-security/trusted-services/trusted-services-src.inc
index b30b20b6d0fa..b3e01315dffd 100644
--- a/meta-arm/recipes-security/trusted-services/trusted-services-src.inc
+++ b/meta-arm/recipes-security/trusted-services/trusted-services-src.inc
@@ -17,6 +17,7 @@ LIC_FILES_CHKSUM = "file://${S}/license.rst;md5=ea160bac7f690a069c608516b17997f4
S = "${WORKDIR}/git/trusted-services"
PV ?= "0.0+git"
+UPSTREAM_CHECK_COMMITS = "1"
# DTC, tag "v1.6.1"
SRC_URI += "git://github.com/dgibson/dtc;name=dtc;protocol=https;branch=main;destsuffix=git/dtc"
--
2.39.5 (Apple Git-154)
next prev parent reply other threads:[~2025-04-18 13:12 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-18 13:12 [PATCH 1/4] arm/fvps: correct broken versions Jon Mason
2025-04-18 13:12 ` [PATCH 2/4] arm/trusted-firmware-a: correct broken git version Jon Mason
2025-04-18 13:12 ` Jon Mason [this message]
2025-04-18 13:12 ` [PATCH 4/4] arm/execstack: correct broken version Jon Mason
2025-04-19 3:15 ` [PATCH 1/4] arm/fvps: correct broken versions Jon Mason
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=20250418131222.95241-3-jon.mason@arm.com \
--to=jon.mason@arm.com \
--cc=meta-arm@lists.yoctoproject.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.