[oe-commits] org.oe.dev linux/linux-jlime-jornada6xx-2.6.21rc5:

kristoffer commit openembedded-commits at lists.openembedded.org
Thu Apr 5 14:18:58 UTC 2007


linux/linux-jlime-jornada6xx-2.6.21rc5:
* Minor fixes to let patches apply
* Addition of patch that will not be in git until 2.6.21rc6

Author: kristoffer at openembedded.org
Branch: org.openembedded.dev
Revision: 6da9d621bc47b3a3cb21e8d3a666f30c5cec58e1
ViewMTN: http://monotone.openembedded.org/revision.psp?id=6da9d621bc47b3a3cb21e8d3a666f30c5cec58e1
Files:
1
packages/linux/linux-jlime-jornada6xx-2.6.21rc5/hp6xx-IRQ3.patch
packages/linux/linux-jlime-jornada6xx_2.6.21rc5.bb
Diffs:

#
# mt diff -re7b9bfc9b152c5457d9862001f03014f79bbfea1 -r6da9d621bc47b3a3cb21e8d3a666f30c5cec58e1
#
# 
# 
# add_file "packages/linux/linux-jlime-jornada6xx-2.6.21rc5/hp6xx-IRQ3.patch"
#  content [3a136497a0fd2db94c22290e20b247ea480989b3]
# 
# patch "packages/linux/linux-jlime-jornada6xx_2.6.21rc5.bb"
#  from [5a7da14de8df2623354de8d27f9e74f3624e2567]
#    to [8fd9a4cd0aef5e9c0cf200617ac2e723431f563d]
# 
============================================================
--- packages/linux/linux-jlime-jornada6xx-2.6.21rc5/hp6xx-IRQ3.patch	3a136497a0fd2db94c22290e20b247ea480989b3
+++ packages/linux/linux-jlime-jornada6xx-2.6.21rc5/hp6xx-IRQ3.patch	3a136497a0fd2db94c22290e20b247ea480989b3
@@ -0,0 +1,4 @@
+14c14
+< #define HP680_TS_IRQ		IRQ3_IRQ
+---
+> #define HP680_TS_IRQ		35
============================================================
--- packages/linux/linux-jlime-jornada6xx_2.6.21rc5.bb	5a7da14de8df2623354de8d27f9e74f3624e2567
+++ packages/linux/linux-jlime-jornada6xx_2.6.21rc5.bb	8fd9a4cd0aef5e9c0cf200617ac2e723431f563d
@@ -8,10 +8,11 @@ SRC_URI = "git://git.kernel.org/pub/scm/
 
 SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;tag=v2.6.21-rc5 \
            file://git-20070405-2.patch;patch=1 \
-           file://defconfig"
+           file://hp6xx-IRQ3.patch=0 \
+	   file://defconfig"
 	   
 
-S = "${WORKDIR}/linux-${PV}"
+S = "${WORKDIR}/git"
 
 inherit kernel
 






More information about the Openembedded-commits mailing list