From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6750187537661165568 Date: Fri, 15 Nov 2019 05:34:52 -0800 (PST) From: chombourger@gmail.com To: isar-users Message-Id: In-Reply-To: <1573205003-1335-1-git-send-email-Cedric_Hombourger@mentor.com> References: <1572958385-246-1-git-send-email-Cedric_Hombourger@mentor.com> <1573205003-1335-1-git-send-email-Cedric_Hombourger@mentor.com> Subject: Re: [PATCH v4 - misc fixes 0/6] miscellaneous (minor) fixes MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_286_105065565.1573824892528" X-Google-Token: EPzSuu4FD6zdCrXA6BE0 X-Google-IP: 77.130.252.19 X-TUID: X9DvoqenXAEw ------=_Part_286_105065565.1573824892528 Content-Type: multipart/alternative; boundary="----=_Part_287_1248084848.1573824892528" ------=_Part_287_1248084848.1573824892528 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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 > > ------=_Part_287_1248084848.1573824892528 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable


On Friday, November 8, 2019 at 10:23:36 AM UTC+1, = Cedric Hombourger wrote:
The fo= llowing minor fixes are being submitted for review and inclusion to "n= ext"


any feedback against v4 of this patch = series?
=C2=A0
= Changes compared to v3:
=C2=A0 change default KERNEL_FILE setting for mipsel

Changes compared to v2:
=C2=A0 rebased against next dated 11/05
=C2=A0 dropped changes to the patch class (should rework the class to a= lign more closely with OE)
=C2=A0 make ci_build.sh --help output readable
=C2=A0 make the linux-custom recipe honor KERNEL_FILE
=C2=A0 configure qemu for mipsel

Cedric Hombourger (6):
=C2=A0 wic-img: do not leave temporary files behind [SAME]
=C2=A0 isar-bootstrap: wipe out previously created rootfs with --one-fi= le-system [SAME]
=C2=A0 base-apt-helper: fixed a few typos found in comments [SAME]
=C2=A0 ci_build.sh: delay "set -x" for a clean --help output = [SAME]
=C2=A0 linux-custom: honor KERNEL_FILE setting [MODIFIED]
=C2=A0 bitbake.conf: set name of the qemu-static binary to use for mips= el [SAME]

=C2=A0meta-isar/conf/machine/qemumipsel.conf =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0| =C2=A02 --
=C2=A0meta/classes/base-apt-helper.bbclass =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0| =C2=A04 ++--
=C2=A0meta/classes/image.bbclass =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0| =C2=A01 -
=C2=A0meta/classes/wic-img.bbclass =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0| =C2=A08 ++++++--
=C2=A0meta/conf/bitbake.conf =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0| =C2=A03 +++
=C2=A0meta/recipes-core/isar-bootstrap/isar-bootstrap.inc | =C2=A0= 2 +-
=C2=A0meta/recipes-kernel/linux/files/build-kernel.sh =C2=A0 =C2= =A0 | 10 +++++-----
=C2=A0meta/recipes-kernel/linux/linux-custom.inc =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0| =C2=A01 +
=C2=A0scripts/ci_build.sh =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 | =C2=A0= 4 +++-
=C2=A09 files changed, 21 insertions(+), 14 deletions(-)

--=20
2.20.1

------=_Part_287_1248084848.1573824892528-- ------=_Part_286_105065565.1573824892528--