summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/util-linux/util-linux/add-aarch64-support.patch
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin.juszkiewicz@linaro.org>2012-10-03 11:20:12 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-18 12:13:38 +0100
commitc489cb6f8498be3fc15a30ce11cba4eaa5878324 (patch)
tree1e6e55a297c9d3d816852096697d5924ba3e2438 /meta/recipes-core/util-linux/util-linux/add-aarch64-support.patch
parent1523d50e9ff2cdfd799a18ea6e71785db908d125 (diff)
downloadast2050-yocto-poky-c489cb6f8498be3fc15a30ce11cba4eaa5878324.zip
ast2050-yocto-poky-c489cb6f8498be3fc15a30ce11cba4eaa5878324.tar.gz
util-linux: add AArch64 support
(From OE-Core rev: 1dbf17d221ee9d50c5de8c04144c92fdc78d6d73) Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/util-linux/util-linux/add-aarch64-support.patch')
-rw-r--r--meta/recipes-core/util-linux/util-linux/add-aarch64-support.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-core/util-linux/util-linux/add-aarch64-support.patch b/meta/recipes-core/util-linux/util-linux/add-aarch64-support.patch
new file mode 100644
index 0000000..4480f13
--- /dev/null
+++ b/meta/recipes-core/util-linux/util-linux/add-aarch64-support.patch
@@ -0,0 +1,18 @@
+---
+ fdisk/fdiskbsdlabel.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+--- util-linux-2.21.2.orig/fdisk/fdiskbsdlabel.h
++++ util-linux-2.21.2/fdisk/fdiskbsdlabel.h
+@@ -46,10 +46,11 @@
+
+ #define BSD_LINUX_BOOTDIR "/usr/ucb/mdec"
+
+ #if defined (__i386__) || defined (__sparc__) || defined (__arm__) || \
+ defined (__mips__) || defined (__s390__) || defined (__sh__) || \
++ defined (__aarch64__) || \
+ defined(__x86_64__) || defined (__avr32__) || defined(__cris__)
+ #define BSD_LABELSECTOR 1
+ #define BSD_LABELOFFSET 0
+ #elif defined (__alpha__) || defined (__powerpc__) || defined (__ia64__) || defined (__hppa__)
+ #define BSD_LABELSECTOR 0
OpenPOWER on IntegriCloud