diff options
| -rw-r--r-- | meta/recipes-kernel/linux/kernel-devsrc.bb | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/meta/recipes-kernel/linux/kernel-devsrc.bb b/meta/recipes-kernel/linux/kernel-devsrc.bb index 7ad848c35e..3d2eb3929e 100644 --- a/meta/recipes-kernel/linux/kernel-devsrc.bb +++ b/meta/recipes-kernel/linux/kernel-devsrc.bb | |||
| @@ -7,7 +7,7 @@ SECTION = "kernel" | |||
| 7 | 7 | ||
| 8 | LICENSE = "GPL-2.0-only" | 8 | LICENSE = "GPL-2.0-only" |
| 9 | 9 | ||
| 10 | inherit linux-kernel-base | 10 | inherit kernelsrc |
| 11 | 11 | ||
| 12 | # Whilst not a module, this ensures we don't get multilib extended (which would make no sense) | 12 | # Whilst not a module, this ensures we don't get multilib extended (which would make no sense) |
| 13 | inherit module-base | 13 | inherit module-base |
| @@ -20,14 +20,10 @@ do_install[depends] += "virtual/kernel:do_shared_workdir" | |||
| 20 | do_install[depends] += "virtual/kernel:do_install" | 20 | do_install[depends] += "virtual/kernel:do_install" |
| 21 | 21 | ||
| 22 | # There's nothing to do here, except install the source where we can package it | 22 | # There's nothing to do here, except install the source where we can package it |
| 23 | do_fetch[noexec] = "1" | ||
| 24 | do_unpack[noexec] = "1" | ||
| 25 | do_patch[noexec] = "1" | ||
| 26 | do_configure[noexec] = "1" | 23 | do_configure[noexec] = "1" |
| 27 | do_compile[noexec] = "1" | 24 | do_compile[noexec] = "1" |
| 28 | deltask do_populate_sysroot | 25 | deltask do_populate_sysroot |
| 29 | 26 | ||
| 30 | S = "${STAGING_KERNEL_DIR}" | ||
| 31 | B = "${STAGING_KERNEL_BUILDDIR}" | 27 | B = "${STAGING_KERNEL_BUILDDIR}" |
| 32 | 28 | ||
| 33 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 29 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
