]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
rootfs.py: Drop FAKEROOT support in exec function
authorAndrei Gherzan <andrei.gherzan@huawei.com>
Wed, 14 Sep 2022 12:08:35 +0000 (14:08 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 17 Sep 2022 06:45:19 +0000 (07:45 +0100)
commitd1439c41049e3cf201939bbc2b1fee58a46137a1
tree5778dc8bc1cbf5619c1c57672d69651f079308a9
parentd70776fcbb0c426096061d1d8e8d47fd2ac73107
rootfs.py: Drop FAKEROOT support in exec function

The _exec_shell_cmd function is used by a couple of other functions that
are ultimatelly called from the create_rootfs function. The latter is
used in image bbclass' do_rootfs which is running using the fakeroot
support in bitbake. This makes the fakeroot support in _exec_shell_cmd
redundant and never actually used.

Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/rootfs.py