[meta-xilinx] [PATCH 10/12] linux-yocto_3.14: Dropped
Nathan Rossi
nathan at nathanrossi.com
Mon Dec 28 04:46:10 PST 2015
This version of linux-yocto was dropped from OE-Core.
Signed-off-by: Nathan Rossi <nathan at nathanrossi.com>
---
...Drop-architecture-specific-declaration-of.patch | 48 ----------------------
recipes-kernel/linux/linux-yocto_3.14.bbappend | 13 ------
2 files changed, 61 deletions(-)
delete mode 100644 recipes-kernel/linux/linux-xlnx/3.14/microblaze-Drop-architecture-specific-declaration-of.patch
delete mode 100644 recipes-kernel/linux/linux-yocto_3.14.bbappend
diff --git a/recipes-kernel/linux/linux-xlnx/3.14/microblaze-Drop-architecture-specific-declaration-of.patch b/recipes-kernel/linux/linux-xlnx/3.14/microblaze-Drop-architecture-specific-declaration-of.patch
deleted file mode 100644
index 43594eb..0000000
--- a/recipes-kernel/linux/linux-xlnx/3.14/microblaze-Drop-architecture-specific-declaration-of.patch
+++ /dev/null
@@ -1,48 +0,0 @@
-From 1b3fe856bd53bc1290ef77a0cce75424b81bdc19 Mon Sep 17 00:00:00 2001
-From: Guenter Roeck <linux at roeck-us.net>
-Date: Mon, 17 Feb 2014 09:44:19 -0800
-Subject: [PATCH] microblaze: Drop architecture-specific declaration of
- early_printk
-
-miceroblaze:allmodconfig fails to build, complaining that
-early_printk is redeclared.
-
-include/linux/printk.h:114:6: error: static declaration of 'early_printk'
- follows non-static declaration
- void early_printk(const char *s, ...) { }
- ^
-In file included from arch/microblaze/include/asm/page.h:19:0,
- from arch/microblaze/include/asm/io.h:15,
- from include/linux/io.h:22,
- from kernel/irq/generic-chip.c:6:
-arch/microblaze/include/asm/setup.h:22:6:
- note: previous declaration of 'early_printk' was here
- void early_printk(const char *fmt, ...);
-
-This happens because CONFIG_EARLY_PRINTK is not enabled in this
-configuration.
-
-The architecture-specific declaration is not needed; drop it.
-
-Signed-off-by: Guenter Roeck <linux at roeck-us.net>
-Signed-off-by: Michal Simek <michal.simek at xilinx.com>
----
- arch/microblaze/include/asm/setup.h | 2 --
- 1 file changed, 2 deletions(-)
-
-diff --git a/arch/microblaze/include/asm/setup.h b/arch/microblaze/include/asm/setup.h
-index 0990b43..be84a4d 100644
---- a/arch/microblaze/include/asm/setup.h
-+++ b/arch/microblaze/include/asm/setup.h
-@@ -19,8 +19,6 @@ extern char cmd_line[COMMAND_LINE_SIZE];
-
- extern char *klimit;
-
--void early_printk(const char *fmt, ...);
--
- int setup_early_printk(char *opt);
- void remap_early_printk(void);
- void disable_early_printk(void);
---
-1.7.10.4
-
diff --git a/recipes-kernel/linux/linux-yocto_3.14.bbappend b/recipes-kernel/linux/linux-yocto_3.14.bbappend
deleted file mode 100644
index 07a1de1..0000000
--- a/recipes-kernel/linux/linux-yocto_3.14.bbappend
+++ /dev/null
@@ -1,13 +0,0 @@
-
-require linux-xilinx-configs.inc
-require linux-xilinx-machines.inc
-
-FILESEXTRAPATHS_prepend := "${THISDIR}/linux-xlnx/3.14:"
-SRC_URI_append_zynq = " \
- file://tty-xuartps-Fix-RX-hang-and-TX-corruption-in-set_termios.patch \
- "
-SRC_URI_append_microblaze = " \
- file://microblaze-Drop-architecture-specific-declaration-of.patch \
- file://kernel-use-the-gnu89-standard-explicitly.patch \
- "
-
--
2.6.4
More information about the meta-xilinx
mailing list