summaryrefslogtreecommitdiffstats
path: root/recipes-extended/xen/xen-rt_4.0.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/xen/xen-rt_4.0.1.bb')
-rw-r--r--recipes-extended/xen/xen-rt_4.0.1.bb25
1 files changed, 0 insertions, 25 deletions
diff --git a/recipes-extended/xen/xen-rt_4.0.1.bb b/recipes-extended/xen/xen-rt_4.0.1.bb
deleted file mode 100644
index 3422ab3c..00000000
--- a/recipes-extended/xen/xen-rt_4.0.1.bb
+++ /dev/null
@@ -1,25 +0,0 @@
1# Xen official download
2# Using libxl instead of xend. No longer require Python
3
4require xen.inc
5
6SRCREV = "3cf61880403b4e484539596a95937cc066243388"
7
8SRC_URI = "http://bits.xensource.com/oss-xen/release/${PV}/xen-${PV}.tar.gz \
9 git://xenbits.xensource.com/qemu-xen-4.1-testing.git \
10 file://ioemu-cross-gl-check.patch \
11 file://rt-xen_0.3_${PV}.patch"
12
13# file://allow_disable_xend.patch"
14
15SRC_URI[md5sum] = "d197afad975ab2396a67323d57388c27"
16SRC_URI[sha256sum] = "6e6d1d29400db93cb8095e034138aa8748b1bd4cffb4d3fd07af4ba15c918873"
17
18S = "${WORKDIR}/xen-${PV}"
19
20do_compile_prepend() {
21
22 export XEN_DISABLE_XEND=1
23
24}
25