All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH for-4.9] seabios: run olddefconfig
@ 2017-04-26 11:13 Wei Liu
  2017-04-26 14:08 ` Ian Jackson
  0 siblings, 1 reply; 3+ messages in thread
From: Wei Liu @ 2017-04-26 11:13 UTC (permalink / raw)
  To: Xen-devel; +Cc: Ian Jackson, Julien Grall, Wei Liu, Jan Beulich

We provided a base config file in 970f8de3e. To generate a full config
file, running olddefconfig is required.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
---
Cc: Ian Jackson <ian.jackson@eu.citrix.com>
Cc: Jan Beulich <jbeulich@suse.com>

Should fix
http://logs.test-lab.xenproject.org/osstest/logs/107685/build-amd64-xsm/5.ts-xen-build.log
---
 tools/firmware/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/firmware/Makefile b/tools/firmware/Makefile
index 2ec20f81e6..8562f547bc 100644
--- a/tools/firmware/Makefile
+++ b/tools/firmware/Makefile
@@ -22,6 +22,7 @@ ovmf-dir:
 seabios-dir:
 	GIT=$(GIT) $(XEN_ROOT)/scripts/git-checkout.sh $(SEABIOS_UPSTREAM_URL) $(SEABIOS_UPSTREAM_REVISION) seabios-dir
 	cp seabios-config seabios-dir/.config;
+	$(MAKE) -C seabios-dir olddefconfig
 
 .PHONY: all
 all: $(SUBDIRS-y)
-- 
2.11.0


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH for-4.9] seabios: run olddefconfig
  2017-04-26 11:13 [PATCH for-4.9] seabios: run olddefconfig Wei Liu
@ 2017-04-26 14:08 ` Ian Jackson
  2017-04-26 14:20   ` Jan Beulich
  0 siblings, 1 reply; 3+ messages in thread
From: Ian Jackson @ 2017-04-26 14:08 UTC (permalink / raw)
  To: Wei Liu; +Cc: Xen-devel, Julien Grall, Jan Beulich

Wei Liu writes ("[PATCH for-4.9] seabios: run olddefconfig"):
> We provided a base config file in 970f8de3e. To generate a full config
> file, running olddefconfig is required.
> 
> Signed-off-by: Wei Liu <wei.liu2@citrix.com>
> ---
> Cc: Ian Jackson <ian.jackson@eu.citrix.com>
> Cc: Jan Beulich <jbeulich@suse.com>

Release-acked-by: Ian Jackson <ian.jackson@eu.citrix.com>

Not sure if this is in my bailiwick for a general ack, but if it is:

Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>

Jan, is this OK with you ?

Thanks,
Ian.

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH for-4.9] seabios: run olddefconfig
  2017-04-26 14:08 ` Ian Jackson
@ 2017-04-26 14:20   ` Jan Beulich
  0 siblings, 0 replies; 3+ messages in thread
From: Jan Beulich @ 2017-04-26 14:20 UTC (permalink / raw)
  To: Wei Liu, Ian Jackson; +Cc: Xen-devel, Julien Grall

>>> On 26.04.17 at 16:08, <ian.jackson@eu.citrix.com> wrote:
> Wei Liu writes ("[PATCH for-4.9] seabios: run olddefconfig"):
>> We provided a base config file in 970f8de3e. To generate a full config
>> file, running olddefconfig is required.
>> 
>> Signed-off-by: Wei Liu <wei.liu2@citrix.com>
>> ---
>> Cc: Ian Jackson <ian.jackson@eu.citrix.com>
>> Cc: Jan Beulich <jbeulich@suse.com>
> 
> Release-acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
> 
> Not sure if this is in my bailiwick for a general ack, but if it is:
> 
> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
> 
> Jan, is this OK with you ?

Sure, looks alright. tools/firmware/ is your playground, only
tools/firmware/hvmloader/ isn't afaict.

Jan


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-04-26 14:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-26 11:13 [PATCH for-4.9] seabios: run olddefconfig Wei Liu
2017-04-26 14:08 ` Ian Jackson
2017-04-26 14:20   ` Jan Beulich

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.