Re: [OE-core] [PATCH] ptest: ensure do_install_ptest_base task runs in fakeroot context

2013-12-03 Thread Burton, Ross
I should add that this fixes problems like systemd failing rebuilds with crazy errors like: | tar: sysroot-destdir/usr/lib/systemd/ptest/test/sys/module/uhci_hcd/drivers/pci\:uhci_hcd: Cannot open: Permission denied Ross On 3 December 2013 17:21, Ross Burton wrote: > As this task is installing

[OE-core] [PATCH] ptest: ensure do_install_ptest_base task runs in fakeroot context

2013-12-03 Thread Ross Burton
As this task is installing files into $D it needs to run inside pseudo so that special permissions and owners are preserved. Signed-off-by: Ross Burton --- meta/classes/ptest.bbclass |5 + 1 file changed, 5 insertions(+) diff --git a/meta/classes/ptest.bbclass b/meta/classes/ptest.bbcla