From 2dec1c0c7839353e2c9643511fe836c26d630094 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Fri, 28 Aug 2020 16:55:59 +0200 Subject: Remove old components around joule board MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove scripts that supported the EOL Joule board. Bug-AGL: SPEC-3555 Signed-off-by: Jan-Simon Möller Change-Id: I2a50ed2631ff1bc961717e7cff27b861f6c43d5b Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25159 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account --- meta-agl-bsp/wic/systemd-joule-bootdisk.wks | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 meta-agl-bsp/wic/systemd-joule-bootdisk.wks (limited to 'meta-agl-bsp/wic/systemd-joule-bootdisk.wks') diff --git a/meta-agl-bsp/wic/systemd-joule-bootdisk.wks b/meta-agl-bsp/wic/systemd-joule-bootdisk.wks deleted file mode 100644 index a318e2315..000000000 --- a/meta-agl-bsp/wic/systemd-joule-bootdisk.wks +++ /dev/null @@ -1,12 +0,0 @@ -# short-description: Custom EFI disk image with systemd-boot -# long-description: Creates a partitioned EFI disk image that the user -# can directly dd to boot media. The selected bootloader is systemd-boot -# and we do not have swap. We assume a Joule system and provide an -# appropriate kernel command line. - -part /boot --source bootimg-efi --sourceparams="loader=systemd-boot,initrd=microcode.cpio" --use-uuid --label msdos --active --align 1024 - -part / --source rootfs --fstype=ext4 --label platform --align 1024 --use-uuid - -# Modify the append line here as needed to suit the environment -bootloader --ptable gpt --timeout=5 --append="rootwait rootfstype=ext4 console=ttyS2,115200n8 console=tty0 video=efifb maxcpus=4 noxsave reboot=efi kmemleak=off" -- cgit 1.2.3-korg