From d3a36c0e08242fe5d8a323f8a27f5ff05bbb5a71 Mon Sep 17 00:00:00 2001 From: Stefan Sicleru Date: Tue, 15 Dec 2015 16:15:43 +0100 Subject: liburcu: add support for aarch64/aarch64_be This is made up of two commits, ported from both poky and meta-hierofalcon: * poky, commit 75e5de6b1360bc566a607ee3330bed4c07b0b45e * meta-hierofalcon, 61217881665acd3e81a02e493e30ff943c157b02 Signed-off-by: Stefan Sicleru Signed-off-by: Tudor Florea --- .../liburcu/patch-to-support-aarch64-builds.patch | 19 +++++++++++++++++++ recipes-support/liburcu/liburcu_0.8.4.bbappend | 5 +++++ 2 files changed, 24 insertions(+) create mode 100644 recipes-support/liburcu/liburcu/patch-to-support-aarch64-builds.patch create mode 100644 recipes-support/liburcu/liburcu_0.8.4.bbappend diff --git a/recipes-support/liburcu/liburcu/patch-to-support-aarch64-builds.patch b/recipes-support/liburcu/liburcu/patch-to-support-aarch64-builds.patch new file mode 100644 index 0000000..9db9390 --- /dev/null +++ b/recipes-support/liburcu/liburcu/patch-to-support-aarch64-builds.patch @@ -0,0 +1,19 @@ +liburcu: add support for aarch64/aarch64_be + +Upstream-Status: Pending + +Signed-off-by: Alexandru Vaduva +Signed-off-by: George Nita +Signed-off-by: Stefan Sicleru + +diff -Naur a/configure.ac b/configure.ac +--- a/configure.ac 2015-08-14 15:50:56.267058228 +0200 ++++ b/configure.ac 2015-08-14 15:50:27.140296920 +0200 +@@ -79,6 +79,8 @@ AS_CASE([$host_cpu], + [arm*], [ARCHTYPE="arm"], + [mips*], [ARCHTYPE="mips"], + [tile*], [ARCHTYPE="gcc"], ++ [aarch64], [ARCHTYPE="gcc"], ++ [aarch64_be], [ARCHTYPE="gcc"], + [ARCHTYPE="unknown"] + ) diff --git a/recipes-support/liburcu/liburcu_0.8.4.bbappend b/recipes-support/liburcu/liburcu_0.8.4.bbappend new file mode 100644 index 0000000..6834af1 --- /dev/null +++ b/recipes-support/liburcu/liburcu_0.8.4.bbappend @@ -0,0 +1,5 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +SRC_URI += "\ + file://patch-to-support-aarch64-builds.patch \ + " -- cgit v1.2.3-54-g00ecf