diff options
author | Jérémy Fanguède <j.fanguede@virtualopensystems.com> | 2019-07-18 17:15:13 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-03-04 15:24:33 +0000 |
commit | 46d255966d4cd76a6b28e3e76618c9ef71f7707c (patch) | |
tree | 22cc7f87f3e8278e6eb4c0e187d2327889b2a698 /meta-agl-bsp/virtualization-layer/recipes-extended/xen/xen_git.bbappend | |
parent | e2f3c097c506fcb6233f76da767c194580560d7f (diff) |
meta-agl-bsp: Define Xen recipe
Provide Xen support for Arm64 boards, tested with the R-Car M3 ulcb
board. Xen v4.13.0 stable version is compiled.
A new binary is deployed, named "xen-${MACHINE}.uImage" that can be loaded
and run by U-Boot.
v2: rework to split u-boot mkimage part a separate recipe so we can
keep the diff of the xen recipe at a minimum.
Bug-AGL: SPEC-2912
Change-Id: I68d2af74d31ee310686645c8a5ae11b0201448b2
Signed-off-by: Jérémy Fanguède <j.fanguede@virtualopensystems.com>
Signed-off-by: Michele Paolino <m.paolino@virtualopensystems.com>
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-agl-bsp/virtualization-layer/recipes-extended/xen/xen_git.bbappend')
-rw-r--r-- | meta-agl-bsp/virtualization-layer/recipes-extended/xen/xen_git.bbappend | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-agl-bsp/virtualization-layer/recipes-extended/xen/xen_git.bbappend b/meta-agl-bsp/virtualization-layer/recipes-extended/xen/xen_git.bbappend new file mode 100644 index 000000000..70c7fd415 --- /dev/null +++ b/meta-agl-bsp/virtualization-layer/recipes-extended/xen/xen_git.bbappend @@ -0,0 +1,6 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/files:" + +XEN_REL = "4.13" +XEN_BRANCH = "stable" +SRCREV = "721f2c323ca55c77857c93e7275b4a93a0e15e1f" + |