aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-yocto_%.bbappend
blob: 1d0ddaf3f74e292eafe6febc24088cc2fa016a6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# do not override KBRANCH and SRCREV_machine, use default ones.
COMPATIBLE_MACHINE:qcom = "qcom-armv8a|qcom-armv7a"

BASEVER = "${@ d.getVar('LINUX_VERSION').rpartition('.')[0]}"

FILESEXTRAPATHS:prepend:qcom := "${THISDIR}/${PN}-${BASEVER}:"

# 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}