diff options
-rw-r--r-- | meta/classes/kernel.bbclass | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-dev.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto.inc | 1 |
3 files changed, 1 insertions, 4 deletions
diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index df740af41d..b315737fd2 100644 --- a/meta/classes/kernel.bbclass +++ b/meta/classes/kernel.bbclass | |||
@@ -654,7 +654,7 @@ do_savedefconfig() { | |||
654 | do_savedefconfig[nostamp] = "1" | 654 | do_savedefconfig[nostamp] = "1" |
655 | addtask savedefconfig after do_configure | 655 | addtask savedefconfig after do_configure |
656 | 656 | ||
657 | inherit cml1 | 657 | inherit cml1 pkgconfig |
658 | 658 | ||
659 | # Need LD, HOSTLDFLAGS and more for config operations | 659 | # Need LD, HOSTLDFLAGS and more for config operations |
660 | KCONFIG_CONFIG_COMMAND:append = " ${EXTRA_OEMAKE}" | 660 | KCONFIG_CONFIG_COMMAND:append = " ${EXTRA_OEMAKE}" |
diff --git a/meta/recipes-kernel/linux/linux-yocto-dev.bb b/meta/recipes-kernel/linux/linux-yocto-dev.bb index 403993486b..94800aeaca 100644 --- a/meta/recipes-kernel/linux/linux-yocto-dev.bb +++ b/meta/recipes-kernel/linux/linux-yocto-dev.bb | |||
@@ -10,8 +10,6 @@ | |||
10 | 10 | ||
11 | inherit kernel | 11 | inherit kernel |
12 | require recipes-kernel/linux/linux-yocto.inc | 12 | require recipes-kernel/linux/linux-yocto.inc |
13 | # for ncurses tests | ||
14 | inherit pkgconfig | ||
15 | 13 | ||
16 | # provide this .inc to set specific revisions | 14 | # provide this .inc to set specific revisions |
17 | include recipes-kernel/linux/linux-yocto-dev-revisions.inc | 15 | include recipes-kernel/linux/linux-yocto-dev-revisions.inc |
diff --git a/meta/recipes-kernel/linux/linux-yocto.inc b/meta/recipes-kernel/linux/linux-yocto.inc index 7ea661e138..1f8289b6b6 100644 --- a/meta/recipes-kernel/linux/linux-yocto.inc +++ b/meta/recipes-kernel/linux/linux-yocto.inc | |||
@@ -46,7 +46,6 @@ LINUX_VERSION_EXTENSION ??= "-yocto-${LINUX_KERNEL_TYPE}" | |||
46 | # Pick up shared functions | 46 | # Pick up shared functions |
47 | inherit kernel | 47 | inherit kernel |
48 | inherit kernel-yocto | 48 | inherit kernel-yocto |
49 | inherit pkgconfig | ||
50 | 49 | ||
51 | B = "${WORKDIR}/linux-${PACKAGE_ARCH}-${LINUX_KERNEL_TYPE}-build" | 50 | B = "${WORKDIR}/linux-${PACKAGE_ARCH}-${LINUX_KERNEL_TYPE}-build" |
52 | 51 | ||