xen: new package
authorAlistair Francis <alistair.francis@xilinx.com>
Thu, 12 May 2016 22:13:01 +0000 (15:13 -0700)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 12 Jun 2016 16:57:25 +0000 (18:57 +0200)
commita95f85fc72a6b10c56ea3341b6007deabc3f9e09
treece1dfbfb2c19477a58fbed5756606af9273dbe58
parent3f7c3c3c25eccb4392a9a9cd26593adcc12f18ae
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>
package/Config.in
package/xen/Config.in [new file with mode: 0644]
package/xen/xen.hash [new file with mode: 0644]
package/xen/xen.mk [new file with mode: 0644]