summaryrefslogtreecommitdiffstats
path: root/package/xvisor
Commit message (Collapse)AuthorAgeFilesLines
* xvisor: needs gcc >= 4.9Eric Le Bihan2016-09-251-0/+5
| | | | | | | | | | | | | | xvisor needs gcc >= 4.9, as previous versions trigger an ICE on dwarf2out_frame_debug_adjust_cfa() [1]. Fixes: - http://autobuild.buildroot.net/results/fdb/fdb5a568fb38a9d20780cd37eecb71b60b6ca96a/ [1] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60264 Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xvisor: add BR2_PACKAGE_XVISOR_ARCH_SUPPORTSThomas Petazzoni2016-09-251-2/+7
| | | | | | | | To prepare the addition of a Config.in comment for xvisor, and avoid the repetition of the architecture dependencies, this commits adds a new BR2_PACKAGE_XVISOR_ARCH_SUPPORTS hidden option. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xvisor: new packageEric Le Bihan2016-09-175-0/+220
This new package provides Xvisor, an open-source type-1 hypervisor, which aims at providing a monolithic, light-weight, portable, and flexible virtualization solution. Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> [Thomas: - use MKIMAGE_ARCH instead of BR2_ARCH when calling mkimage - use $(MKIMAGE) - license is GPLv2+.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud