1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-06-01 13:10:04 +00:00

arm-bsp/fvp-baser: use common fvp-base.wks file

fvp-baser-aemv8r64.wks is identical to fvp-base.wks, so just reuse it.

Change-Id: Ib7db425b35cfd68494beb167fe167c46cdd32b3d
Signed-off-by: Ross Burton <ross.burton@arm.com>
This commit is contained in:
Ross Burton
2021-07-15 11:57:30 +01:00
parent 3277f66980
commit 9efa3b5683
2 changed files with 1 additions and 4 deletions
@@ -17,7 +17,7 @@ KERNEL_DEVICETREE = "arm/fvp-baser-aemv8r64.dtb"
SERIAL_CONSOLES = "115200;ttyAMA0"
IMAGE_FSTYPES += "wic"
WKS_FILE ?= "${MACHINE}.wks"
WKS_FILE ?= "fvp-base.wks"
# As this is a virtual target that will not be used in the real world there is
# no need for real SSH keys. Disable rng-tools (which takes too long to
-3
View File
@@ -1,3 +0,0 @@
# For fvp-baser-aemv8r64 machine we just need to populate the rootfs partition
part / --source rootfs --ondisk sda --fstype=ext4 --label root --align 1024 --extra-space 100