From a1738d8001cd1a711c86d3f270161255bdb21f55 Mon Sep 17 00:00:00 2001 From: Herrie Date: Fri, 23 Feb 2024 07:33:37 +0100 Subject: [PATCH] meta-rpi-luneos: Drop wic/wks Since we can use upstream one now after https://github.com/agherzan/meta-raspberrypi/pull/1290 Signed-off-by: Herman van Hazendonk --- conf/machine/include/webos-rpi.inc | 4 ---- wic/sdimage-raspberrypi-webos.wks | 6 ------ 2 files changed, 10 deletions(-) delete mode 100644 wic/sdimage-raspberrypi-webos.wks diff --git a/conf/machine/include/webos-rpi.inc b/conf/machine/include/webos-rpi.inc index ed42dd7..226151c 100644 --- a/conf/machine/include/webos-rpi.inc +++ b/conf/machine/include/webos-rpi.inc @@ -92,13 +92,9 @@ DISABLE_OVERSCAN = "1" # Configure all Bluetooth service classes we want to support WEBOS_BLUETOOTH_ENABLED_SERVICE_CLASSES = "SPP GATT FTP OPP A2DP" -# We don't want LG's partition layout etc for now, since it doesn't boot yet. Let's do defaults instead # Use ext4 as a uSD rootfs type and don't build ext3 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/wic/sdimage-raspberrypi-webos.wks b/wic/sdimage-raspberrypi-webos.wks deleted file mode 100644 index 451f1df..0000000 --- a/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