[Buildroot] [PATCH v1 1/1] raptor: Patch to remove the support for blackfin architecture.

Atul Singh atul.singh.mandla at rockwellcollins.com
Thu May 12 12:56:54 UTC 2016


Signed-off-by: Atul Singh <atul.singh.mandla at rockwellcollins.com>
---
 package/raptor/0002-remove-blackfin-support.patch | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 package/raptor/0002-remove-blackfin-support.patch

diff --git a/package/raptor/0002-remove-blackfin-support.patch b/package/raptor/0002-remove-blackfin-support.patch
new file mode 100644
index 0000000..0d374fc
--- /dev/null
+++ b/package/raptor/0002-remove-blackfin-support.patch
@@ -0,0 +1,14 @@
+Removed support for blackfin architecture.
+
+Signed-off-by: Atul Singh <atul.singh.mandla at rockwellcollins.com>
+
+--- a/Config.in
++++ b/Config.in
+@@ -2,6 +2,7 @@
+ 	bool "raptor"
+ 	select BR2_PACKAGE_LIBXML2
+ 	select BR2_PACKAGE_LIBXSLT
++	depends on !BR2_bfin
+ 	help
+ 	  A C library that provides a set of parsers and
+ 	  serializers that generate Resource Description
-- 
2.5.0



More information about the buildroot mailing list