From: Don Slutz <dslutz@verizon.com>
To: Jan Beulich <JBeulich@suse.com>
Cc: xen-devel <xen-devel@lists.xenproject.org>,
ian.jackson@eu.citrix.com, ian.campbell@citrix.com,
Don Slutz <dslutz@verizon.com>,
stefano.stabellini@eu.citrix.com
Subject: Re: [PATCH] Allow building of XEN from source on a system without internet access.
Date: Fri, 4 Oct 2013 14:43:42 -0400 [thread overview]
Message-ID: <524F0C5E.80808@terremark.com> (raw)
In-Reply-To: <524EDD9402000078000F8DDC@nat28.tlf.novell.com>
On 10/04/13 09:24, Jan Beulich wrote:
>>>> On 04.10.13 at 15:17, Don Slutz <dslutz@verizon.com> wrote:
>> Do the same with XEN_EXTFILES_URL, QEMU_REMOTE, IPXE_GIT_URL, and
>> IPXE_TARBALL_URL as QEMU_UPSTREAM_URL, SEABIOS_UPSTREAM_URL, etc.
>>
>> Signed-off-by: Don Slutz <dslutz@verizon.com>
>> ---
>> Config.mk | 6 +++---
>> tools/firmware/etherboot/Makefile | 6 +++---
>> 2 files changed, 6 insertions(+), 6 deletions(-)
>>
>> diff --git a/Config.mk b/Config.mk
>> index a26c7c0..8bbab8a 100644
>> --- a/Config.mk
>> +++ b/Config.mk
>> @@ -212,15 +212,15 @@ EMBEDDED_EXTRA_CFLAGS += -fno-exceptions
>> XSM_ENABLE ?= n
>> FLASK_ENABLE ?= $(XSM_ENABLE)
>>
>> -XEN_EXTFILES_URL=http://xenbits.xen.org/xen-extfiles
>> +XEN_EXTFILES_URL ?= http://xenbits.xen.org/xen-extfiles
> Given the change here and further down - what is it that doesn't
> work when you run "make XEN_EXTFILES_URL=..."? I understand
> that you may want to pass these settings through the environment,
> but if the command line approach works the patch title is wrong.
>
> Jan
Yes, these are passed via the environment. Will fix the patch title.
-Don Slutz
>> # All the files at that location were downloaded from elsewhere on
>> # the internet. The original download URL is preserved as a comment
>> # near the place in the Xen Makefiles where the file is used.
>>
>> ifeq ($(GIT_HTTP),y)
>> -QEMU_REMOTE=http://xenbits.xen.org/git-http/qemu-xen-unstable.git
>> +QEMU_REMOTE ?= http://xenbits.xen.org/git-http/qemu-xen-unstable.git
>> else
>> -QEMU_REMOTE=git://xenbits.xen.org/qemu-xen-unstable.git
>> +QEMU_REMOTE ?= git://xenbits.xen.org/qemu-xen-unstable.git
>> endif
>>
>> ifeq ($(GIT_HTTP),y)
>> diff --git a/tools/firmware/etherboot/Makefile
>> b/tools/firmware/etherboot/Makefile
>> index 15561fc..a0578d2 100644
>> --- a/tools/firmware/etherboot/Makefile
>> +++ b/tools/firmware/etherboot/Makefile
>> @@ -5,14 +5,14 @@ include $(XEN_ROOT)/tools/Rules.mk
>> include Config
>>
>> ifeq ($(GIT_HTTP),y)
>> -IPXE_GIT_URL := http://git.ipxe.org/ipxe.git
>> +IPXE_GIT_URL ?= http://git.ipxe.org/ipxe.git
>> else
>> -IPXE_GIT_URL := git://git.ipxe.org/ipxe.git
>> +IPXE_GIT_URL ?= git://git.ipxe.org/ipxe.git
>> endif
>>
>> IPXE_GIT_TAG := 9a93db3f0947484e30e753bbd61a10b17336e20e
>>
>> -IPXE_TARBALL_URL := $(XEN_EXTFILES_URL)/ipxe-git-$(IPXE_GIT_TAG).tar.gz
>> +IPXE_TARBALL_URL ?= $(XEN_EXTFILES_URL)/ipxe-git-$(IPXE_GIT_TAG).tar.gz
>>
>> D=ipxe
>> T=ipxe.tar.gz
>> --
>> 1.7.1
>>
>>
>> _______________________________________________
>> Xen-devel mailing list
>> Xen-devel@lists.xen.org
>> http://lists.xen.org/xen-devel
>
>
next prev parent reply other threads:[~2013-10-04 18:44 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-04 13:17 [PATCH] Allow building of XEN from source on a system without internet access Don Slutz
2013-10-04 13:24 ` Jan Beulich
2013-10-04 18:43 ` Don Slutz [this message]
2013-10-14 15:52 ` Ian Jackson
2013-10-15 15:39 ` Don Slutz
2013-10-31 19:04 ` Ian Campbell
2013-11-05 2:01 ` Don Slutz
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=524F0C5E.80808@terremark.com \
--to=dslutz@verizon.com \
--cc=JBeulich@suse.com \
--cc=ian.campbell@citrix.com \
--cc=ian.jackson@eu.citrix.com \
--cc=stefano.stabellini@eu.citrix.com \
--cc=xen-devel@lists.xenproject.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.