On Friday, November 8, 2019 at 10:23:36 AM UTC+1, Cedric Hombourger wrote: > > The following minor fixes are being submitted for review and inclusion to > "next" > > any feedback against v4 of this patch series? > Changes compared to v3: > change default KERNEL_FILE setting for mipsel > > Changes compared to v2: > rebased against next dated 11/05 > dropped changes to the patch class (should rework the class to align > more closely with OE) > make ci_build.sh --help output readable > make the linux-custom recipe honor KERNEL_FILE > configure qemu for mipsel > > Cedric Hombourger (6): > wic-img: do not leave temporary files behind [SAME] > isar-bootstrap: wipe out previously created rootfs with > --one-file-system [SAME] > base-apt-helper: fixed a few typos found in comments [SAME] > ci_build.sh: delay "set -x" for a clean --help output [SAME] > linux-custom: honor KERNEL_FILE setting [MODIFIED] > bitbake.conf: set name of the qemu-static binary to use for mipsel > [SAME] > > meta-isar/conf/machine/qemumipsel.conf | 2 -- > meta/classes/base-apt-helper.bbclass | 4 ++-- > meta/classes/image.bbclass | 1 - > meta/classes/wic-img.bbclass | 8 ++++++-- > meta/conf/bitbake.conf | 3 +++ > meta/recipes-core/isar-bootstrap/isar-bootstrap.inc | 2 +- > meta/recipes-kernel/linux/files/build-kernel.sh | 10 +++++----- > meta/recipes-kernel/linux/linux-custom.inc | 1 + > scripts/ci_build.sh | 4 +++- > 9 files changed, 21 insertions(+), 14 deletions(-) > > -- > 2.20.1 > >