Skip to content

Commit 97e2d2d

Browse files
committed
linux-yocto: drop manual class inclusion
As all platforms now specify relevant kernel classes in machine conf file, drop those ugly inherits from the linux-yocto bbappend. Signed-off-by: Dmitry Baryshkov <[email protected]>
1 parent 96a95f6 commit 97e2d2d

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

recipes-kernel/linux/linux-yocto_%.bbappend

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,3 @@ FILESEXTRAPATHS:prepend:qcom := "${THISDIR}/${PN}-${BASEVER}:"
99
SRC_URI:append:qcom = " \
1010
file://qcom.scc \
1111
"
12-
13-
# For boot.img
14-
QCOM_BOOTIMG = ""
15-
QCOM_BOOTIMG:qcom = "linux-qcom-bootimg"
16-
inherit ${QCOM_BOOTIMG}
17-
18-
# For dtb.bin
19-
QCOM_DTBBIN = ""
20-
QCOM_DTBBIN:qcom = "linux-qcom-dtbbin"
21-
inherit ${QCOM_DTBBIN}

0 commit comments

Comments
 (0)