meta-virtualization/recipes-extended/xen
Christopher Clark eb1bb802c9 xen: enable 32-bit ARM builds
Enable recipe for COMPATIBLE_HOST = 'arm-.*-linux-gnueabi'
Tested with a cubietruck, upstream's reference device for this class.

Signed-off-by: Christopher Clark <christopher.clark6@baesystems.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2018-08-20 11:35:53 -04:00
..
files xen: fix truncation warning in tools build for ARM 32-bit 2018-08-20 11:35:53 -04:00
lwip_1.3.0.bb xen: LWIP source code with patches applied for stubdoms 2018-05-01 23:17:29 -04:00
lwip.inc xen: LWIP source code with patches applied for stubdoms 2018-05-01 23:17:29 -04:00
mini-os_4.11.0.bb xen-vtpm,mini-os : upgrade to Xen 4.11.0 2018-08-02 22:57:14 -04:00
mini-os.inc xen: Mini-OS source code with make links target applied 2018-05-01 23:17:29 -04:00
newlib_1.16.0.bb xen: Newlib recipe and patches for Xen stubdoms 2018-05-01 23:17:29 -04:00
newlib.inc xen: Newlib recipe and patches for Xen stubdoms 2018-05-01 23:17:29 -04:00
polarssl_1.1.4.bb xen: PolarSSL recipe and patches for Xen stubdoms 2018-05-01 23:17:29 -04:00
polarssl.inc xen: PolarSSL recipe and patches for Xen stubdoms 2018-05-01 23:17:29 -04:00
README xen: add a README to provide info for users 2017-01-06 22:11:13 -05:00
stubdom-gmp_4.3.2.bb xen: GMP recipe for Xen stubdoms 2018-05-01 23:17:29 -04:00
stubdom-gmp.inc xen: GMP recipe for Xen stubdoms 2018-05-01 23:17:29 -04:00
stubdom.inc xen: Define standard values needed to build stubdomains 2018-05-01 23:17:28 -04:00
tpm-emulator_0.7.4.bb tpm-emulator: apply patch to fix memcmp defect found by gcc 2018-08-02 22:57:14 -04:00
tpm-emulator.inc xen: TPM Emulator for Xen stubdoms 2018-05-01 23:17:29 -04:00
xen_4.11.0.bb xen: fix truncation warning in tools build for ARM 32-bit 2018-08-20 11:35:53 -04:00
xen_git.bb xen: Update git recipe to build latest upstream staging branch 2018-08-02 22:57:14 -04:00
xen-arch.inc Remove True option to getVar calls 2017-01-03 10:28:33 -05:00
xen-vtpm_4.11.0.bb xen-vtpm,mini-os : upgrade to Xen 4.11.0 2018-08-02 22:57:14 -04:00
xen-vtpm.inc xen: vTPM and vTPM Manager stubdoms 2018-05-01 23:17:29 -04:00
xen.inc xen: enable 32-bit ARM builds 2018-08-20 11:35:53 -04:00

Xen

For any issues with the xen recipes please make sure you CC cardoe@gentoo.org

configuring the hypervisor

Since 4.7.0 Xen supports using Kconfig to configure the hypervisor. Similarly to how the recipe for busybox works, you can provide a .config as a defconfig to override the default configuration of the hypervisor. The easiest way for you to take advantage of this is to create a .config for Xen and then copy it to your Yocto layer as 'defconfig' inside of 'recipes-extended/xen/files/' and then create a bbappend adding 'file://defconfig' to your SRC_URI.

security patches

The base recipe does not include security fixes that the Xen community releases as XSAs (http://xenbits.xen.org/xsa/). The easiest way to include those is to drop patches in 'recipes-extened/xen/files' and create a bbappend adding those patches to SRC_URI and they will be applied. Alternatively, you can override the SRC_URI to a git repo you provide that contains the patches.