diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-19 14:12:43 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-21 12:37:55 +0000 |
commit | 76b7e81ff75e638175e2b82ff7c06d5bd6ea4b0b (patch) | |
tree | b06de17e91f927b8f7bbfb68b379589cc2cfaf89 /meta/recipes-kernel | |
parent | 22246c6aac9995274c2e11296b70bc041adcba62 (diff) | |
download | poky-76b7e81ff75e638175e2b82ff7c06d5bd6ea4b0b.tar.gz |
kernel-devsrc: Inherit module-base
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.
(From OE-Core rev: 59f08c9144e6f81906154cb306db6fee14dc42ca)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/linux/kernel-devsrc.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-kernel/linux/kernel-devsrc.bb b/meta/recipes-kernel/linux/kernel-devsrc.bb index facc235e2d..2872f17a3f 100644 --- a/meta/recipes-kernel/linux/kernel-devsrc.bb +++ b/meta/recipes-kernel/linux/kernel-devsrc.bb | |||
@@ -10,6 +10,9 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425 | |||
10 | 10 | ||
11 | inherit linux-kernel-base | 11 | inherit linux-kernel-base |
12 | 12 | ||
13 | # Whilst not a module, this ensures we don't get multilib extended (which would make no sense) | ||
14 | inherit module-base | ||
15 | |||
13 | # We need the kernel to be staged (unpacked, patched and configured) before | 16 | # We need the kernel to be staged (unpacked, patched and configured) before |
14 | # we can grab the source and make the kernel-devsrc package | 17 | # we can grab the source and make the kernel-devsrc package |
15 | do_install[depends] += "virtual/kernel:do_populate_sysroot" | 18 | do_install[depends] += "virtual/kernel:do_populate_sysroot" |