generic-poky/meta
Khem Raj 62285873e2 module-base.bbclass: Call make instead of oe_runmake in do_make_scripts
This makes the external module compilation a bit more robust for
cases where external module recipes may be passing extra params
to make via EXTRA_OEMAKE, and more than often one needs to pass
M=$(PWD) when building external modules and if we use EXTRA_OEMAKE
that would mean that it would appear in do_make_scripts as well
and since we are only changing the reference kernel src tree here
it will not run the make scripts in desired directory.

It is also well explained in top makefile in kernel tree around
line# 1335 in 3.4

|else # KBUILD_EXTMOD
|
|###
|# External module support.
|# When building external modules the kernel used as basis is considered
|# read-only, and no consistency checks are made and the make
|# system is not used on the basis kernel. If updates are required
|# in the basis kernel ordinary make commands (without M=...) must
|# be used.

Therefore passing  M=... will not do the updates in the basis
kernel as expected with 'make scripts' so we have to bypass EXTRA_OEMAKE

[Yocto #3787]

(From OE-Core rev: 0e0a5ee405bab478f35690e95219a1e5f2ac7aa6)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-02-01 15:54:31 +00:00
..
classes module-base.bbclass: Call make instead of oe_runmake in do_make_scripts 2013-02-01 15:54:31 +00:00
conf multilib.conf: add TARGET_ARCH & TARGET_SYS to MULTILIB_SAVE_VARNAME 2013-02-01 15:54:30 +00:00
files bzip license: bzip2 not bzip. 2012-10-10 15:06:12 +01:00
lib/oe multilib: skip packages that provide virtual/kernel 2013-02-01 15:54:00 +00:00
recipes-bsp hostap-conf: remove dependencies of update-modules 2013-01-18 13:28:07 +00:00
recipes-connectivity dhcp: Fix unshipped WARNINGS 2013-02-01 15:54:30 +00:00
recipes-core systemd: systemd-analyze remove python runtime dependencies 2013-02-01 15:54:30 +00:00
recipes-devtools git: updated to 1.8.1.2 2013-02-01 15:54:30 +00:00
recipes-extended xinetd: enable tcp-wrappers support 2013-02-01 15:54:29 +00:00
recipes-gnome metacity: remove, migrated to meta-gnome 2013-02-01 15:54:03 +00:00
recipes-graphics mini-x-session: Fix runtime when using without session contents 2013-02-01 15:54:00 +00:00
recipes-kernel oprofile: remove AX_KERNEL_VERSION from acinclude.m4 2013-02-01 15:54:29 +00:00
recipes-lsb4/perl libdumpvalue-perl: Update to 1.17 2012-11-21 16:55:57 +00:00
recipes-multimedia gst-plugins-bad: remove musicbrainz build-dependency 2013-02-01 15:54:30 +00:00
recipes-qt QT4: use '-no-neon' if cpu does not support neon 2013-02-01 15:54:01 +00:00
recipes-rt rt-tests: added missing dependencies in Makefile 2012-12-07 17:28:21 +00:00
recipes-sato puzzles: upgrade to r9751 2013-01-25 12:42:49 +00:00
recipes-support libfm: add dependency on libexif 2013-02-01 15:54:31 +00:00
site site: add x86-32/64 alignment values for at-spi2-core 2013-01-21 19:04:33 +00:00
COPYING.MIT
recipes.txt recipes.txt: Add entries for "recipes-rt" and "recipes-support" 2012-07-09 16:58:56 +01:00