summaryrefslogtreecommitdiffstats
path: root/recipes-core
diff options
context:
space:
mode:
authorNathan Rossi <nathan.rossi@xilinx.com>2013-08-07 14:04:03 +1000
committerNathan Rossi <nathan.rossi@xilinx.com>2013-08-07 14:04:03 +1000
commitec2b5f821555808b163a068b5193e1155ef5e03c (patch)
tree28b33dfd41528fd92e30788d37bfe7134cb25d77 /recipes-core
parentd9617006376d73e37f1db17857ee06c24e6b7c03 (diff)
downloadmeta-xilinx-ec2b5f821555808b163a068b5193e1155ef5e03c.tar.gz
util-linux: 2.23.2 contains submitted patch
* oe-core master has updated to use util-linux 2.23.2 Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
Diffstat (limited to 'recipes-core')
-rw-r--r--recipes-core/util-linux/files/fdisk-add-support-for-the-MicroBlaze-architecture.patch29
-rw-r--r--recipes-core/util-linux/util-linux_2.23.1.bbappend5
2 files changed, 0 insertions, 34 deletions
diff --git a/recipes-core/util-linux/files/fdisk-add-support-for-the-MicroBlaze-architecture.patch b/recipes-core/util-linux/files/fdisk-add-support-for-the-MicroBlaze-architecture.patch
deleted file mode 100644
index 0a2d71ff..00000000
--- a/recipes-core/util-linux/files/fdisk-add-support-for-the-MicroBlaze-architecture.patch
+++ /dev/null
@@ -1,29 +0,0 @@
1From: Nathan Rossi <nathan.rossi@xilinx.com>
2Date: Fri, 7 Jun 2013 14:03:41 +1000
3Subject: [PATCH] fdisk: add support for the MicroBlaze architecture
4
5Add support to fdisk for the MicroBlaze architecture.
6
7Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
8Upstream-Status: Submitted
9---
10 fdisks/fdiskbsdlabel.h | 3 ++-
11 1 files changed, 2 insertions(+), 1 deletions(-)
12
13diff --git a/fdisks/fdiskbsdlabel.h b/fdisks/fdiskbsdlabel.h
14index 8c4e4e7..69f1065 100644
15--- a/fdisks/fdiskbsdlabel.h
16+++ b/fdisks/fdiskbsdlabel.h
17@@ -49,7 +49,8 @@
18 #if defined (__i386__) || defined (__sparc__) || defined (__arm__) || \
19 defined (__mips__) || defined (__s390__) || defined (__sh__) || \
20 defined (__aarch64__) || defined(__xtensa__) || \
21- defined(__x86_64__) || defined (__avr32__) || defined(__cris__)
22+ defined (__x86_64__) || defined (__avr32__) || defined(__cris__) || \
23+ defined (__microblaze__)
24 #define BSD_LABELSECTOR 1
25 #define BSD_LABELOFFSET 0
26 #elif defined (__alpha__) || defined (__powerpc__) || defined (__ia64__) || defined (__hppa__)
27--
281.7.5.4
29
diff --git a/recipes-core/util-linux/util-linux_2.23.1.bbappend b/recipes-core/util-linux/util-linux_2.23.1.bbappend
deleted file mode 100644
index 01e37383..00000000
--- a/recipes-core/util-linux/util-linux_2.23.1.bbappend
+++ /dev/null
@@ -1,5 +0,0 @@
1FILESEXTRAPATHS := "${THISDIR}/files"
2
3# Apply patch to add "microblaze" support to util-linux
4SRC_URI += "file://fdisk-add-support-for-the-MicroBlaze-architecture.patch"
5