summaryrefslogtreecommitdiff
path: root/packages/linux/linux-handhelds-2.6_2.6.21-hh20.bb
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2008-02-14 14:22:47 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2008-02-14 14:22:47 +0000
commitb4a7300d0986e51eb2404539b19471d5b25f2a9d (patch)
tree6cc1f7df415c9407854368a3dfb036715f368786 /packages/linux/linux-handhelds-2.6_2.6.21-hh20.bb
parent44c61051f9b52a94db2609f6754b04c7ddda6550 (diff)
linux-handhelds-2.6 2.6.21-hh20: Add support for passing kexec command line.
* Tested to work. * TODO: Add CONFIG_ATAGS_PROC consistently.
Diffstat (limited to 'packages/linux/linux-handhelds-2.6_2.6.21-hh20.bb')
-rw-r--r--packages/linux/linux-handhelds-2.6_2.6.21-hh20.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/linux/linux-handhelds-2.6_2.6.21-hh20.bb b/packages/linux/linux-handhelds-2.6_2.6.21-hh20.bb
index ec822284cf..b45d3e0987 100644
--- a/packages/linux/linux-handhelds-2.6_2.6.21-hh20.bb
+++ b/packages/linux/linux-handhelds-2.6_2.6.21-hh20.bb
@@ -1,7 +1,7 @@
SECTION = "kernel"
DESCRIPTION = "handhelds.org Linux kernel 2.6 for PocketPCs and other consumer handheld devices."
LICENSE = "GPL"
-PR = "r11"
+PR = "r12"
DEFAULT_PREFERENCE = "-1"
@@ -10,6 +10,8 @@ DEFAULT_PREFERENCE = "-1"
FILESPATH = "${FILE_DIRNAME}/linux-handhelds-2.6-2.6.21/${MACHINE}:${FILE_DIRNAME}/linux-handhelds-2.6-2.6.21"
SRC_URI = "${HANDHELDS_CVS};module=linux/kernel26;tag=${@'K' + bb.data.getVar('PV',d,1).replace('.', '-')} \
+ file://linux-2.6.git-9d20fdd58e74d4d26dc5216efaaa0f800c23dd3a.patch;patch=1 \
+ http://www.rpsys.net/openzaurus/patches/archive/export_atags-r0a.patch;patch=1 \
file://defconfig"
require linux-handhelds-2.6.inc