You've already forked meta-qcom-extras
mirror of
https://github.com/linux-msm/meta-qcom-extras.git
synced 2026-02-25 13:14:43 -08:00
11feed5403
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>
19 lines
499 B
Plaintext
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"
|