diff options
author | Khem Raj <raj.khem@gmail.com> | 2012-07-31 08:10:40 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-19 10:31:08 +0100 |
commit | 813256bf7bb6e26d542d5f769e2802564116ebe5 (patch) | |
tree | f9ccc3de907c701d7faf54a11e7f3060c27f782c /meta-hob/conf | |
parent | 884cab0428cff2ffd070b6f36b688ca9851fbe43 (diff) | |
download | openembedded-core-813256bf7bb6e26d542d5f769e2802564116ebe5.tar.gz openembedded-core-813256bf7bb6e26d542d5f769e2802564116ebe5.tar.bz2 openembedded-core-813256bf7bb6e26d542d5f769e2802564116ebe5.zip |
kernel.bbclass: Preserve generated headers
asm/unistd.h includes asm/unistd_64.h on x86_64
and asm/unistd_32.h on i386 but these files are
generated files in 3.4 and when we do 'make clean' they get
deleted and it shows up as an error when building
external modules. May be its a 3.4 kernel bug may be not
but make clean should have left the tree in
a shape to build modules but it does not.
Probably we should run make modules_prepare after having
run make clean.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta-hob/conf')
0 files changed, 0 insertions, 0 deletions