summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-07-31 08:10:40 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-08-19 10:45:55 +0100
commit0a0ffcf18bad914c2bdb52723e9f64baec1c5a4a (patch)
tree9d130d4af44d33ea96503ab4f0d9f619ce7bb09c /meta/recipes-kernel/linux
parent771f89498cf46cf04613407641f2bfd9cfa7d1e3 (diff)
downloadpoky-0a0ffcf18bad914c2bdb52723e9f64baec1c5a4a.tar.gz
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. (From OE-Core rev: 813256bf7bb6e26d542d5f769e2802564116ebe5) 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>
Diffstat (limited to 'meta/recipes-kernel/linux')
0 files changed, 0 insertions, 0 deletions