From: Christopher Clark <[email protected]> This series fixes the Xen build for 64-bit ARM targets with gcc 8.2 with a minor patch to correct static string lengths, already reviewed upstream: https://lists.xenproject.org/archives/html/xen-devel/2018-08/msg01367.html
and introduces 32-bit ARM compatibility, verified by testing with a cubietruck. This currently requires another tiny patch to suppress a new (false positive) compiler warning. Christopher Clark (3): xen: Fix build on arm64 w/ gcc 8.2 xen: fix truncation warning in tools build for ARM 32-bit xen: enable 32-bit ARM builds .../xen-4.11-arm-acpi-fix-string-lengths.patch | 101 +++++++++++++++++++++ .../xen/files/xen-tools-xenpmd-snprintf.patch | 78 ++++++++++++++++ recipes-extended/xen/xen.inc | 7 +- recipes-extended/xen/xen_4.11.0.bb | 2 + 4 files changed, 187 insertions(+), 1 deletion(-) create mode 100644 recipes-extended/xen/files/xen-4.11-arm-acpi-fix-string-lengths.patch create mode 100644 recipes-extended/xen/files/xen-tools-xenpmd-snprintf.patch -- 2.7.4 -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
