summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/wic
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2020-07-01 02:01:57 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2020-07-02 19:05:17 +0200
commit3fb78c5ff1b63c5c4703efde2dc405d897fda74c (patch)
tree719707a201785170c31414e32b6f372f7317db72 /meta-agl-bsp/wic
parentaecad47046dc62af8c1a61bc0b9b1659eddf1d6f (diff)
Cleanup of deprecated recipes
We deprecated meta-intel in favour of a combined qemux86-64 image. Thus we can remove bbappends related to meta-intel. We can also remove the joule bootdisk (board long EOL). The intel kernel config fragments are moved to the generic recipes-kernel folder for a later inspection as to enhance the kernel options available in the qemux86-64 build. Finally also remove the override for meta-synopsys (no dunfell branch). Bug-AGL: SPEC-3468 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Change-Id: I8c999a4f6d3ad4b85c71f94dac13c3563c440a88
Diffstat (limited to 'meta-agl-bsp/wic')
-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"