diff options
| author | Nathan Rossi <nathan.rossi@xilinx.com> | 2014-05-23 14:04:18 +1000 |
|---|---|---|
| committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2014-05-23 14:04:18 +1000 |
| commit | 917d8fcf8c926bdadc4d2c8932910e34dc514126 (patch) | |
| tree | 4149c4227e6cda267d3442c07fd49f17cd6acb93 /recipes-kernel | |
| parent | f8e19b07eddbebb0218849957edbb154c2d6ad3f (diff) | |
| download | meta-xilinx-917d8fcf8c926bdadc4d2c8932910e34dc514126.tar.gz | |
linux-xlnx: Remove 3.8 kernel
* This kernel version is outdated and has been superseded by the 3.10
and 3.14 kernels
* This change mirrors the dropping of the 3.8 linux-yocto kernel in the
1.6 yocto release
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
Diffstat (limited to 'recipes-kernel')
| -rw-r--r-- | recipes-kernel/linux/linux-xlnx/libtraceevent-Remove-hard-coded-include-to-usr-local.patch | 38 | ||||
| -rw-r--r-- | recipes-kernel/linux/linux-xlnx_3.8.bb | 11 |
2 files changed, 0 insertions, 49 deletions
diff --git a/recipes-kernel/linux/linux-xlnx/libtraceevent-Remove-hard-coded-include-to-usr-local.patch b/recipes-kernel/linux/linux-xlnx/libtraceevent-Remove-hard-coded-include-to-usr-local.patch deleted file mode 100644 index 0168ea79..00000000 --- a/recipes-kernel/linux/linux-xlnx/libtraceevent-Remove-hard-coded-include-to-usr-local.patch +++ /dev/null | |||
| @@ -1,38 +0,0 @@ | |||
| 1 | From b9e8c37220c80e78289a1e87b50c09418eb59a7e Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk> | ||
| 3 | Date: Fri, 8 Mar 2013 11:21:52 +0000 | ||
| 4 | Subject: [PATCH] libtraceevent: Remove hard coded include to | ||
| 5 | /usr/local/include in Makefile | ||
| 6 | |||
| 7 | having /usr/local/include hardcoded into the makefile is not necessary | ||
| 8 | as this is automatically included by GCC. It also infects cross-compile | ||
| 9 | builds with the host systems includes. | ||
| 10 | |||
| 11 | Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk> | ||
| 12 | Acked-by: Namhyung Kim <namhyung@kernel.org> | ||
| 13 | Cc: Ingo Molnar <mingo@redhat.com> | ||
| 14 | Cc: Paul Mackerras <paulus@samba.org> | ||
| 15 | Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> | ||
| 16 | Link: http://lkml.kernel.org/r/1362741712-21308-1-git-send-email-ml@communistcode.co.uk | ||
| 17 | Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> | ||
| 18 | Upstream-Status: Backport | ||
| 19 | --- | ||
| 20 | tools/lib/traceevent/Makefile | 2 +- | ||
| 21 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 22 | |||
| 23 | diff --git a/tools/lib/traceevent/Makefile b/tools/lib/traceevent/Makefile | ||
| 24 | index a20e320..0b0a907 100644 | ||
| 25 | --- a/tools/lib/traceevent/Makefile | ||
| 26 | +++ b/tools/lib/traceevent/Makefile | ||
| 27 | @@ -122,7 +122,7 @@ export Q VERBOSE | ||
| 28 | |||
| 29 | EVENT_PARSE_VERSION = $(EP_VERSION).$(EP_PATCHLEVEL).$(EP_EXTRAVERSION) | ||
| 30 | |||
| 31 | -INCLUDES = -I. -I/usr/local/include $(CONFIG_INCLUDES) | ||
| 32 | +INCLUDES = -I. $(CONFIG_INCLUDES) | ||
| 33 | |||
| 34 | # Set compile option CFLAGS if not set elsewhere | ||
| 35 | CFLAGS ?= -g -Wall | ||
| 36 | -- | ||
| 37 | 1.7.9.5 | ||
| 38 | |||
diff --git a/recipes-kernel/linux/linux-xlnx_3.8.bb b/recipes-kernel/linux/linux-xlnx_3.8.bb deleted file mode 100644 index cbced47c..00000000 --- a/recipes-kernel/linux/linux-xlnx_3.8.bb +++ /dev/null | |||
| @@ -1,11 +0,0 @@ | |||
| 1 | KBRANCH = "xlnx_3.8" | ||
| 2 | # See include file for common information | ||
| 3 | include linux-xlnx.inc | ||
| 4 | |||
| 5 | PR = "r1" | ||
| 6 | |||
| 7 | # Kernel version and SRCREV correspond to: xlnx_3.8 branch | ||
| 8 | LINUX_VERSION = "3.8" | ||
| 9 | SRCREV = "f4ff79d44a966ebea6229213816d17eb472b303e" | ||
| 10 | |||
| 11 | SRC_URI_append += "file://libtraceevent-Remove-hard-coded-include-to-usr-local.patch" | ||
