@@ -12,8 +12,8 if [ "$BUILD_KERNEL" = true ] ; then | |||
|
12 | 12 | |
|
13 | 13 | # Copy existing kernel sources into chroot directory |
|
14 | 14 | if [ -n "$KERNELSRC_DIR" ] && [ -d "$KERNELSRC_DIR" ] ; then |
|
15 | # Copy kernel sources | |
|
16 |
cp -r "${KERNELSRC_DIR}/" |
|
|
15 | # Copy kernel sources and include hidden files | |
|
16 | cp -r "${KERNELSRC_DIR}/". "${R}/usr/src/linux" | |
|
17 | 17 | |
|
18 | 18 | # Clean the kernel sources |
|
19 | 19 | if [ "$KERNELSRC_CLEAN" = true ] && [ "$KERNELSRC_PREBUILT" = false ] ; then |
General Comments 0
Vous devez vous connecter pour laisser un commentaire.
Se connecter maintenant