Files
meta-qcom-extras/conf/machine/sdx55-mtp.conf
T
Nicolas Dechesne 11feed5403 sdx55: switch to main linux-linaro-qcoml kernel recipe
There is enough upstream support for sdx55, we no longer need to use a
custom kernel recipe.

Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2021-12-21 18:53:34 +01:00

19 lines
499 B
Plaintext

#@TYPE: Machine
#@NAME: SDX55-MTP
#@DESCRIPTION: Machine configuration for the SDX55-MTP development board, with Qualcomm SDX55.
require conf/machine/include/qcom-sdx55.inc
MACHINE_FEATURES = "usbhost usbgadget"
KERNEL_IMAGETYPE ?= "zImage"
KERNEL_DEVICETREE ?= "qcom-sdx55-mtp.dtb"
# UBI filesystem parameters
MKUBIFS_ARGS ?= "-m 4096 -e 253952 -c 1188"
UBINIZE_ARGS ?= "-m 4096 -p 256KiB -s 4096"
# Use system partition for rootfs
UBI_VOLNAME ?= "system"
QCOM_BOOTIMG_ROOTFS ?= "ubi0:system"