meta-arm.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm-bsp/fvp-baser: use common fvp-base.wks file
@ 2021-07-15 18:26 Ross Burton
  0 siblings, 0 replies; only message in thread
From: Ross Burton @ 2021-07-15 18:26 UTC (permalink / raw)
  To: meta-arm

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>
---
 meta-arm-bsp/conf/machine/fvp-baser-aemv8r64.conf | 2 +-
 meta-arm-bsp/wic/fvp-baser-aemv8r64.wks           | 3 ---
 2 files changed, 1 insertion(+), 4 deletions(-)
 delete mode 100644 meta-arm-bsp/wic/fvp-baser-aemv8r64.wks

diff --git a/meta-arm-bsp/conf/machine/fvp-baser-aemv8r64.conf b/meta-arm-bsp/conf/machine/fvp-baser-aemv8r64.conf
index 79b95a8..b937286 100644
--- a/meta-arm-bsp/conf/machine/fvp-baser-aemv8r64.conf
+++ b/meta-arm-bsp/conf/machine/fvp-baser-aemv8r64.conf
@@ -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
diff --git a/meta-arm-bsp/wic/fvp-baser-aemv8r64.wks b/meta-arm-bsp/wic/fvp-baser-aemv8r64.wks
deleted file mode 100644
index 4701406..0000000
--- a/meta-arm-bsp/wic/fvp-baser-aemv8r64.wks
+++ /dev/null
@@ -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
-- 
2.25.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-07-15 18:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-15 18:26 [PATCH] arm-bsp/fvp-baser: use common fvp-base.wks file Ross Burton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).