mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
xen: introduce 4.20 recipes
Introducing the 4.20 recipes as the newest reference version for the upcoming LTS. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
20b715f0ac
commit
014de44194
20
recipes-extended/xen/xen-tools_4.20.bb
Normal file
20
recipes-extended/xen/xen-tools_4.20.bb
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
SRCREV ?= "3ad5d648cda5add395f49fc3704b2552aae734f7"
|
||||||
|
|
||||||
|
XEN_REL ?= "4.20"
|
||||||
|
XEN_BRANCH ?= "stable-4.20"
|
||||||
|
|
||||||
|
SRC_URI = " \
|
||||||
|
git://xenbits.xen.org/xen.git;branch=${XEN_BRANCH} \
|
||||||
|
file://0001-python-pygrub-pass-DISTUTILS-xen-4.19.patch \
|
||||||
|
"
|
||||||
|
|
||||||
|
LIC_FILES_CHKSUM ?= "file://COPYING;md5=d1a1e216f80b6d8da95fec897d0dbec9"
|
||||||
|
|
||||||
|
PV = "${XEN_REL}+stable"
|
||||||
|
|
||||||
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
DEFAULT_PREFERENCE ??= "-1"
|
||||||
|
|
||||||
|
require xen.inc
|
||||||
|
require xen-tools.inc
|
20
recipes-extended/xen/xen_4.20.bb
Normal file
20
recipes-extended/xen/xen_4.20.bb
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
SRCREV ?= "3ad5d648cda5add395f49fc3704b2552aae734f7"
|
||||||
|
|
||||||
|
XEN_REL ?= "4.20.0"
|
||||||
|
XEN_BRANCH ?= "stable-4.20"
|
||||||
|
|
||||||
|
SRC_URI = " \
|
||||||
|
git://xenbits.xen.org/xen.git;branch=${XEN_BRANCH} \
|
||||||
|
file://0001-menuconfig-mconf-cfg-Allow-specification-of-ncurses-location.patch \
|
||||||
|
"
|
||||||
|
|
||||||
|
LIC_FILES_CHKSUM ?= "file://COPYING;md5=d1a1e216f80b6d8da95fec897d0dbec9"
|
||||||
|
|
||||||
|
PV = "${XEN_REL}+stable"
|
||||||
|
|
||||||
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
DEFAULT_PREFERENCE ??= "-1"
|
||||||
|
|
||||||
|
require xen.inc
|
||||||
|
require xen-hypervisor.inc
|
Loading…
Reference in New Issue
Block a user