diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2009-12-05 00:24:04 +0100 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2009-12-05 00:30:59 +0100 |
commit | ebd05b466bac1c28d37e243030959b7ef9b6ec26 (patch) | |
tree | 981f428162cae5c39f592610a2bf3184c4b1655a | |
parent | a5139b280f4ab27c0e7cc52a347a115054d24cbb (diff) |
linux-handhelds-2.6: Update cvs recipe to use the patches from 2.6.21-hh20 recipe.
This makes it compile again.
-rw-r--r-- | recipes/linux/linux-handhelds-2.6_cvs.bb | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/recipes/linux/linux-handhelds-2.6_cvs.bb b/recipes/linux/linux-handhelds-2.6_cvs.bb index 89cb68548f..93e884e994 100644 --- a/recipes/linux/linux-handhelds-2.6_cvs.bb +++ b/recipes/linux/linux-handhelds-2.6_cvs.bb @@ -2,7 +2,7 @@ SECTION = "kernel" DESCRIPTION = "handhelds.org Linux kernel 2.6 for PocketPCs and other consumer handheld devices." LICENSE = "GPL" PV = "${K_MAJOR}.${K_MINOR}.${K_MICRO}-hh${HHV}+cvs${SRCDATE}" -PR = "r0" +PR = "r1" DEFAULT_PREFERENCE = "-1" @@ -15,7 +15,11 @@ K_MINOR = "6" K_MICRO = "21" HHV = "20" -SRC_URI = "${HANDHELDS_CVS};module=linux/kernel26 \ +SRC_URI = "${HANDHELDS_CVS};module=linux/kernel26 \ + file://linux-2.6.git-9d20fdd58e74d4d26dc5216efaaa0f800c23dd3a.patch;patch=1 \ + http://www.rpsys.net/openzaurus/patches/archive/export_atags-r0a.patch;patch=1 \ + file://gcc4x-limits.patch;patch=1 \ + file://0001-time-prevent-the-loop-in-timespec_add_ns-from-bei.patch;patch=1 \ file://defconfig" require linux-handhelds-2.6.inc |