diff options
| -rw-r--r-- | recipes-bsp/linux/multi-kernel.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/linux/multi-kernel.inc b/recipes-bsp/linux/multi-kernel.inc index d34994fc..2c430dd5 100644 --- a/recipes-bsp/linux/multi-kernel.inc +++ b/recipes-bsp/linux/multi-kernel.inc | |||
| @@ -62,7 +62,7 @@ do_compileconfigs () { | |||
| 62 | install -m 0644 ${KERNEL_OUTPUT} ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGE_BASE_NAME}.${MULTI_CONFIG_BASE_SUFFIX}$(basename $config).bin | 62 | install -m 0644 ${KERNEL_OUTPUT} ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGE_BASE_NAME}.${MULTI_CONFIG_BASE_SUFFIX}$(basename $config).bin |
| 63 | 63 | ||
| 64 | if [ -d "${D}/lib" ]; then | 64 | if [ -d "${D}/lib" ]; then |
| 65 | fakeroot tar -cvzf ${DEPLOY_DIR_IMAGE}/${MODULES_IMAGE_BASE_NAME}.${MULTI_CONFIG_BASE_SUFFIX}$(basename $config).tgz -C ${D} lib | 65 | tar --owner=root --group=root -cvzf ${DEPLOY_DIR_IMAGE}/${MODULES_IMAGE_BASE_NAME}.${MULTI_CONFIG_BASE_SUFFIX}$(basename $config).tgz -C ${D} lib |
| 66 | fi | 66 | fi |
| 67 | 67 | ||
| 68 | # Install the final config alongside the images | 68 | # Install the final config alongside the images |
