diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-04-19 13:51:43 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-04-19 13:51:43 +0200 |
| commit | 6411cef81541f002a577f36eca104f58e54c2b9f (patch) | |
| tree | 4b2806abb4ac2f1c28108a12e084be8b5f3dea61 | |
| parent | 761213e8244a84254df5471033d4f6f1b7f5bf15 (diff) | |
| download | meta-ti-6411cef81541f002a577f36eca104f58e54c2b9f.tar.gz | |
multi-kernel.inc: Drop FAKEROOT usage in favour of explicit options to tar
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
| -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 |
