diff options
author | Samuli Piippo <samuli.piippo@digia.com> | 2014-03-28 10:01:58 +0200 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@digia.com> | 2014-03-28 11:32:31 +0200 |
commit | cadcb919c9cb71cfe994f9924bc3ddec0890fc99 (patch) | |
tree | c5fad67fdaf9190f733a89c99e2ec2e98de98b32 /classes | |
parent | 6be3714f9464ccc9129662e9bbf3eb04c70990e7 (diff) | |
download | meta-boot2qt-cadcb919c9cb71cfe994f9924bc3ddec0890fc99.tar.gz |
bootfs: need to use fakeroot for tar'ing
Unpacking the boot.tar.gz file using sudo caused error:
"Cannot change ownership to uid 1000, gid 1000: Operation not permitted"
Now using fakeroot to not record my uid to the files.
Change-Id: I1a953e5e363a0d9fbb914cfa8837d888421d8e14
Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
Diffstat (limited to 'classes')
-rw-r--r-- | classes/bootfs-image.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/bootfs-image.bbclass b/classes/bootfs-image.bbclass index 9218bd3..5292965 100644 --- a/classes/bootfs-image.bbclass +++ b/classes/bootfs-image.bbclass | |||
@@ -25,7 +25,7 @@ BOOTFS_LINK_NAME = "${IMAGE_BASENAME}-boot-${MACHINE}" | |||
25 | 25 | ||
26 | BOOTFS_DEPENDS ?= "" | 26 | BOOTFS_DEPENDS ?= "" |
27 | 27 | ||
28 | do_bootfs () { | 28 | fakeroot do_bootfs () { |
29 | if [ -n ${BOOTFS_CONTENT} ]; then | 29 | if [ -n ${BOOTFS_CONTENT} ]; then |
30 | exit 0 | 30 | exit 0 |
31 | fi | 31 | fi |