aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/sm8250-mtp.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/sm8250-mtp.conf')
-rw-r--r--conf/machine/sm8250-mtp.conf25
1 files changed, 0 insertions, 25 deletions
diff --git a/conf/machine/sm8250-mtp.conf b/conf/machine/sm8250-mtp.conf
deleted file mode 100644
index 17a8887..0000000
--- a/conf/machine/sm8250-mtp.conf
+++ /dev/null
@@ -1,25 +0,0 @@
-#@TYPE: Machine
-#@NAME: SM8250-MTP
-#@DESCRIPTION: Machine configuration for the SM8250-MTP development board, with Qualcomm Snapdragon 865 SM8250.
-
-require conf/machine/include/qcom-sm8250.inc
-
-MACHINE_FEATURES = "usbhost usbgadget alsa screen wifi bluetooth ext2"
-
-KERNEL_IMAGETYPE ?= "Image.gz"
-KERNEL_DEVICETREE ?= "qcom/sm8250-mtp.dtb"
-
-SERIAL_CONSOLE ?= "115200 ttyMSM0"
-
-MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += " \
- kernel-modules \
- ${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'linux-firmware-qca', '', d)} \
- ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'mesa-driver-msm', '', d)} \
-"
-# linux-firmware-qcom-adreno-a650
-
-# /dev/sda15 is 'userdata' partition, so wipe it and use for our build
-QCOM_BOOTIMG_ROOTFS ?= "/dev/sda15"
-
-# UFS partitions setup with 4096 logical sector size
-EXTRA_IMAGECMD_ext4 += " -b 4096 "