From 4e9364a50a17d633b6ca03ab1827b0507e012a7f Mon Sep 17 00:00:00 2001 From: Dalon Westergreen Date: Thu, 14 Nov 2019 08:38:13 -0800 Subject: Move wks file for stratix10 to common name Move the wks file name to a common name for agilex and stratix10 Signed-off-by: Dalon Westergreen --- conf/machine/stratix10.conf | 2 +- wic/sdimage-stratix10-agilex.wks | 6 ++++++ wic/sdimage-stratix10.wks | 6 ------ 3 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 wic/sdimage-stratix10-agilex.wks delete mode 100644 wic/sdimage-stratix10.wks diff --git a/conf/machine/stratix10.conf b/conf/machine/stratix10.conf index a3ca1f7..382c050 100644 --- a/conf/machine/stratix10.conf +++ b/conf/machine/stratix10.conf @@ -17,6 +17,6 @@ IMAGE_BOOT_FILES ?= " \ ${KERNEL_IMAGETYPE} \ socfpga_stratix10_socdk.dtb \ " -WKS_FILE ?= "sdimage-stratix10.wks" +WKS_FILE ?= "sdimage-stratix10-agilex.wks" IMAGE_FSTYPES += "wic" diff --git a/wic/sdimage-stratix10-agilex.wks b/wic/sdimage-stratix10-agilex.wks new file mode 100644 index 0000000..3e04dac --- /dev/null +++ b/wic/sdimage-stratix10-agilex.wks @@ -0,0 +1,6 @@ +# short-description: Create SD card image for the Intel Stratix 10 SoC +# long-description: Creates a partitioned SD card image for the Intel +# Stratix 10 SoC. Boot files are located in the first vfat partition. + +part --source bootimg-partition --ondisk mmcblk --fstype=vfat --label boot --active --align 4 --size 16 +part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 4 diff --git a/wic/sdimage-stratix10.wks b/wic/sdimage-stratix10.wks deleted file mode 100644 index 3e04dac..0000000 --- a/wic/sdimage-stratix10.wks +++ /dev/null @@ -1,6 +0,0 @@ -# short-description: Create SD card image for the Intel Stratix 10 SoC -# long-description: Creates a partitioned SD card image for the Intel -# Stratix 10 SoC. Boot files are located in the first vfat partition. - -part --source bootimg-partition --ondisk mmcblk --fstype=vfat --label boot --active --align 4 --size 16 -part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 4 -- cgit v1.2.3-54-g00ecf