mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-06-02 01:20:09 +00:00
arm/edk2-firmware: rationalise $S
Currently edk2-firmware sets S to WORKDIR/git/ and unpacks edk2 into WORKDIR/git/edk2. This isn't idiomatic and breaks tooling such as devtool which expects a git fetcher to unpack a git repository to $S. Move the edk2 unpack to $S directly, and update the recipe where required. Change-Id: Ib9571032c14a01864860e2eb5a04ed73dd382710 Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
SRC_URI = "\
|
||||
git://git.linaro.org/landing-teams/working/arm/edk2.git;name=edk2;destsuffix=git/edk2;nobranch=1 \
|
||||
git://git.linaro.org/landing-teams/working/arm/edk2-platforms.git;name=edk2-platforms;destsuffix=git/edk2/edk2-platforms;nobranch=1 \
|
||||
git://git.linaro.org/landing-teams/working/arm/edk2.git;name=edk2;destsuffix=edk2;nobranch=1 \
|
||||
git://git.linaro.org/landing-teams/working/arm/edk2-platforms.git;name=edk2-platforms;destsuffix=edk2/edk2-platforms;nobranch=1 \
|
||||
"
|
||||
|
||||
# TAGS and commit ID as per N1SDP-2020.03.26 release
|
||||
|
||||
Reference in New Issue
Block a user