summaryrefslogtreecommitdiffstats
path: root/meta/classes-recipe/kernel.bbclass
diff options
context:
space:
mode:
authorMing Liu <liu.ming50@gmail.com>2023-03-04 17:30:29 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-03-06 09:52:16 +0000
commit44913cfab42856b8f40e13bac76c5abfa1df0cb2 (patch)
tree5d13ccc0914936fd0e783ef4db2c016bbc41e8de /meta/classes-recipe/kernel.bbclass
parent011cc9a104b96b2dc66370d15a57185fba94b4f9 (diff)
downloadpoky-44913cfab42856b8f40e13bac76c5abfa1df0cb2.tar.gz
linux: inherit pkgconfig in kernel.bbclass
pkgconfig is being required to find dependencies for building kernel native tools, move "inherit pkgconfig" to kernel.bbclass so BSP kernel recipes can also benefit from it. (From OE-Core rev: 8a84bd98e3fbc16c782f83064801e469d086911e) Signed-off-by: Ming Liu <liu.ming50@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes-recipe/kernel.bbclass')
-rw-r--r--meta/classes-recipe/kernel.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes-recipe/kernel.bbclass b/meta/classes-recipe/kernel.bbclass
index 3f9c6c00e6..92090ac14e 100644
--- a/meta/classes-recipe/kernel.bbclass
+++ b/meta/classes-recipe/kernel.bbclass
@@ -660,7 +660,7 @@ do_savedefconfig() {
660do_savedefconfig[nostamp] = "1" 660do_savedefconfig[nostamp] = "1"
661addtask savedefconfig after do_configure 661addtask savedefconfig after do_configure
662 662
663inherit cml1 663inherit cml1 pkgconfig
664 664
665# Need LD, HOSTLDFLAGS and more for config operations 665# Need LD, HOSTLDFLAGS and more for config operations
666KCONFIG_CONFIG_COMMAND:append = " ${EXTRA_OEMAKE}" 666KCONFIG_CONFIG_COMMAND:append = " ${EXTRA_OEMAKE}"