[oe-commits] org.oe.dev linux/linux-jlime-jornada7xx_2.6.19rc6.bb : Changing S dir to 2.6.18

kristoffer commit openembedded-commits at lists.openembedded.org
Thu Nov 23 15:22:37 UTC 2006


linux/linux-jlime-jornada7xx_2.6.19rc6.bb : Changing S dir to 2.6.18
* Since we are using 2.6.18 sources and patching them up to
  2.6.19rc6, we should use 2.6.18 as S dir (instead of 2.6.19rc6)
  so the patching works.

Author: kristoffer at openembedded.org
Branch: org.openembedded.dev
Revision: b4e1660206555872709b0d94a08cd75ad9dc24c6
ViewMTN: http://monotone.openembedded.org/revision.psp?id=b4e1660206555872709b0d94a08cd75ad9dc24c6
Files:
1
packages/linux/linux-jlime-jornada7xx_2.6.19rc6.bb
Diffs:

#
# mt diff -rea4bfe86eca886e3785d1251818288b5221bf73a -rb4e1660206555872709b0d94a08cd75ad9dc24c6
#
# 
# 
# patch "packages/linux/linux-jlime-jornada7xx_2.6.19rc6.bb"
#  from [9af16cc4b6799e0fe6de608a2d79eaa71835ecb1]
#    to [3605bd347e4389c5e56d9a58d4445bc0c74c5f4f]
# 
============================================================
--- packages/linux/linux-jlime-jornada7xx_2.6.19rc6.bb	9af16cc4b6799e0fe6de608a2d79eaa71835ecb1
+++ packages/linux/linux-jlime-jornada7xx_2.6.19rc6.bb	3605bd347e4389c5e56d9a58d4445bc0c74c5f4f
@@ -8,10 +8,10 @@ SRC_URI = "http://www.kernel.org/pub/lin
 
 SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.18.tar.gz \
            http://www.kernel.org/pub/linux/kernel/v2.6/testing/patch-2.6.19-rc6.bz2;patch=1 \
-	   file://jornada7xx-2.6.19rc6.patch;patch=0 \
+	   file://jornada7xx.patch;patch=0 \
            file://defconf_jlime "
 
-S = "${WORKDIR}/linux-${PV}"
+S = "${WORKDIR}/linux-2.6.18"
 
 inherit kernel
 






More information about the Openembedded-commits mailing list