##// END OF EJS Templates
Fix: copy of kernel .config...
drtyhlpr -
r227:ebd98bc78127
parent child
Show More
@@ -12,8 +12,8 if [ "$BUILD_KERNEL" = true ] ; then
12
12
13 # Copy existing kernel sources into chroot directory
13 # Copy existing kernel sources into chroot directory
14 if [ -n "$KERNELSRC_DIR" ] && [ -d "$KERNELSRC_DIR" ] ; then
14 if [ -n "$KERNELSRC_DIR" ] && [ -d "$KERNELSRC_DIR" ] ; then
15 # Copy kernel sources
15 # Copy kernel sources and include hidden files
16 cp -r "${KERNELSRC_DIR}/"* "${R}/usr/src/linux"
16 cp -r "${KERNELSRC_DIR}/". "${R}/usr/src/linux"
17
17
18 # Clean the kernel sources
18 # Clean the kernel sources
19 if [ "$KERNELSRC_CLEAN" = true ] && [ "$KERNELSRC_PREBUILT" = false ] ; then
19 if [ "$KERNELSRC_CLEAN" = true ] && [ "$KERNELSRC_PREBUILT" = false ] ; then
General Comments 0
Vous devez vous connecter pour laisser un commentaire. Se connecter maintenant