kernel.bbclass: fix staging of .config
authorEric Benard <eric@eukrea.com>
Thu, 6 May 2010 16:00:58 +0000 (18:00 +0200)
committerTom Rini <tom_rini@mentor.com>
Fri, 7 May 2010 16:20:58 +0000 (09:20 -0700)
commit8f712018ecd8314abb78affe9094ea272a231685
tree51453fd97e54d35f3155960695c8cc0464a0079d
parentfe4ff6940b06c73d5b88224b99750bf65accf13d
kernel.bbclass: fix staging of .config

- in staging.bb : sysroot_stage_dir does : cp -fpPR "$src"/* "$dest"
which means it won't copy .config
- so do the copy of .config in sysroot_stage_all_append after
sysroot_stage_dir

Signed-off-by: Eric Benard <eric@eukrea.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
classes/kernel.bbclass