Message ID | 20230216161133.3488226-1-ross.burton@arm.com |
---|---|
State | New |
Headers | show |
Series | [1/2] arm/boot-wrapper-aarch64: tell upgrade checker to look for new SHAs | expand |
On Thu, 16 Feb 2023 16:11:32 +0000, Ross Burton wrote:
> This repository doesn't tag releases, so just track the latest SHA.
Applied, thanks!
[1/2] arm/boot-wrapper-aarch64: tell upgrade checker to look for new SHAs
commit: 93f5170eb2aa764078d04468ec2e80544cf6f3bb
[2/2] CI/machine-summary: add missing recipes
commit: 402cfcc4e85f56f14f3ec67b5fe373e00a18d7d4
Best regards,
diff --git a/meta-arm/recipes-bsp/boot-wrapper-aarch64/boot-wrapper-aarch64_git.bb b/meta-arm/recipes-bsp/boot-wrapper-aarch64/boot-wrapper-aarch64_git.bb index 74adaf34..411dac0c 100644 --- a/meta-arm/recipes-bsp/boot-wrapper-aarch64/boot-wrapper-aarch64_git.bb +++ b/meta-arm/recipes-bsp/boot-wrapper-aarch64/boot-wrapper-aarch64_git.bb @@ -6,6 +6,9 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=bb63326febfb5fb909226c8e7ebcef5c" SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/mark/boot-wrapper-aarch64.git;branch=master" SRCREV = "1044c77062573985f7c994c3b6cef5695f57e955" +# boot-wrapper doesn't make releases +UPSTREAM_CHECK_COMMITS = "1" + PV = "git${SRCPV}" S = "${WORKDIR}/git"
This repository doesn't tag releases, so just track the latest SHA. Signed-off-by: Ross Burton <ross.burton@arm.com> --- .../boot-wrapper-aarch64/boot-wrapper-aarch64_git.bb | 3 +++ 1 file changed, 3 insertions(+)