diff options
| author | Saul Wold <sgw@linux.intel.com> | 2017-12-08 06:54:17 -0800 |
|---|---|---|
| committer | California Sullivan <california.l.sullivan@intel.com> | 2017-12-08 15:04:46 -0800 |
| commit | 0f266744f7d542a960a78226af35403f871ba5a6 (patch) | |
| tree | 2dcefb275a18085287fa75a31ebc8074b69c7bf4 /wic | |
| parent | 6f988495c3f560ee3b639ad986e67e531cceb91f (diff) | |
| download | meta-intel-0f266744f7d542a960a78226af35403f871ba5a6.tar.gz | |
Galileo: Remove remaining bits from RMC and WIC directory
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
Diffstat (limited to 'wic')
| -rw-r--r-- | wic/galileodisk-sd.wks | 9 | ||||
| -rw-r--r-- | wic/galileodisk-usb.wks | 9 |
2 files changed, 0 insertions, 18 deletions
diff --git a/wic/galileodisk-sd.wks b/wic/galileodisk-sd.wks deleted file mode 100644 index 225778d7..00000000 --- a/wic/galileodisk-sd.wks +++ /dev/null | |||
| @@ -1,9 +0,0 @@ | |||
| 1 | # short-description: Create a Galileo Gen 1/2 disk image (SD card) | ||
| 2 | # long-description: Creates a partitioned EFI disk image for Intel Galileo Gen 1/2 | ||
| 3 | # boards that the user can directly dd to an SD card and boot. | ||
| 4 | |||
| 5 | part /boot --source bootimg-efi --sourceparams="loader=systemd-boot" --ondisk mmcblk0 --label msdos --active --align 1024 | ||
| 6 | |||
| 7 | part / --source rootfs --ondisk mmcblk0 --fstype=ext3 --label platform --align 1024 --use-uuid | ||
| 8 | |||
| 9 | bootloader --timeout=1 --append="rootwait console=ttyS1,115200n8 earlycon=uart8250,mmio32,0x9000b000,115200n8 reboot=efi,warm apic=debug rw LABEL=boot debugshell=5" | ||
diff --git a/wic/galileodisk-usb.wks b/wic/galileodisk-usb.wks deleted file mode 100644 index b561fa09..00000000 --- a/wic/galileodisk-usb.wks +++ /dev/null | |||
| @@ -1,9 +0,0 @@ | |||
| 1 | # short-description: Create a Galileo Gen 1/2 disk image (USB storage) | ||
| 2 | # long-description: Creates a partitioned EFI disk image for Intel Galileo Gen 1/2 | ||
| 3 | # that the user can directly dd to USB storage media and boot. | ||
| 4 | |||
| 5 | part /boot --source bootimg-efi --sourceparams="loader=systemd-boot" --ondisk sda --label msdos --active --align 1024 | ||
| 6 | |||
| 7 | part / --source rootfs --ondisk sda --fstype=ext3 --label platform --align 1024 --use-uuid | ||
| 8 | |||
| 9 | bootloader --timeout=1 --append="rootwait console=ttyS1,115200n8 earlycon=uart8250,mmio32,0x9000b000,115200n8 reboot=efi,warm apic=debug rw LABEL=boot debugshell=5" | ||
