poky/scripts/lib
Ioan-Adrian Ratiu ad42d8e4d9 isoimage-isohybrid: don't include cpio in cpio image
Because the find | cpio processes execute in parallel connected via
the pipe, and the cpio outputs in the same dir find searches for
source files, the cpio will be included in itself partially, depending
on how fast the build machine creates the cpio file before cpio
gobbles it up.

This bloats the ISO image, though compression reduces the .iso file size,
once the kernel decompresses the cpio image and boots it live, it uses
up to double the RAM memory.

Fix this by creating the initrd.cpio file directly inside cr_workdir.

(From OE-Core rev: 7a7b29f5f1392f4f87af4f20cda99c66b4789fde)

Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-09-20 05:41:31 -07:00
..
build_perf oe-buildperf-report: highlight large changes in the HTML report 2018-05-11 07:49:38 +01:00
checklayer yocto-check-layer: add a test for correct setting of LAYERSERIES_COMPAT_collection 2018-04-10 09:10:36 +01:00
devtool build.py: add clean option to 'devtool build' command 2018-09-10 12:13:06 +01:00
recipetool logging: use warning instead warn 2018-07-26 13:16:40 +01:00
wic isoimage-isohybrid: don't include cpio in cpio image 2018-09-20 05:41:31 -07:00
argparse_oe.py argparse_oe: Add int_positive type 2017-07-21 08:44:25 +01:00
buildstats.py scripts/oe-build-perf-report: show recipe version changes in html report 2017-09-18 11:07:30 +01:00
scriptpath.py
scriptutils.py oe.scriptutils.run_editor: ditch the error-prone argument quoting 2018-06-27 13:55:21 +01:00