Skip to content

Commit 341f546

Browse files
committed
linux-yocto-dev: specify config for armv7a
Unlike arm64, there is no single defconfig for arm architecture. Use Qualcomm-speciffic qcom_defconfig in order to build the kernel for armv7a platform. Signed-off-by: Dmitry Baryshkov <[email protected]>
1 parent fe7e3bd commit 341f546

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

recipes-kernel/linux/linux-yocto-dev.bbappend

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ SRC_URI:append:qcom = " \
6161
KCONFIG_MODE:qcom = "--alldefconfig"
6262

6363
KBUILD_DEFCONFIG:qcom ?= "defconfig"
64+
KBUILD_DEFCONFIG:qcom-armv7a = "qcom_defconfig"
6465

6566
do_install:append:qcom() {
6667
sed -i 's:${TMPDIR}::g' ${WORKDIR}/linux-${PACKAGE_ARCH}-${LINUX_KERNEL_TYPE}-build/drivers/gpu/drm/msm/generated/*

0 commit comments

Comments
 (0)