summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2015-09-10 19:59:47 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-09-12 23:01:53 +0100
commit1c914a844b35ff57b1c528251a9eaa19cedbaa10 (patch)
tree7224db398b2ac2bc823db5e9249b914988b565d7 /meta/recipes-kernel
parent20d90af47d33329d21b1a2c945886e0801314c2a (diff)
downloadpoky-1c914a844b35ff57b1c528251a9eaa19cedbaa10.tar.gz
meta: Fix Upstream-Status statements
Fix a variety of problems such as typos, bad punctuations, or incorrect Upstream-Status values. (From OE-Core rev: bd220fe6ce8c3a0805f13a14706d3130ea872604) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r--meta/recipes-kernel/libpfm/files/0001-Makefile-Add-LDFLAGS-variable-to-SLDFLAGS.patch2
-rw-r--r--meta/recipes-kernel/trace-cmd/trace-cmd/blktrace-api-compatibility.patch2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/libpfm/files/0001-Makefile-Add-LDFLAGS-variable-to-SLDFLAGS.patch b/meta/recipes-kernel/libpfm/files/0001-Makefile-Add-LDFLAGS-variable-to-SLDFLAGS.patch
index be58706e3a..d59a7f7d88 100644
--- a/meta/recipes-kernel/libpfm/files/0001-Makefile-Add-LDFLAGS-variable-to-SLDFLAGS.patch
+++ b/meta/recipes-kernel/libpfm/files/0001-Makefile-Add-LDFLAGS-variable-to-SLDFLAGS.patch
@@ -6,7 +6,7 @@ Subject: [PATCH] Makefile: Add LDFLAGS variable to SLDFLAGS.
6* Add LDFLAGS variable to SLDFLAGS so that extra linker 6* Add LDFLAGS variable to SLDFLAGS so that extra linker
7 flags can be sent via this variable. 7 flags can be sent via this variable.
8 8
9Upstream status Sumbitted [perfmon2-libpfm4-commits@lists.sourceforge.net] 9Upstream-Status: Submitted [perfmon2-libpfm4-commits@lists.sourceforge.net]
10 10
11Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com> 11Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
12--- 12---
diff --git a/meta/recipes-kernel/trace-cmd/trace-cmd/blktrace-api-compatibility.patch b/meta/recipes-kernel/trace-cmd/trace-cmd/blktrace-api-compatibility.patch
index 0789e9fdf7..320db6a321 100644
--- a/meta/recipes-kernel/trace-cmd/trace-cmd/blktrace-api-compatibility.patch
+++ b/meta/recipes-kernel/trace-cmd/trace-cmd/blktrace-api-compatibility.patch
@@ -3,7 +3,7 @@ trace-cmd: Add blktrace_api compatibility for TC_BARRIER
3Newer kernels replace TC_BARRIER with TC_FLUSH. Ensure trace-cmd 3Newer kernels replace TC_BARRIER with TC_FLUSH. Ensure trace-cmd
4can build regardless of the linux-kernel-headers version. 4can build regardless of the linux-kernel-headers version.
5 5
6Upstream-Status: Innapropriate [Stop gap] 6Upstream-Status: Inappropriate [Stop gap]
7 7
8Signed-off-by: Darren Hart <dvhart@linux.intel.com> 8Signed-off-by: Darren Hart <dvhart@linux.intel.com>
9 9