diff --git a/meta-webos-raspberrypi/conf/machine/include/webos-rpi.inc b/meta-webos-raspberrypi/conf/machine/include/webos-rpi.inc index 6ee7e3679..f9ee385f6 100644 --- a/meta-webos-raspberrypi/conf/machine/include/webos-rpi.inc +++ b/meta-webos-raspberrypi/conf/machine/include/webos-rpi.inc @@ -102,8 +102,5 @@ WEBOS_BLUETOOTH_ENABLED_SERVICE_CLASSES = "SPP GATT FTP OPP A2DP" SDIMG_ROOTFS_TYPE = "ext4" IMAGE_FSTYPES:remove = "ext3" -# fixed size boot image -WKS_FILE = "sdimage-raspberrypi-webos.wks" - # Use Fake KMS until surface-manager is fixed to support Full KMS, see WRP-5 VC4DTBO = "vc4-fkms-v3d" diff --git a/meta-webos-raspberrypi/wic/sdimage-raspberrypi-webos.wks b/meta-webos-raspberrypi/wic/sdimage-raspberrypi-webos.wks deleted file mode 100644 index 451f1df2c..000000000 --- a/meta-webos-raspberrypi/wic/sdimage-raspberrypi-webos.wks +++ /dev/null @@ -1,6 +0,0 @@ -# short-description: Create Raspberry Pi SD card image -# long-description: Creates a partitioned SD card image for use with -# Raspberry Pi. Boot files are located in the first vfat partition. - -part /boot --source bootimg-partition --ondisk mmcblk0 --fstype=vfat --label boot --active --align 4096 --fixed-size 80M -part / --source rootfs --ondisk mmcblk0 --fstype=ext4 --label root --align 4096