meta-virtualization/recipes-extended/xen
Eric Chanudet c4f4a623da xen: Amend do_install for FHS 3.0.
Under FHS 3.0: /var/run -> /run
http://refspecs.linuxfoundation.org/FHS_3.0/fhs/ch03s15.html

systemd-tmpfiles throws some warnings with /var/run in xen.conf:
systemd-tmpfiles[981]: [/etc/tmpfiles.d/xen.conf:1] Line references path below legacy directory /var/run/, updating /var/run/xenstored → /run/xenstored; please update the tmpfiles.d/ drop-in file accordingly.
systemd-tmpfiles[981]: [/etc/tmpfiles.d/xen.conf:2] Line references path below legacy directory /var/run/, updating /var/run/xend → /run/xend; please update the tmpfiles.d/ drop-in file accordingly.
systemd-tmpfiles[981]: [/etc/tmpfiles.d/xen.conf:3] Line references path below legacy directory /var/run/, updating /var/run/xend/boot → /run/xend/boot; please update the tmpfiles.d/ drop-in file accordingly.
systemd-tmpfiles[981]: [/etc/tmpfiles.d/xen.conf:4] Line references path below legacy directory /var/run/, updating /var/run/xen → /run/xen; please update the tmpfiles.d/ drop-in file accordingly.

Signed-off-by: Eric Chanudet <chanudete@ainfosec.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2018-12-12 14:16:12 -05:00
..
files xen: fix building with BASELIB=lib64 2018-10-22 04:37:01 -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.1.bb xen: upgrade from 4.11.0 to 4.11.1 2018-12-12 14:16:08 -05:00
xen_git.bb xen: fix building with BASELIB=lib64 2018-10-22 04:37:01 -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: Amend do_install for FHS 3.0. 2018-12-12 14:16:12 -05: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.