diff options
Diffstat (limited to 'recipes-extended/xen/xen-rt_4.0.1.bb')
| -rw-r--r-- | recipes-extended/xen/xen-rt_4.0.1.bb | 25 |
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 | |||
| 4 | require xen.inc | ||
| 5 | |||
| 6 | SRCREV = "3cf61880403b4e484539596a95937cc066243388" | ||
| 7 | |||
| 8 | SRC_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 | |||
| 15 | SRC_URI[md5sum] = "d197afad975ab2396a67323d57388c27" | ||
| 16 | SRC_URI[sha256sum] = "6e6d1d29400db93cb8095e034138aa8748b1bd4cffb4d3fd07af4ba15c918873" | ||
| 17 | |||
| 18 | S = "${WORKDIR}/xen-${PV}" | ||
| 19 | |||
| 20 | do_compile_prepend() { | ||
| 21 | |||
| 22 | export XEN_DISABLE_XEND=1 | ||
| 23 | |||
| 24 | } | ||
| 25 | |||
