diff options
author | Joshua Watt <JPEWhacker@gmail.com> | 2021-05-05 16:40:06 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-06 08:41:26 +0100 |
commit | ad3879eb614cb0559d58685c66b86123c09e71e5 (patch) | |
tree | 8830604b056acd1bb58412c39e6e3ce9eec5b400 /scripts/lib/devtool/standard.py | |
parent | c8e1aeebd854c3517db4a483f729424f10235e40 (diff) | |
download | poky-ad3879eb614cb0559d58685c66b86123c09e71e5.tar.gz |
classes/image: Use xargs to set file timestamps
Instead of having find directly invoke touch for each file in the root
file system, pass a list to xargs for batching. This significantly
reduces the number of times the touch program is invoked and speeds up
the do_image task time:
PKG TASK ABSDIFF RELDIFF CPUTIME1 -> CPUTIME2
my-image do_image -45.3s -94.2% 48.1s -> 2.8s
Cumulative cputime:
-44.3s -92.3% 00:48.1 (48.1s) -> 00:03.7 (3.7s)
(From OE-Core rev: 15c65f90a3aa1e98c2beab2539403157df1fca08)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/devtool/standard.py')
0 files changed, 0 insertions, 0 deletions