summaryrefslogtreecommitdiff
path: root/packages/linux/handhelds-pxa-2.6_cvs.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-05-08 17:00:11 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-05-08 17:00:11 +0000
commit9e3e9161817697df633d46cc88f0ce9e8365c032 (patch)
tree05aa4a050ae9e426a3e96d2bf9e35de2a7d9d54e /packages/linux/handhelds-pxa-2.6_cvs.bb
parent0ec6c309a20f63cf88181a2a59a9f0618e73b52f (diff)
handhelds pxa 2.6 cvs: add patches by Marcin 'hrw' Juzkiewicz to add some pcmcia ids
Diffstat (limited to 'packages/linux/handhelds-pxa-2.6_cvs.bb')
-rw-r--r--packages/linux/handhelds-pxa-2.6_cvs.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/linux/handhelds-pxa-2.6_cvs.bb b/packages/linux/handhelds-pxa-2.6_cvs.bb
index e7df211acb..bcf502d52f 100644
--- a/packages/linux/handhelds-pxa-2.6_cvs.bb
+++ b/packages/linux/handhelds-pxa-2.6_cvs.bb
@@ -3,13 +3,15 @@ DESCRIPTION = "handhelds.org Linux kernel for PXA based devices."
MAINTAINER = "Greg Gilbert <greg@treke.net>"
LICENSE = "GPL"
PV = "${K_MAJOR}.${K_MINOR}.${K_MICRO}-hh${HHV}+cvs${SRCDATE}"
-PR = "r2"
+PR = "r3"
#
COMPATIBLE_HOST = "arm.*-linux"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/handhelds-pxa-${PV}"
SRC_URI = "${HANDHELDS_CVS};module=linux/kernel26 \
+ file://24-hostap_cs_id.diff;patch=1 \
+ file://hrw-pcmcia-ids-r2.patch;patch=1 \
file://defconfig"
S = "${WORKDIR}/kernel26"