[Buildroot] [PATCH 0/2] Add Xen target support

Alistair Francis alistair.francis at xilinx.com
Sat Feb 6 00:37:20 UTC 2016


This is based on an original patch by Maxime Ripard which never seemed to be
accepted. The XEN_TARGET is hard coded in this patch as I don't know how else
to set the target. Otherwise it works.

Test on AArch64 targets only.

Alistair Francis (2):
  Update libaio to 0.3.110
  Add Xen 4.6

 package/Config.in                |   1 +
 package/libaio/0001-arches.patch | 671 ---------------------------------------
 package/libaio/Config.in         |   2 +-
 package/libaio/libaio.hash       |   4 +-
 package/libaio/libaio.mk         |   2 +-
 package/xen/Config.in            |  31 ++
 package/xen/xen.hash             |   2 +
 package/xen/xen.mk               |  49 +++
 8 files changed, 87 insertions(+), 675 deletions(-)
 delete mode 100644 package/libaio/0001-arches.patch
 create mode 100644 package/xen/Config.in
 create mode 100644 package/xen/xen.hash
 create mode 100644 package/xen/xen.mk

-- 
2.5.0



More information about the buildroot mailing list