diff options
author | Jose Quaresma <jose.quaresma@foundries.io> | 2024-06-25 11:02:55 +0100 |
---|---|---|
committer | Jose Quaresma <jose.quaresma@foundries.io> | 2024-06-25 11:03:02 +0100 |
commit | cdbd3dd75ad0ed3b1eaf25982a0f982d725bf222 (patch) | |
tree | b0289a60a317444c3a0100d018c387630b8e4622 /recipes-kernel | |
parent | cff85899fc0a86e89fc45df897424af4b05050b9 (diff) | |
download | meta-freescale-cdbd3dd75ad0ed3b1eaf25982a0f982d725bf222.tar.gz |
Revert "linux: drop the old style kernels unshared S"
This reverts commit 6dcdeccc845145a666fd30e7e48cf3d18988974e.
My conclusion was wrong because the source will be move to the STAGING_KERNEL_DIR only when we use
the kernel-yocto.bbclass. This is because the same logic of moving sources is replicated here too.
Fix https://github.com/Freescale/meta-freescale/issues/1855
Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-imx.inc | 2 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-qoriq.inc | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-imx.inc b/recipes-kernel/linux/linux-imx.inc index fcf152e2..34d50cfc 100644 --- a/recipes-kernel/linux/linux-imx.inc +++ b/recipes-kernel/linux/linux-imx.inc | |||
@@ -19,6 +19,8 @@ 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 | |||
22 | # Tell to kernel class that we would like to use our defconfig to configure the kernel. | 24 | # Tell to kernel class that we would like to use our defconfig to configure the kernel. |
23 | # Otherwise, the --allnoconfig would be used per default which leads to mis-configured | 25 | # Otherwise, the --allnoconfig would be used per default which leads to mis-configured |
24 | # kernel. | 26 | # kernel. |
diff --git a/recipes-kernel/linux/linux-qoriq.inc b/recipes-kernel/linux/linux-qoriq.inc index 0984a670..5d28ae84 100644 --- a/recipes-kernel/linux/linux-qoriq.inc +++ b/recipes-kernel/linux/linux-qoriq.inc | |||
@@ -5,6 +5,8 @@ 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 | |||
8 | DEPENDS:append = " libgcc" | 10 | DEPENDS:append = " libgcc" |
9 | # not put Images into /boot of rootfs, install kernel-image if needed | 11 | # not put Images into /boot of rootfs, install kernel-image if needed |
10 | RRECOMMENDS:${KERNEL_PACKAGE_NAME}-base = "" | 12 | RRECOMMENDS:${KERNEL_PACKAGE_NAME}-base = "" |