summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorYu Ke <ke.yu@intel.com>2011-05-16 14:04:12 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-17 15:14:43 +0100
commit2ce14da681aa1fa56e687d16b529bd63622accf2 (patch)
tree59276d178084013919d464b320911cd3a5bd2c45 /meta/recipes-kernel
parent0dbd791e5b837a096f020635c773715bae7b15f5 (diff)
downloadpoky-2ce14da681aa1fa56e687d16b529bd63622accf2.tar.gz
Upstream-Status update for several recipes
- modutils - module-init-tools - libacpi - keymaps - initscripts - console-tools - mesa-demos - xserver-xf86-lite (From OE-Core rev: 46ea0444276c67b1489004e959bcf34970cd6c60) Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r--meta/recipes-kernel/module-init-tools/files/disable_man.patch2
-rw-r--r--meta/recipes-kernel/module-init-tools/files/grab_module_memset.patch2
-rw-r--r--meta/recipes-kernel/module-init-tools/files/ignore_arch_directory.patch2
-rw-r--r--meta/recipes-kernel/module-init-tools/files/modutils_extension.patch3
-rw-r--r--meta/recipes-kernel/module-init-tools/files/no-static-binaries.patch2
-rw-r--r--meta/recipes-kernel/modutils/files/PD.patch2
-rw-r--r--meta/recipes-kernel/modutils/files/armeb.patch2
-rw-r--r--meta/recipes-kernel/modutils/files/configure.patch1
-rw-r--r--meta/recipes-kernel/modutils/files/gcc4.patch2
-rw-r--r--meta/recipes-kernel/modutils/files/lex.l.diff2
-rw-r--r--meta/recipes-kernel/modutils/files/modutils-notest.patch2
-rw-r--r--meta/recipes-kernel/modutils/files/program_prefix.patch2
-rw-r--r--meta/recipes-kernel/modutils/modutils-cross/module.h.diff2
13 files changed, 26 insertions, 0 deletions
diff --git a/meta/recipes-kernel/module-init-tools/files/disable_man.patch b/meta/recipes-kernel/module-init-tools/files/disable_man.patch
index daf58248b1..95ad9cf92f 100644
--- a/meta/recipes-kernel/module-init-tools/files/disable_man.patch
+++ b/meta/recipes-kernel/module-init-tools/files/disable_man.patch
@@ -2,6 +2,8 @@
2# 2#
3# by Kevin Tian <kevin.tian@intel.com>, 2010-07-21 3# by Kevin Tian <kevin.tian@intel.com>, 2010-07-21
4 4
5Upstream-Status: Inappropriate [disable feature]
6
5diff --git a/Makefile.am b/Makefile.am 7diff --git a/Makefile.am b/Makefile.am
6index 6f83c12..32972a8 100644 8index 6f83c12..32972a8 100644
7--- a/Makefile.am 9--- a/Makefile.am
diff --git a/meta/recipes-kernel/module-init-tools/files/grab_module_memset.patch b/meta/recipes-kernel/module-init-tools/files/grab_module_memset.patch
index 9550255315..31dc0e96b0 100644
--- a/meta/recipes-kernel/module-init-tools/files/grab_module_memset.patch
+++ b/meta/recipes-kernel/module-init-tools/files/grab_module_memset.patch
@@ -5,6 +5,8 @@
5# 5#
6# Kevin Tian <kevin.tian@intel.com>, 2010-08-06 6# Kevin Tian <kevin.tian@intel.com>, 2010-08-06
7 7
8Upstream-Status: Pending
9
8diff --git a/depmod.c b/depmod.c 10diff --git a/depmod.c b/depmod.c
9index 647e5e6..46e03e0 100644 11index 647e5e6..46e03e0 100644
10--- a/depmod.c 12--- a/depmod.c
diff --git a/meta/recipes-kernel/module-init-tools/files/ignore_arch_directory.patch b/meta/recipes-kernel/module-init-tools/files/ignore_arch_directory.patch
index 7b30824802..d29957d98b 100644
--- a/meta/recipes-kernel/module-init-tools/files/ignore_arch_directory.patch
+++ b/meta/recipes-kernel/module-init-tools/files/ignore_arch_directory.patch
@@ -2,6 +2,8 @@
2# 2#
3# comments added by Kevin Tian <kevin.tian@intel.com>, 2010-07-21 3# comments added by Kevin Tian <kevin.tian@intel.com>, 2010-07-21
4 4
5Upstream-Status: Pending
6
5diff -ruN module-init-tools-3.12.orig/modprobe.8 module-init-tools-3.12/modprobe.8 7diff -ruN module-init-tools-3.12.orig/modprobe.8 module-init-tools-3.12/modprobe.8
6--- module-init-tools-3.12/modprobe.8.orig 8--- module-init-tools-3.12/modprobe.8.orig
7+++ module-init-tools-3.12/modprobe.8 9+++ module-init-tools-3.12/modprobe.8
diff --git a/meta/recipes-kernel/module-init-tools/files/modutils_extension.patch b/meta/recipes-kernel/module-init-tools/files/modutils_extension.patch
index 128c9531a1..4a6e0fedcc 100644
--- a/meta/recipes-kernel/module-init-tools/files/modutils_extension.patch
+++ b/meta/recipes-kernel/module-init-tools/files/modutils_extension.patch
@@ -1,6 +1,9 @@
1# poky uses new name to differentiate from modutils, so reflect this new name in source 1# poky uses new name to differentiate from modutils, so reflect this new name in source
2# 2#
3# comment added by Kevin Tian <kevin.tian@intel.com>, 2010-07-21 3# comment added by Kevin Tian <kevin.tian@intel.com>, 2010-07-21
4
5Upstream-Status: Inappropriate [embedded specific]
6
4--- module-init-tools-3.0-pre10.orig/generate-modprobe.conf 7--- module-init-tools-3.0-pre10.orig/generate-modprobe.conf
5+++ module-init-tools-3.0-pre10/generate-modprobe.conf 8+++ module-init-tools-3.0-pre10/generate-modprobe.conf
6@@ -45,12 +45,12 @@ 9@@ -45,12 +45,12 @@
diff --git a/meta/recipes-kernel/module-init-tools/files/no-static-binaries.patch b/meta/recipes-kernel/module-init-tools/files/no-static-binaries.patch
index ca83ec0755..33fb6e0b04 100644
--- a/meta/recipes-kernel/module-init-tools/files/no-static-binaries.patch
+++ b/meta/recipes-kernel/module-init-tools/files/no-static-binaries.patch
@@ -9,6 +9,8 @@
9# 9#
10# by Kevin Tian <kevin.tian@intel.com>, 2010-07-21 10# by Kevin Tian <kevin.tian@intel.com>, 2010-07-21
11 11
12Upstream-Status: Pending
13
12Index: module-init-tools-3.2.2/Makefile.am 14Index: module-init-tools-3.2.2/Makefile.am
13=================================================================== 15===================================================================
14--- module-init-tools-3.2.2.orig/Makefile.am 2010-05-26 15:43:16.000000000 -0400 16--- module-init-tools-3.2.2.orig/Makefile.am 2010-05-26 15:43:16.000000000 -0400
diff --git a/meta/recipes-kernel/modutils/files/PD.patch b/meta/recipes-kernel/modutils/files/PD.patch
index 6e7b76a3e9..21ac49cbd8 100644
--- a/meta/recipes-kernel/modutils/files/PD.patch
+++ b/meta/recipes-kernel/modutils/files/PD.patch
@@ -1,3 +1,5 @@
1Upstream-Status: Inappropriate [licensing]
2
1Index: modutils-initscripts-1.0/LICENSE 3Index: modutils-initscripts-1.0/LICENSE
2=================================================================== 4===================================================================
3--- /dev/null 1970-01-01 00:00:00.000000000 +0000 5--- /dev/null 1970-01-01 00:00:00.000000000 +0000
diff --git a/meta/recipes-kernel/modutils/files/armeb.patch b/meta/recipes-kernel/modutils/files/armeb.patch
index a26a3a24eb..3198553421 100644
--- a/meta/recipes-kernel/modutils/files/armeb.patch
+++ b/meta/recipes-kernel/modutils/files/armeb.patch
@@ -1,3 +1,5 @@
1Upstream-Status: Pending
2
1--- modutils-2.4.27/include/elf_arm.h.orig 2004-09-21 18:37:00.000000000 -0400 3--- modutils-2.4.27/include/elf_arm.h.orig 2004-09-21 18:37:00.000000000 -0400
2+++ modutils-2.4.27/include/elf_arm.h 2004-09-21 18:38:18.000000000 -0400 4+++ modutils-2.4.27/include/elf_arm.h 2004-09-21 18:38:18.000000000 -0400
3@@ -1,7 +1,11 @@ 5@@ -1,7 +1,11 @@
diff --git a/meta/recipes-kernel/modutils/files/configure.patch b/meta/recipes-kernel/modutils/files/configure.patch
index cdf501593f..63e80d7191 100644
--- a/meta/recipes-kernel/modutils/files/configure.patch
+++ b/meta/recipes-kernel/modutils/files/configure.patch
@@ -1,3 +1,4 @@
1Upstream-Status: Pending
1 2
2# 3#
3# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher 4# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
diff --git a/meta/recipes-kernel/modutils/files/gcc4.patch b/meta/recipes-kernel/modutils/files/gcc4.patch
index 53750bc617..4507b0338b 100644
--- a/meta/recipes-kernel/modutils/files/gcc4.patch
+++ b/meta/recipes-kernel/modutils/files/gcc4.patch
@@ -1,3 +1,5 @@
1Upstream-Status: Pending
2
1Index: modutils-2.4.27/depmod/depmod.c 3Index: modutils-2.4.27/depmod/depmod.c
2=================================================================== 4===================================================================
3--- modutils-2.4.27.orig/depmod/depmod.c 5--- modutils-2.4.27.orig/depmod/depmod.c
diff --git a/meta/recipes-kernel/modutils/files/lex.l.diff b/meta/recipes-kernel/modutils/files/lex.l.diff
index 65904b6b02..b2419a4814 100644
--- a/meta/recipes-kernel/modutils/files/lex.l.diff
+++ b/meta/recipes-kernel/modutils/files/lex.l.diff
@@ -1,3 +1,5 @@
1Upstream-Status: Pending
2
1--- modutils-2.4.26.orig/genksyms/lex.l 3--- modutils-2.4.26.orig/genksyms/lex.l
2+++ modutils-2.4.26/genksyms/lex.l 4+++ modutils-2.4.26/genksyms/lex.l
3@@ -130,6 +130,7 @@ 5@@ -130,6 +130,7 @@
diff --git a/meta/recipes-kernel/modutils/files/modutils-notest.patch b/meta/recipes-kernel/modutils/files/modutils-notest.patch
index 0e15a1014c..ab100f2dcc 100644
--- a/meta/recipes-kernel/modutils/files/modutils-notest.patch
+++ b/meta/recipes-kernel/modutils/files/modutils-notest.patch
@@ -2,6 +2,8 @@ This test disables the annoying
2 Note: /etc/modules.conf is more recent than /lib/modules/2.4.19-rmk6-pxa1/modules.dep 2 Note: /etc/modules.conf is more recent than /lib/modules/2.4.19-rmk6-pxa1/modules.dep
3message. 3message.
4 4
5Upstream-Status: Inappropriate [disable feature]
6
5--- modutils-2.4.6/insmod/modprobe.c~notest Mon Feb 26 02:07:17 2001 7--- modutils-2.4.6/insmod/modprobe.c~notest Mon Feb 26 02:07:17 2001
6+++ modutils-2.4.6/insmod/modprobe.c Wed Feb 19 14:31:52 2003 8+++ modutils-2.4.6/insmod/modprobe.c Wed Feb 19 14:31:52 2003
7@@ -785,7 +785,6 @@ 9@@ -785,7 +785,6 @@
diff --git a/meta/recipes-kernel/modutils/files/program_prefix.patch b/meta/recipes-kernel/modutils/files/program_prefix.patch
index 2927a23a22..973705ee27 100644
--- a/meta/recipes-kernel/modutils/files/program_prefix.patch
+++ b/meta/recipes-kernel/modutils/files/program_prefix.patch
@@ -1,3 +1,5 @@
1Upstream-Status: Pending
2
1--- modutils-2.4.25/Makefile.common.in Sun Nov 24 21:23:35 2002 3--- modutils-2.4.25/Makefile.common.in Sun Nov 24 21:23:35 2002
2+++ modutils-2.4.25/Makefile.common.in Thu Jan 29 17:16:30 2004 4+++ modutils-2.4.25/Makefile.common.in Thu Jan 29 17:16:30 2004
3@@ -7,6 +7,7 @@ 5@@ -7,6 +7,7 @@
diff --git a/meta/recipes-kernel/modutils/modutils-cross/module.h.diff b/meta/recipes-kernel/modutils/modutils-cross/module.h.diff
index 077baaf3eb..e9f1224490 100644
--- a/meta/recipes-kernel/modutils/modutils-cross/module.h.diff
+++ b/meta/recipes-kernel/modutils/modutils-cross/module.h.diff
@@ -1,3 +1,5 @@
1Upstream-Status: Pending
2
1diff -urN modutils-2.4.27.orig/include/module.h modutils-2.4.27/include/module.h 3diff -urN modutils-2.4.27.orig/include/module.h modutils-2.4.27/include/module.h
2--- modutils-2.4.27.orig/include/module.h 2003-01-27 11:22:02.000000000 -0500 4--- modutils-2.4.27.orig/include/module.h 2003-01-27 11:22:02.000000000 -0500
3+++ modutils-2.4.27/include/module.h 2004-08-23 19:52:34.756772712 -0400 5+++ modutils-2.4.27/include/module.h 2004-08-23 19:52:34.756772712 -0400