Switch to Ubuntu Xenial

Change-Id: Ibcf911e26b3c8fc2b1cf0368f953e4fa8f9b8779
blueprint: mos-xenial
This commit is contained in:
Dmitry Teselkin 2016-08-02 19:52:23 +03:00
parent c5a29925bc
commit 3b9baf4a74
1 changed files with 3 additions and 3 deletions

View File

@ -42,11 +42,11 @@ CENTOS_MAJOR?=7
CENTOS_RELEASE:=$(CENTOS_MAJOR)
CENTOS_ARCH:=x86_64
UBUNTU_RELEASE?=trusty
UBUNTU_MAJOR?=14
UBUNTU_RELEASE?=xenial
UBUNTU_MAJOR?=16
UBUNTU_MINOR?=04
UBUNTU_RELEASE_NUMBER:=$(UBUNTU_MAJOR).$(UBUNTU_MINOR)
UBUNTU_KERNEL_FLAVOR?=lts-trusty
UBUNTU_KERNEL_FLAVOR?=lts-xenial
UBUNTU_NETBOOT_FLAVOR?=netboot
UBUNTU_ARCH:=amd64
UBUNTU_IMAGE_RELEASE:=$(UBUNTU_MAJOR)$(UBUNTU_MINOR)