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
Inherit linux-qcom-dtbbin bbclass to generate individual dtb images for each device-tree produced by kernel. These can be flashed into dtb parititon for UEFI to read and load device-tree. Signed-off-by: Viswanath Kraleti <quic_vkraleti@quicinc.com>
20 lines
451 B
Plaintext
20 lines
451 B
Plaintext
# do not override KBRANCH and SRCREV_machine, use default ones.
|
|
COMPATIBLE_MACHINE:qcom = "qcom-armv8a|qcom-armv7a"
|
|
|
|
FILESEXTRAPATHS:prepend:qcom := "${THISDIR}/${PN}:"
|
|
|
|
# include all Qualcomm-specific files
|
|
SRC_URI:append:qcom = " \
|
|
file://qcom.scc \
|
|
"
|
|
|
|
# For boot.img
|
|
QCOM_BOOTIMG = ""
|
|
QCOM_BOOTIMG:qcom = "linux-qcom-bootimg"
|
|
inherit ${QCOM_BOOTIMG}
|
|
|
|
# For dtb.bin
|
|
QCOM_DTBBIN = ""
|
|
QCOM_DTBBIN:qcom = "linux-qcom-dtbbin"
|
|
inherit ${QCOM_DTBBIN}
|