]> code.ossystems Code Review - openembedded-core.git/commitdiff
kernel-devsrc: Inherit module-base
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 19 Dec 2014 14:12:43 +0000 (14:12 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 20 Dec 2014 14:02:10 +0000 (14:02 +0000)
As a "normal" recipe, mulitlib would try and extend it for multilibs.
By inheriting module-base, we can avoid this since we now look more
'kernel' like.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/linux/kernel-devsrc.bb

index facc235e2d0eb5303168927e9e34688f3fa383f3..2872f17a3f4a2ec88f476e62052bcf490c58b6ce 100644 (file)
@@ -10,6 +10,9 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425
 
 inherit linux-kernel-base
 
+# Whilst not a module, this ensures we don't get multilib extended (which would make no sense)
+inherit module-base
+
 # We need the kernel to be staged (unpacked, patched and configured) before
 # we can grab the source and make the kernel-devsrc package
 do_install[depends] += "virtual/kernel:do_populate_sysroot"