Skip to content

Commit

Permalink
Merge pull request #156 from hnez/tfa-url
Browse files Browse the repository at this point in the history
meta-lxatac-bsp: arm-trusted-firmware-a: use git instead of tarball URL
  • Loading branch information
hnez committed Jul 26, 2024
2 parents 119d78f + fcb04dd commit 37b5ca2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ LIC_FILES_CHKSUM = "file://docs/license.rst;md5=713afe122abbe07f067f939ca3c480c5
DEPENDS = "dtc-native"
PROVIDES = "virtual/ARM-tf-a"

SRC_URI = "https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/snapshot/${PV}.tar.gz"
SRC_URI = "git://review.trustedfirmware.org/TF-A/trusted-firmware-a.git;protocol=https;branch=master"

S = "${WORKDIR}/${PV}"
S = "${WORKDIR}/git"
B = "${WORKDIR}/build"

inherit deploy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require arm-trusted-firmware-a.inc
SUMMARY = "ARM Trusted Firmware-A for STM32MP1"
LIC_FILES_CHKSUM = "file://docs/license.rst;md5=b2c740efedc159745b9b31f88ff03dde"

SRC_URI[sha256sum] = "bca3d122ae4552677a77a70076bb229fa8b8c0358ab85ec964666bb386a9cf1b"
SRCREV = "d3e71ead6ea5bc3555ac90a446efec84ef6c6122"


COMPATIBLE_MACHINE = "lxatac"
Expand Down

0 comments on commit 37b5ca2

Please sign in to comment.