[meta-xilinx] [PATCH 6/7] gnu-config: No longer needed

Nathan Rossi nathan at nathanrossi.com
Wed Oct 4 07:41:46 PDT 2017


OE-Core currently defaults to gnu-config_git which points at a
2015-07-28 revision. This includes the MicroBlaze patch.

Signed-off-by: Nathan Rossi <nathan at nathanrossi.com>
---
 .../gnu-config/files/microblazeel.patch            | 68 ----------------------
 .../gnu-config/gnu-config_20120814.bbappend        |  6 --
 2 files changed, 74 deletions(-)
 delete mode 100644 recipes-microblaze/gnu-config/files/microblazeel.patch
 delete mode 100644 recipes-microblaze/gnu-config/gnu-config_20120814.bbappend

diff --git a/recipes-microblaze/gnu-config/files/microblazeel.patch b/recipes-microblaze/gnu-config/files/microblazeel.patch
deleted file mode 100644
index 2b8249d55d..0000000000
--- a/recipes-microblaze/gnu-config/files/microblazeel.patch
+++ /dev/null
@@ -1,68 +0,0 @@
-From fb456b34ef4aa02b95dc6be69aaa66fa94a844fb Mon Sep 17 00:00:00 2001
-From: David Holsgrove <david.holsgrove at xilinx.com>
-Date: Wed, 10 Oct 2012 04:33:17 +0000
-Subject: 	* config.sub (microblazeel): New.
-
-	* testsuite/config-sub.data: Add a test case.
-
-Signed-off-by: Ben Elliston <bje at gnu.org>
-Upstream-Status: Backport [Not part of 2012-08-14]
----
-diff --git a/config.sub b/config.sub
-index bdda9e4..826e4c6 100755
---- a/config.sub
-+++ b/config.sub
-@@ -156,7 +156,7 @@ case $os in
- 	-convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\
- 	-c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \
- 	-harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
--	-apple | -axis | -knuth | -cray | -microblaze)
-+	-apple | -axis | -knuth | -cray | -microblaze*)
- 		os=
- 		basic_machine=$1
- 		;;
-@@ -273,7 +273,7 @@ case $basic_machine in
- 	| le32 | le64 \
- 	| lm32 \
- 	| m32c | m32r | m32rle | m68000 | m68k | m88k \
--	| maxq | mb | microblaze | mcore | mep | metag \
-+	| maxq | mb | microblaze | microblazeel | mcore | mep | metag \
- 	| mips | mipsbe | mipseb | mipsel | mipsle \
- 	| mips16 \
- 	| mips64 | mips64el \
-@@ -389,7 +389,8 @@ case $basic_machine in
- 	| lm32-* \
- 	| m32c-* | m32r-* | m32rle-* \
- 	| m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
--	| m88110-* | m88k-* | maxq-* | mcore-* | metag-* | microblaze-* \
-+	| m88110-* | m88k-* | maxq-* | mcore-* | metag-* \
-+	| microblaze-* | microblazeel-* \
- 	| mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
- 	| mips16-* \
- 	| mips64-* | mips64el-* \
-@@ -788,7 +789,7 @@ case $basic_machine in
- 		basic_machine=ns32k-utek
- 		os=-sysv
- 		;;
--	microblaze)
-+	microblaze*)
- 		basic_machine=microblaze-xilinx
- 		;;
- 	mingw64)
-diff --git a/testsuite/config-sub.data b/testsuite/config-sub.data
-index fafbca1..9bd2cd5 100644
---- a/testsuite/config-sub.data
-+++ b/testsuite/config-sub.data
-@@ -99,8 +99,11 @@ mep				mep-unknown-elf
- metag-linux			metag-unknown-linux-gnu
- metag				metag-unknown-none
- microblaze-elf			microblaze-unknown-elf
-+microblazeel-elf		microblazeel-unknown-elf
- microblaze-linux		microblaze-unknown-linux-gnu
-+microblazeel-linux		microblazeel-unknown-linux-gnu
- microblaze			microblaze-unknown-none
-+microblazeel			microblazeel-unknown-none
- mingw32ce			arm-unknown-mingw32ce
- mingw64				x86_64-pc-mingw64
- mips64octeonel-elf		mips64octeonel-unknown-elf
----
diff --git a/recipes-microblaze/gnu-config/gnu-config_20120814.bbappend b/recipes-microblaze/gnu-config/gnu-config_20120814.bbappend
deleted file mode 100644
index 0a9331cb93..0000000000
--- a/recipes-microblaze/gnu-config/gnu-config_20120814.bbappend
+++ /dev/null
@@ -1,6 +0,0 @@
-
-FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
-
-# Apply patch to add "microblazeel" support to gnu-config
-SRC_URI += "file://microblazeel.patch"
-
-- 
2.14.2




More information about the meta-xilinx mailing list