Message ID | 1462354679-29245-1-git-send-email-wei.liu2@citrix.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
>>> On 04.05.16 at 11:37, <wei.liu2@citrix.com> wrote: > This is only one commit: > build: change MINI-OS_ROOT to MINIOS_ROOT > > This change is required to fix stubdom build on Ubuntu 16.04. > > Signed-off-by: Wei Liu <wei.liu2@citrix.com> I don't think such changes need acks (or even posting) - the actual change having gone into the respective tree (see also qemu) should be enough to cover the tag/rev update in the main tree. But just in case: Acked-by: Jan Beulich <jbeulich@suse.com>
On Wed, May 04, 2016 at 04:41:06AM -0600, Jan Beulich wrote: > >>> On 04.05.16 at 11:37, <wei.liu2@citrix.com> wrote: > > This is only one commit: > > build: change MINI-OS_ROOT to MINIOS_ROOT > > > > This change is required to fix stubdom build on Ubuntu 16.04. > > > > Signed-off-by: Wei Liu <wei.liu2@citrix.com> > > I don't think such changes need acks (or even posting) - the actual > change having gone into the respective tree (see also qemu) should > be enough to cover the tag/rev update in the main tree. But just in OK, this makes sense. But I want to at least inform people about the change and possibly give them a chance to object. > case: > Acked-by: Jan Beulich <jbeulich@suse.com> > Thanks. Wei.
diff --git a/Config.mk b/Config.mk index ddedeaa..931df66 100644 --- a/Config.mk +++ b/Config.mk @@ -272,9 +272,9 @@ MINIOS_UPSTREAM_URL ?= git://xenbits.xen.org/mini-os.git endif OVMF_UPSTREAM_REVISION ?= 52a99493cce88a9d4ec8a02d7f1bd1a1001ce60d QEMU_UPSTREAM_REVISION ?= qemu-xen-4.7.0-rc1 -MINIOS_UPSTREAM_REVISION ?= e085b7e5613576601e2f100e6f1ee9e0778c3eb9 -# Sun Apr 10 00:46:32 2016 +0200 -# Fix time update +MINIOS_UPSTREAM_REVISION ?= 4464673ccbfd12dcd0ec08cc29ca62cc12f6e61e +# Mon May 2 13:55:00 2016 +0100 +# build: change MINI-OS_ROOT to MINIOS_ROOT SEABIOS_UPSTREAM_REVISION ?= rel-1.9.2 # Tue, 1 Mar 2016 15:06:45 +0100 (16:06 +0200)
This is only one commit: build: change MINI-OS_ROOT to MINIOS_ROOT This change is required to fix stubdom build on Ubuntu 16.04. Signed-off-by: Wei Liu <wei.liu2@citrix.com> --- Cc: Andrew Cooper <andrew.cooper3@citrix.com> Cc: George Dunlap <George.Dunlap@eu.citrix.com> Cc: Ian Jackson <ian.jackson@eu.citrix.com> Cc: Jan Beulich <jbeulich@suse.com> Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> Cc: Stefano Stabellini <sstabellini@kernel.org> Cc: Tim Deegan <tim@xen.org> Cc: Wei Liu <wei.liu2@citrix.com> --- Config.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)