From: Ian Campbell <ian.campbell@citrix.com>
To: Wei Liu <wei.liu2@citrix.com>
Cc: ian.jackson@eu.citrix.com, xen-devel@lists.xen.org
Subject: Re: [PATCH OSSTEST 01/15] mg-debian-installer-update: updates to better handle Jessie onwards.
Date: Tue, 26 May 2015 09:22:36 +0100 [thread overview]
Message-ID: <1432628556.14664.51.camel@citrix.com> (raw)
In-Reply-To: <20150525085751.GU19083@zion.uk.xensource.com>
On Mon, 2015-05-25 at 09:57 +0100, Wei Liu wrote:
> On Mon, May 25, 2015 at 09:36:06AM +0100, Wei Liu wrote:
> > On Fri, May 22, 2015 at 01:29:38PM +0100, Ian Campbell wrote:
> > > In mg-debian-installer-update:
> > >
> > > - Expand the list of (suite,arch) combinations which don't exist and
> > > move it to the top.
> > >
> > > - Tweak the backports.org handling to allow it to be specified on a
> > > per (suite,arch) basis, and specify it only for (wheezy,armhf)
> > > since it is not currently needed for jessie. Make the
> > > initramfs-tools fetching conditional too.
> > >
> > > - Only extract backports-dtbs if they are present in the package.
> > >
> > > - Handle arm64.
> > >
> > > - Collect the correct armhf kernel for Jessie onwards (vexpress
> > > removed from path).
> > >
> > > Have mg-debian-installer-update-all fetch arm64 too.
> > >
> > > Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
> > > Cc: Wei Liu <wei.liu2@citrix.com>
> >
> > Thanks. I will replace my patch with this one.
> >
>
> Actually when I tried to do "git am" for this patch, it got rejected.
> Which changeset should I base it on?
ecf4cb7 Revert "cs-bisection-step: allow -bisect blessed flights for basis pass"
plus the other 4 patches from your series, I pushed the whole lot to
xenbits per below.
Ian.
The following changes since commit ecf4cb76b15396c85fed5a2eb0a6a60e381225c5:
Revert "cs-bisection-step: allow -bisect blessed flights for basis pass" (2015-05-20 14:09:33 +0100)
are available in the git repository at:
git://xenbits.xen.org/people/ianc/osstest.git arm64-v1
for you to fetch changes up to 33871e796487f016f69ed40c3f8a06e472a34664:
standalone: Prefer ./standalone.config to $HOME/.xen-osstest/config (2015-05-22 13:26:55 +0100)
----------------------------------------------------------------
Ian Campbell (16):
More flexible handling of need-kernel-deb-$flavour host flag
mg-debian-installer-update: updates to better handle Jessie onwards.
mg-debian-installer-update: Also collect DTBs for standard kernels
Introduce mg-pxe-loader-update
Debian: Preseed a EFI system partition during host install
ts-host-install: Split initrd out of @installcmdline
ts-host-install: split the "di" from the "host" command line
Refactor pxelinux configuration
ts-host-install: Support UEFI PXE boot using grub.efi
Enable chain loading to local disk for UEFI PXE systems.
Add arm64 build and test jobs
ts-kernel-build: Additional kernel options for Mustang
ts-host-install: Set dtbs in the non-special kernel case too.
Debian: Fixup UEFI boot order during install
ts-kernel-build: Support --reuse to keep same build tree
standalone: Prefer ./standalone.config to $HOME/.xen-osstest/config
Wei Liu (4):
Debian.pm: install grub to default device
Cope with Jessie's d-i vg name
ts-xen-build-prep: install libnl-route-3-dev on Jessie
ts-xen-build-prep: install libc6-dev-i386 for jessie
Osstest.pm | 4 ++++
Osstest/Debian.pm | 29 ++++++++++++++++++++++++++++-
Osstest/TestSupport.pm | 97 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----
README | 5 ++++-
make-flight | 4 ++--
mfi-common | 23 ++++++++++++++++++-----
mg-debian-installer-update | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------
mg-debian-installer-update-all | 2 +-
mg-pxe-loader-update | 89 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
production-config | 4 ++++
standalone | 8 +++++++-
ts-host-install | 61 ++++++++++++++++++++++++++++++++-----------------------------
ts-kernel-build | 25 +++++++++++++++++++++++++
ts-xen-build-prep | 37 +++++++++++++++++++++----------------
14 files changed, 382 insertions(+), 88 deletions(-)
create mode 100755 mg-pxe-loader-update
next prev parent reply other threads:[~2015-05-26 8:22 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-22 12:29 [PATCH OSSTEST v1 00/15] Initial support for ARM64 Ian Campbell
2015-05-22 12:29 ` [PATCH OSSTEST 01/15] mg-debian-installer-update: updates to better handle Jessie onwards Ian Campbell
2015-05-25 8:36 ` Wei Liu
2015-05-25 8:57 ` Wei Liu
2015-05-26 8:22 ` Ian Campbell [this message]
2015-05-22 12:29 ` [PATCH OSSTEST 02/15] mg-debian-installer-update: Also collect DTBs for standard kernels Ian Campbell
2015-05-22 12:29 ` [PATCH OSSTEST 03/15] Introduce mg-pxe-loader-update Ian Campbell
2015-05-22 12:29 ` [PATCH OSSTEST 04/15] Debian: Preseed a EFI system partition during host install Ian Campbell
2015-05-22 12:29 ` [PATCH OSSTEST 05/15] ts-host-install: Split initrd out of @installcmdline Ian Campbell
2015-05-22 12:29 ` [PATCH OSSTEST 06/15] ts-host-install: split the "di" from the "host" command line Ian Campbell
2015-05-22 12:29 ` [PATCH OSSTEST 07/15] Refactor pxelinux configuration Ian Campbell
2015-05-22 12:29 ` [PATCH OSSTEST 08/15] ts-host-install: Support UEFI PXE boot using grub.efi Ian Campbell
2015-05-22 12:29 ` [PATCH OSSTEST 09/15] Enable chain loading to local disk for UEFI PXE systems Ian Campbell
2015-05-22 12:29 ` [PATCH OSSTEST 10/15] Add arm64 build and test jobs Ian Campbell
2015-05-22 12:29 ` [PATCH OSSTEST 11/15] ts-kernel-build: Additional kernel options for Mustang Ian Campbell
2015-05-22 12:29 ` [PATCH OSSTEST 12/15] ts-host-install: Set dtbs in the non-special kernel case too Ian Campbell
2015-05-22 12:29 ` [PATCH OSSTEST 13/15] Debian: Fixup UEFI boot order during install Ian Campbell
2015-05-22 12:29 ` [PATCH OSSTEST 14/15] ts-kernel-build: Support --reuse to keep same build tree Ian Campbell
2015-05-22 12:29 ` [PATCH OSSTEST 15/15] standalone: Prefer ./standalone.config to $HOME/.xen-osstest/config Ian Campbell
2015-05-26 8:49 ` [PATCH OSSTEST v1 00/15] Initial support for ARM64 Ian Campbell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1432628556.14664.51.camel@citrix.com \
--to=ian.campbell@citrix.com \
--cc=ian.jackson@eu.citrix.com \
--cc=wei.liu2@citrix.com \
--cc=xen-devel@lists.xen.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.