diff options
-rw-r--r-- | recipes-core/images/core-image-tiny.bb | 1 | ||||
-rw-r--r-- | wic/mktinygalileodisk.wks | 7 |
2 files changed, 0 insertions, 8 deletions
diff --git a/recipes-core/images/core-image-tiny.bb b/recipes-core/images/core-image-tiny.bb index ed39fd77..6b09b0c2 100644 --- a/recipes-core/images/core-image-tiny.bb +++ b/recipes-core/images/core-image-tiny.bb | |||
@@ -34,4 +34,3 @@ python() { | |||
34 | 34 | ||
35 | WKS_FILE_intel-corei7-64 = "core-image-tiny.wks.in" | 35 | WKS_FILE_intel-corei7-64 = "core-image-tiny.wks.in" |
36 | WKS_FILE_intel-core2-32 = "core-image-tiny.wks.in" | 36 | WKS_FILE_intel-core2-32 = "core-image-tiny.wks.in" |
37 | WKS_FILE_intel-quark = "mktinygalileodisk.wks" | ||
diff --git a/wic/mktinygalileodisk.wks b/wic/mktinygalileodisk.wks deleted file mode 100644 index 52f1e12c..00000000 --- a/wic/mktinygalileodisk.wks +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | # short-description: Create an Galileo Gen 1/2 disk image | ||
2 | # long-description: Creates a partitioned EFI disk image for Intel Galileo Gen 1/2, | ||
3 | # that the user can directly dd to boot media. | ||
4 | |||
5 | part /boot --source bootimg-efi --sourceparams="loader=systemd-boot,initrd=core-image-tiny-initramfs-intel-quark.cpio.gz" --ondisk mmcblk0 --label msdos --active --align 1024 | ||
6 | |||
7 | bootloader --timeout=0 --append="console=ttyS1,115200n8 earlycon=uart8250,mmio32,0x9000b000,115200n8 reboot=efi,warm apic=debug rw LABEL=boot debugshell=5" | ||