summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2023-05-02 19:44:45 -0300
committerGitHub <noreply@github.com>2023-05-02 19:44:45 -0300
commitb13fd76ca936f3ceac29f1c38fd47275797061f4 (patch)
treecdf81e9e227bcddcf11c90716ebe8b20dcf3c6b8
parentfcd10a9ab1d488d4a723188a97efe6b5d03bc489 (diff)
parente33941e785be72e32fa8bd918566a7e58d66e988 (diff)
downloadmeta-freescale-b13fd76ca936f3ceac29f1c38fd47275797061f4.tar.gz
Merge pull request #1524 from thochstein/linux-imx
linux-imx: remove SoC-specific defconfig to use in-tree defconfig
-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