From b39c30bfec657092d2a6274457406ba561d52613 Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Tue, 2 May 2023 15:19:25 -0700 Subject: linux-imx: remove SoC-specific defconfig to use in-tree defconfig Fixes: dca02c80 ("linux-imx: remove SoC-specific defconfig to use in-tree defconfig") Signed-off-by: Tom Hochstein (cherry picked from commit e33941e785be72e32fa8bd918566a7e58d66e988) --- recipes-kernel/linux/linux-imx.inc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes-kernel/linux/linux-imx.inc b/recipes-kernel/linux/linux-imx.inc index 0150a3f8..ea006bb1 100644 --- a/recipes-kernel/linux/linux-imx.inc +++ b/recipes-kernel/linux/linux-imx.inc @@ -17,9 +17,7 @@ PROVIDES += "linux-mfgtool" # Set the PV to the correct kernel version to satisfy the kernel version sanity check PV = "${LINUX_VERSION}+git${SRCPV}" -SRC_URI = "git://github.com/nxp-imx/linux-imx;protocol=https;branch=${SRCBRANCH} \ - file://defconfig \ -" +SRC_URI = "git://github.com/nxp-imx/linux-imx;protocol=https;branch=${SRCBRANCH}" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf