summaryrefslogtreecommitdiff
path: root/meta/lib
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2018-02-02 15:10:33 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-02-06 10:54:42 +0000
commit4fed9d636852f04457e25c0f7064a4928cc8c36b (patch)
tree643d9e8e2d4e9697fded9a66fd69e8e0578698b4 /meta/lib
parent6b297ccf04683380d0a894253a78424f4398782d (diff)
downloadopenembedded-core-4fed9d636852f04457e25c0f7064a4928cc8c36b.tar.gz
openembedded-core-4fed9d636852f04457e25c0f7064a4928cc8c36b.tar.bz2
openembedded-core-4fed9d636852f04457e25c0f7064a4928cc8c36b.zip
e2fsprogs: only quiet debugfs for native package
Many test cases expect the output of running commands for debugfs, the patch quiet-debugfs.patch suppress the output so ptest failed: | 292 tests succeeded 47 tests failed The patch was meant to suppress the output in do_rootfs according to the original commit: ====================== commit 13a8d3869b0fe0ebdddcee37fb48c5b9cdf718ba Author: Ross Burton <ross.burton@intel.com> Date: Mon Dec 23 13:38:34 2013 +0000 e2fsprogs: silence debugfs debugfs echos the commands when it is executing a script, but as the scripts used at rootfs time are long this massively inflates the do_rootfs log. Comment out the echo so that the rootfs isn't 20K lines longer than it needs to be. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> ====================== So only apply the patch for native package, then the ptest will be pass for target package. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/lib')
0 files changed, 0 insertions, 0 deletions