mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
parent
069414da38
commit
c82ae4dc12
18
recipes-extended/xen/xen-tools_4.14.bb
Normal file
18
recipes-extended/xen/xen-tools_4.14.bb
Normal file
|
@ -0,0 +1,18 @@
|
|||
SRCREV ?= "ad844aa352559a8b1f36e391a27d9d7dbddbdc36"
|
||||
|
||||
XEN_REL ?= "4.14"
|
||||
XEN_BRANCH ?= "stable-${XEN_REL}"
|
||||
|
||||
SRC_URI = " \
|
||||
git://xenbits.xen.org/xen.git;branch=${XEN_BRANCH} \
|
||||
file://0001-python-pygrub-pass-DISTUTILS-xen-4.14.patch \
|
||||
"
|
||||
|
||||
LIC_FILES_CHKSUM ?= "file://COPYING;md5=419739e325a50f3d7b4501338e44a4e5"
|
||||
|
||||
PV = "${XEN_REL}+stable${SRCPV}"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
require xen.inc
|
||||
require xen-tools.inc
|
19
recipes-extended/xen/xen_4.14.bb
Normal file
19
recipes-extended/xen/xen_4.14.bb
Normal file
|
@ -0,0 +1,19 @@
|
|||
SRCREV ?= "ad844aa352559a8b1f36e391a27d9d7dbddbdc36"
|
||||
|
||||
XEN_REL ?= "4.14"
|
||||
XEN_BRANCH ?= "stable-${XEN_REL}"
|
||||
|
||||
SRC_URI = " \
|
||||
git://xenbits.xen.org/xen.git;branch=${XEN_BRANCH} \
|
||||
file://xen-arm64-implement-atomic-fetch-add.patch \
|
||||
file://0001-menuconfig-mconf-cfg-Allow-specification-of-ncurses-location.patch \
|
||||
"
|
||||
|
||||
LIC_FILES_CHKSUM ?= "file://COPYING;md5=419739e325a50f3d7b4501338e44a4e5"
|
||||
|
||||
PV = "${XEN_REL}+stable${SRCPV}"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
require xen.inc
|
||||
require xen-hypervisor.inc
|
Loading…
Reference in New Issue
Block a user