Robert Yang
Robert Yang
Signed-off-by: Robert Yang
# Checklist for Review **NOTE:** This checklist is intended for the use of the Official Images maintainers both to track the status of your PR and to help inform you...
So that ./buildme will work on aarch64. Signed-off-by: Robert Yang
The following line doubles BBFILES for all layers in BBFILE_COLLECTIONS: BBFILES += "${@' '.join('${LAYERDIR}/dynamic-layers/%s/recipes*/*/*.bb' % layer \ for layer in BBFILE_COLLECTIONS.split())}" And most of them are invalid, use BBFILES_DYNAMIC is...
To make the resulting files reproducible. -n --no-name When compressing, do not save the original file name and timestamp by default.
So that bootchartd.conf can install to correct location when cross build.
Fixed: $ dd if=/dev/zero of=../image.ext4 bs=1M count=4k $ dd if=/dev/random of=../rootfs/largefile bs=1M count=3k $ ./misc/mke2fs -t ext4 -d ../rootfs/ ../image.ext4 __populate_fs: Ext2 file too big while writing file "largefile" mke2fs:...