Files
meta-qcom-extras/recipes-kernel/linux/linux-yocto_%.bbappend
Viswanath Kraleti e5179a3be9 linux-yocto: Generate dtb image for each device-tree blob
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>
2024-09-05 16:01:17 +05:30

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}