summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2023-05-02 15:19:25 -0700
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-05-02 22:45:01 +0000
commitb39c30bfec657092d2a6274457406ba561d52613 (patch)
treef009bd26720e5f59b69b2079a475cab3ae25ad89
parente36d16f5be2734c3e1a1aaae24e4e4dda0e2e4de (diff)
downloadmeta-freescale-b39c30bfec657092d2a6274457406ba561d52613.tar.gz
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 <tom.hochstein@nxp.com> (cherry picked from commit e33941e785be72e32fa8bd918566a7e58d66e988)
-rw-r--r--recipes-kernel/linux/linux-imx.inc4
1 files changed, 1 insertions, 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"
17# Set the PV to the correct kernel version to satisfy the kernel version sanity check 17# Set the PV to the correct kernel version to satisfy the kernel version sanity check
18PV = "${LINUX_VERSION}+git${SRCPV}" 18PV = "${LINUX_VERSION}+git${SRCPV}"
19 19
20SRC_URI = "git://github.com/nxp-imx/linux-imx;protocol=https;branch=${SRCBRANCH} \ 20SRC_URI = "git://github.com/nxp-imx/linux-imx;protocol=https;branch=${SRCBRANCH}"
21 file://defconfig \
22"
23 21
24S = "${WORKDIR}/git" 22S = "${WORKDIR}/git"
25 23