meta-digi-arm: Fix linux-dey do_deploy append

Copy including folders. This was causing problems in kernel version 3.10
as the directory included folders that were omitted in the copy and caused
the do_install to fail.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
Alex Gonzalez 2013-07-10 11:43:20 +02:00
parent 17de27ff46
commit 2afd15d816
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ do_deploy_append() {
do_install_append() {
# bounds.h may be used by a module and is currently missing
if [ -d include/generated ]; then
cp include/generated/* $kerneldir/include/generated/
cp -a include/generated/* $kerneldir/include/generated/
fi
# Host architecture object file