All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] build: save generated config in /boot
@ 2015-12-18 21:35 Doug Goldstein
  2015-12-21 12:11 ` Jan Beulich
  0 siblings, 1 reply; 25+ messages in thread
From: Doug Goldstein @ 2015-12-18 21:35 UTC (permalink / raw)
  To: xen-devel
  Cc: Keir Fraser, Ian Campbell, Ian Jackson, Doug Goldstein,
	Tim Deegan, Jan Beulich

Since we now support changing Xen options with Kconfig, we should save
the configuration that was used to build up Xen. This will save it in
/boot alongside the installed xen.gz and call it
xen-$(FULLVERSION).config

Suggested-by: Ian Campbell <ian.campbell@citrix.com>
Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
---
 xen/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/xen/Makefile b/xen/Makefile
index 9023863..460b977 100644
--- a/xen/Makefile
+++ b/xen/Makefile
@@ -58,6 +58,7 @@ _install: $(TARGET)$(CONFIG_XEN_INSTALL_SUFFIX)
 	ln -f -s $(T)-$(XEN_FULLVERSION)$(Z) $(D)$(BOOT_DIR)/$(T)$(Z)
 	[ -d "$(D)$(DEBUG_DIR)" ] || $(INSTALL_DIR) $(D)$(DEBUG_DIR)
 	$(INSTALL_DATA) $(TARGET)-syms $(D)$(DEBUG_DIR)/$(T)-syms-$(XEN_FULLVERSION)
+	$(INSTALL_DATA) $(KCONFIG_CONFIG) $(D)$(BOOT_DIR)/$(T)-$(XEN_FULLVERSION).config
 	if [ -r $(TARGET).efi -a -n '$(EFI_DIR)' ]; then \
 		[ -d $(D)$(EFI_DIR) ] || $(INSTALL_DIR) $(D)$(EFI_DIR); \
 		$(INSTALL_DATA) $(TARGET).efi $(D)$(EFI_DIR)/$(T)-$(XEN_FULLVERSION).efi; \
-- 
2.4.10

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

end of thread, other threads:[~2016-01-06 13:01 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-18 21:35 [PATCH] build: save generated config in /boot Doug Goldstein
2015-12-21 12:11 ` Jan Beulich
2015-12-21 12:40   ` Andrew Cooper
2015-12-21 12:53     ` Jan Beulich
2015-12-22 12:45       ` Doug Goldstein
2015-12-22 12:50         ` Jan Beulich
2015-12-21 14:35   ` Doug Goldstein
2015-12-21 14:51     ` Jan Beulich
2015-12-21 15:20       ` Doug Goldstein
2015-12-21 15:35         ` Jan Beulich
2015-12-22 12:45           ` Doug Goldstein
2015-12-22 12:52             ` Jan Beulich
2015-12-22 14:46               ` Andrew Cooper
2015-12-22 15:59                 ` Jan Beulich
2015-12-22 16:02                   ` Doug Goldstein
2015-12-22 16:09                     ` Jan Beulich
2016-01-05 16:53                       ` Doug Goldstein
2016-01-06  9:22                         ` Jan Beulich
2016-01-06 10:31                           ` Ian Campbell
2016-01-06 10:38                             ` Jan Beulich
2016-01-06 11:58                               ` Ian Jackson
2016-01-06 12:56                                 ` Jan Beulich
2016-01-06 12:17                               ` Wei Liu
2016-01-06 13:01                                 ` Jan Beulich
2016-01-04 11:27     ` Ian Campbell

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.