diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2024-06-15 17:01:58 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-15 17:01:58 -0300 |
commit | dd05ecfea5289ae2e533bafde06c9ae6d6afccab (patch) | |
tree | 4ca8449013e1d13d70c8c49e2bae5921a20f31d5 | |
parent | 90f519b0f053af1309ef6d31119001a1dce90537 (diff) | |
parent | 0daa95a1eff0dd3251a3f7f0de5dd35eebc59d2f (diff) | |
download | meta-freescale-dd05ecfea5289ae2e533bafde06c9ae6d6afccab.tar.gz |
Merge pull request #1846 from Freescale/backport-1843-to-scarthgap
[Backport scarthgap] linux: drop the old style kernels unshared S
-rw-r--r-- | recipes-kernel/linux/linux-imx.inc | 2 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-qoriq.inc | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/recipes-kernel/linux/linux-imx.inc b/recipes-kernel/linux/linux-imx.inc index 34d50cfc0..fcf152e27 100644 --- a/recipes-kernel/linux/linux-imx.inc +++ b/recipes-kernel/linux/linux-imx.inc | |||
@@ -19,8 +19,6 @@ 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 | 21 | ||
22 | S = "${WORKDIR}/git" | ||
23 | |||
24 | # Tell to kernel class that we would like to use our defconfig to configure the kernel. | 22 | # Tell to kernel class that we would like to use our defconfig to configure the kernel. |
25 | # Otherwise, the --allnoconfig would be used per default which leads to mis-configured | 23 | # Otherwise, the --allnoconfig would be used per default which leads to mis-configured |
26 | # kernel. | 24 | # kernel. |
diff --git a/recipes-kernel/linux/linux-qoriq.inc b/recipes-kernel/linux/linux-qoriq.inc index 5d28ae84a..0984a6705 100644 --- a/recipes-kernel/linux/linux-qoriq.inc +++ b/recipes-kernel/linux/linux-qoriq.inc | |||
@@ -5,8 +5,6 @@ SUMMARY = "Linux Kernel for NXP QorIQ platforms" | |||
5 | SECTION = "kernel" | 5 | SECTION = "kernel" |
6 | LICENSE = "GPL-2.0-only" | 6 | LICENSE = "GPL-2.0-only" |
7 | 7 | ||
8 | S = "${WORKDIR}/git" | ||
9 | |||
10 | DEPENDS:append = " libgcc" | 8 | DEPENDS:append = " libgcc" |
11 | # not put Images into /boot of rootfs, install kernel-image if needed | 9 | # not put Images into /boot of rootfs, install kernel-image if needed |
12 | RRECOMMENDS:${KERNEL_PACKAGE_NAME}-base = "" | 10 | RRECOMMENDS:${KERNEL_PACKAGE_NAME}-base = "" |