summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2020-08-28 16:55:59 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-08-31 00:45:20 +0000
commit2dec1c0c7839353e2c9643511fe836c26d630094 (patch)
treefcf4e5c08dfd5fb95913f68342a48bb4570b8efa /meta-agl-bsp
parenteadebf9545c33880af1a99b7a8b8fe3ec1146310 (diff)
Remove old components around joule board
Remove scripts that supported the EOL Joule board. Bug-AGL: SPEC-3555 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Change-Id: I2a50ed2631ff1bc961717e7cff27b861f6c43d5b Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25159 Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Diffstat (limited to 'meta-agl-bsp')
-rw-r--r--meta-agl-bsp/wic/systemd-joule-bootdisk.wks12
1 files changed, 0 insertions, 12 deletions
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"