mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-12-16 07:05:23 +01:00
Adjusting our extended recipes to the OE core UNPACKDIR processing. We mainly just drop our S = assignments for git recipes Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
20 lines
461 B
BlitzBasic
20 lines
461 B
BlitzBasic
# tag: RELEASE-4.19.0
|
|
SRCREV ?= "8dd897e69119492989aaa034967f3a887f590197"
|
|
|
|
XEN_REL ?= "4.19.0"
|
|
XEN_BRANCH ?= "stable-4.19"
|
|
|
|
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"
|
|
|
|
DEFAULT_PREFERENCE ??= "-1"
|
|
|
|
require xen.inc
|
|
require xen-hypervisor.inc
|