diff options
author | Alistair Francis <alistair.francis@xilinx.com> | 2016-05-12 15:13:01 -0700 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-06-12 18:57:25 +0200 |
commit | a95f85fc72a6b10c56ea3341b6007deabc3f9e09 (patch) | |
tree | ce1dfbfb2c19477a58fbed5756606af9273dbe58 /package/xen/xen.hash | |
parent | 3f7c3c3c25eccb4392a9a9cd26593adcc12f18ae (diff) | |
download | buildroot-a95f85fc72a6b10c56ea3341b6007deabc3f9e09.tar.gz buildroot-a95f85fc72a6b10c56ea3341b6007deabc3f9e09.zip |
xen: new package
Add support to compile Xen 4.6 and Xen tools for arm32 and arm64
targets.
Signed-off-by: Alistair Francis <alistair.francis@xilinx.com>
[Thomas:
- Remove all "select" from the main Xen option, since the hypervisor
can build fine without any additional library. The dependencies have
been moved to the "tools" sub-option.
- Make sure that at least one of the sub-option is enabled by selecting
the hypervisor sub-option if the tools sub-option is not enabled.
- Add a Config.in comment about the dependencies of the Xen tools.
- Add missing dependency on argp-standalone in the .mk file.
- Simplify the handling of XEN_INSTALL_TARGET_OPTS.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/xen/xen.hash')
-rw-r--r-- | package/xen/xen.hash | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/xen/xen.hash b/package/xen/xen.hash new file mode 100644 index 0000000000..c124b3a556 --- /dev/null +++ b/package/xen/xen.hash @@ -0,0 +1,2 @@ +# Locally computed +sha256 6fa1c2431df55aa5950d248e6093b8c8c0f11c357a0adbd348a2186478e80909 xen-4.6.0.tar.gz |