mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-06-05 02:20:30 +00:00
Remove explicit SRCPV
As of oe-core a8e7b0f, PV doesn't need to contain SRCPV explicitly as base.bbclass will append it to PKGV if there is a + in the version. So, remove the redundant assignments. Also change the boot-wrapper-aarch64 PV to 0+git as it's possible that some point they'll tag a release and we want to be able to upgrade to it. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -10,8 +10,9 @@ LIC_FILES_CHKSUM = "file://license.md;md5=e44b2531cd6ffe9dece394dbe988d9a0 \
|
||||
|
||||
SRC_URI = "gitsm://git.gitlab.arm.com/arm-reference-solutions/corstone1000/external_system/rtx.git;protocol=https;branch=master \
|
||||
file://race.patch"
|
||||
|
||||
SRCREV = "8c9dca74b104ff6c9722fb0738ba93dd3719c080"
|
||||
PV .= "+git${SRCPV}"
|
||||
PV .= "+git"
|
||||
|
||||
COMPATIBLE_MACHINE = "(corstone1000)"
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ COMPATIBLE_MACHINE = "n1sdp"
|
||||
SRC_URI = "git://git.gitlab.arm.com/arm-reference-solutions/board-firmware.git;protocol=https;branch=n1sdp"
|
||||
|
||||
SRCREV = "70ba494265eee76747faff38264860c19e214540"
|
||||
PV .= "+git${SRCPV}"
|
||||
PV .= "+git"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ EXTRA_OECMAKE:append = " \
|
||||
"
|
||||
# scp-firmware version aligning to Arm Reference Solutions N1SDP-2023.06.22 Release
|
||||
SRCREV = "543ae8ca3c9e38da3058311118fa3ceef1da47f7"
|
||||
PV .= "+git${SRCPV}"
|
||||
PV .= "+git"
|
||||
|
||||
do_install:append() {
|
||||
fiptool \
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
# Align with N1SDP-2023.06.22 Manifest
|
||||
SRCREV_tfa = "31f60a968347497562b0129134928d7ac4767710"
|
||||
PV .= "+git${SRCPV}"
|
||||
PV .= "+git"
|
||||
|
||||
COMPATIBLE_MACHINE = "n1sdp"
|
||||
TFA_PLATFORM = "n1sdp"
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://license.md;md5=e44b2531cd6ffe9dece394dbe988d9a0"
|
||||
|
||||
SRC_URI = "git://git.gitlab.arm.com/arm-reference-solutions/corstone1000/applications.git;protocol=https;branch=master"
|
||||
SRCREV = "2945cd92f7c6dbe4999ee72cd5cf1e2615eedba7"
|
||||
PV .= "+git${SRCPV}"
|
||||
PV .= "+git"
|
||||
|
||||
COMPATIBLE_MACHINE = "corstone1000"
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ SRCREV = "d3b1a15d18542b2086e72bfdc3fc43f454772a3b"
|
||||
# boot-wrapper doesn't make releases
|
||||
UPSTREAM_CHECK_COMMITS = "1"
|
||||
|
||||
PV = "git${SRCPV}"
|
||||
PV = "0+git"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=0fca02217a5d49a14dfe2d11837bb34d"
|
||||
SRC_URI = "git://gn.googlesource.com/gn;protocol=https;branch=main \
|
||||
file://0001-Replace-lstat64-stat64-functions-on-linux.patch"
|
||||
SRCREV = "4bd1a77e67958fb7f6739bd4542641646f264e5d"
|
||||
PV = "0+git${SRCPV}"
|
||||
PV = "0+git"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
B = "${WORKDIR}/build"
|
||||
|
||||
@@ -16,7 +16,7 @@ SRCREV_trusted-services = "08b3d39471f4914186bd23793dc920e83b0e3197"
|
||||
LIC_FILES_CHKSUM = "file://${S}/license.rst;md5=ea160bac7f690a069c608516b17997f4"
|
||||
|
||||
S = "${WORKDIR}/git/trusted-services"
|
||||
PV ?= "0.0+git${SRCPV}"
|
||||
PV ?= "0.0+git"
|
||||
|
||||
# DTC, tag "v1.6.1"
|
||||
SRC_URI += "git://github.com/dgibson/dtc;name=dtc;protocol=https;branch=main;destsuffix=git/dtc"
|
||||
|
||||
Reference in New Issue
Block a user