diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2023-05-02 19:50:54 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-02 19:50:54 -0300 |
| commit | d93a083d8fe13c37d80788858ca582e58f4e15cb (patch) | |
| tree | f009bd26720e5f59b69b2079a475cab3ae25ad89 | |
| parent | e36d16f5be2734c3e1a1aaae24e4e4dda0e2e4de (diff) | |
| parent | b39c30bfec657092d2a6274457406ba561d52613 (diff) | |
| download | meta-freescale-d93a083d8fe13c37d80788858ca582e58f4e15cb.tar.gz | |
Merge pull request #1525 from Freescale/backport-1524-to-mickledore
[Backport mickledore] linux-imx: remove SoC-specific defconfig to use in-tree defconfig
| -rw-r--r-- | recipes-kernel/linux/linux-imx.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-imx.inc b/recipes-kernel/linux/linux-imx.inc index 0150a3f8a..ea006bb1d 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 |
| 18 | PV = "${LINUX_VERSION}+git${SRCPV}" | 18 | PV = "${LINUX_VERSION}+git${SRCPV}" |
| 19 | 19 | ||
| 20 | SRC_URI = "git://github.com/nxp-imx/linux-imx;protocol=https;branch=${SRCBRANCH} \ | 20 | SRC_URI = "git://github.com/nxp-imx/linux-imx;protocol=https;branch=${SRCBRANCH}" |
| 21 | file://defconfig \ | ||
| 22 | " | ||
| 23 | 21 | ||
| 24 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |
| 25 | 23 | ||
