From: Ian Campbell <ian.campbell@citrix.com>
To: Stefano Stabellini <stefano.stabellini@eu.citrix.com>,
xen-devel@lists.xen.org
Cc: wei.liu2@citrix.com, ian.jackson@eu.citrix.com
Subject: Re: [PATCH v8 1/2] OSSTEST: introduce a raisin build test
Date: Tue, 4 Aug 2015 09:39:32 +0100 [thread overview]
Message-ID: <1438677572.31129.43.camel@citrix.com> (raw)
In-Reply-To: <1438677352.31129.42.camel@citrix.com>
On Tue, 2015-08-04 at 09:35 +0100, Ian Campbell wrote:
> On Thu, 2015-07-23 at 17:52 +0100, Stefano Stabellini wrote:
> > diff --git a/ts-xen-build b/ts-xen-build
> > index e757f68..10fc95b 100755
> > --- a/ts-xen-build
> > +++ b/ts-xen-build
> > @@ -145,36 +145,6 @@ sub collectversions () {
> > store_revision($ho, 'ovmf', "$tools/firmware/ovmf-dir", 1);
> > }
> >
> > -sub divide () {
>
> FYI this needs rebasing over "Collect xen.efi into xendist and install in
> appropriate place".
The right hunk to the moved function is, I think:
@@ -116,6 +116,13 @@ sub divide_xen_build ($$) {
mv \$mvfiles xen$postfix/boot/.
fi
fi
+ if test -d $postfix/usr/lib64/efi/; then
+ if test -f $postfix/usr/lib64/efi/xen.efi; then
+ mkdir -p xen$postfix/usr/lib64/efi
+ mvfiles=`find $postfix/usr/lib64/efi -name 'xen[a-z]*' -prune -o -name 'xen*' -print`
+ mv \$mvfiles xen$postfix/usr/lib64/efi/.
+ fi
+ fi
END
}
next prev parent reply other threads:[~2015-08-04 8:39 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-23 16:51 [PATCH v8 0/2] OSSTEST: introduce a raisin build test Stefano Stabellini
2015-07-23 16:52 ` [PATCH v8 1/2] " Stefano Stabellini
2015-07-31 15:53 ` Ian Jackson
2015-07-31 15:54 ` Ian Jackson
2015-07-31 16:01 ` Ian Jackson
2015-08-03 16:59 ` Stefano Stabellini
2015-08-04 10:55 ` Ian Campbell
2015-08-04 13:02 ` [PATCH 1/2] ts-raisin-build: consolidate open coded iterations over enabled components Ian Campbell
2015-08-05 7:50 ` Ian Campbell
2015-08-04 13:02 ` [PATCH 2/2] ts-raisin-build: Use git_massage_url Ian Campbell
2015-08-04 8:35 ` [PATCH v8 1/2] OSSTEST: introduce a raisin build test Ian Campbell
2015-08-04 8:39 ` Ian Campbell [this message]
2015-08-04 9:37 ` Ian Campbell
2015-08-04 13:26 ` Stefano Stabellini
2015-08-04 11:04 ` Ian Campbell
2015-08-04 11:18 ` Stefano Stabellini
2015-08-04 11:37 ` Ian Campbell
2015-08-04 13:18 ` Stefano Stabellini
2015-08-04 13:41 ` Ian Campbell
2015-08-04 13:47 ` Stefano Stabellini
2015-08-04 14:01 ` Ian Campbell
2015-08-04 13:47 ` Roger Pau Monné
2015-08-04 13:51 ` Ian Campbell
2015-07-23 16:52 ` [PATCH v8 2/2] OSSTest: push successful raisin builds Stefano Stabellini
2015-07-31 16:03 ` Ian Jackson
2015-08-03 17:09 ` Stefano Stabellini
2015-08-04 8:23 ` Ian Campbell
2015-08-04 10:50 ` Ian Campbell
2015-08-04 12:56 ` Ian Campbell
2015-08-04 13:11 ` 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=1438677572.31129.43.camel@citrix.com \
--to=ian.campbell@citrix.com \
--cc=ian.jackson@eu.citrix.com \
--cc=stefano.stabellini@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.