diff mbox series

arm/scp-firmware: update git repository to new location

Message ID 20240108211911.29422-1-jon.mason@arm.com
State New
Headers show
Series arm/scp-firmware: update git repository to new location | expand

Commit Message

Jon Mason Jan. 8, 2024, 9:19 p.m. UTC
Signed-off-by: Jon Mason <jon.mason@arm.com>
---
 meta-arm/recipes-bsp/scp-firmware/scp-firmware_2.13.0.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Jon Mason Jan. 9, 2024, 8:25 p.m. UTC | #1
On Mon, 08 Jan 2024 15:19:11 -0600, Jon Mason wrote:
> 


Applied, thanks!

[1/1] arm/scp-firmware: update git repository to new location
      commit: 98cf1495dbca946b8c6a82efdfce0afb63ff41e2

Best regards,
diff mbox series

Patch

diff --git a/meta-arm/recipes-bsp/scp-firmware/scp-firmware_2.13.0.bb b/meta-arm/recipes-bsp/scp-firmware/scp-firmware_2.13.0.bb
index 7ca78f3c..18867b03 100644
--- a/meta-arm/recipes-bsp/scp-firmware/scp-firmware_2.13.0.bb
+++ b/meta-arm/recipes-bsp/scp-firmware/scp-firmware_2.13.0.bb
@@ -1,17 +1,17 @@ 
 SUMMARY = "SCP and MCP Firmware"
 DESCRIPTION = "Firmware for SCP and MCP software reference implementation"
-HOMEPAGE = "https://github.com/ARM-software/SCP-firmware"
+HOMEPAGE = "https://gitlab.arm.com/firmware/SCP-firmware"
 
 LICENSE = "BSD-3-Clause & Apache-2.0"
 LIC_FILES_CHKSUM = "file://license.md;beginline=5;md5=9db9e3d2fb8d9300a6c3d15101b19731 \
                     file://contrib/cmsis/git/LICENSE.txt;md5=e3fc50a88d0a364313df4b21ef20c29e"
 
-SRC_URI_SCP_FIRMWARE ?= "gitsm://github.com/ARM-software/SCP-firmware.git;protocol=https"
+SRC_URI_SCP_FIRMWARE ?= "gitsm://git.gitlab.arm.com/firmware/SCP-firmware.git;protocol=https"
 SRC_URI = "${SRC_URI_SCP_FIRMWARE};branch=${SRCBRANCH} \
            file://0001-OPTEE-Private-Includes.patch \
           "
 
-SRCBRANCH = "master"
+SRCBRANCH = "main"
 SRCREV  = "cc4c9e017348d92054f74026ee1beb081403c168"
 
 PROVIDES += "virtual/control-processor-firmware"