summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/modutils
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/modutils
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/modutils')
-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
8 files changed, 15 insertions, 0 deletions
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