linux-omap2 git: disable problematic L2 cache patch
authorKoen Kooi <koen@openembedded.org>
Sun, 4 May 2008 16:36:44 +0000 (16:36 +0000)
committerKoen Kooi <koen@openembedded.org>
Sun, 4 May 2008 16:36:44 +0000 (16:36 +0000)
packages/linux/linux-omap2_git.bb

index 72635d1..71bd173 100644 (file)
@@ -5,7 +5,7 @@ FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/linux-omap2-git/${MA
 SRCREV = "547ba9200727d2334f779cbf46ab62accb1281aa"
 
 PV = "2.6.25+git${SRCREV}"
-PR = "r7"
+PR = "r8"
 
 
 SRC_URI = "git://source.mvista.com/git/linux-omap-2.6.git;protocol=git \
@@ -13,7 +13,7 @@ SRC_URI = "git://source.mvista.com/git/linux-omap-2.6.git;protocol=git \
 
 SRC_URI_append_beagleboard = " file://no-harry-potter.diff;patch=1 \
                               file://usb-timout.patch;patch=1 \
-                              file://l2-cache.patch;patch=1 \  
+#                             file://l2-cache.patch;patch=1 \  
 "
 
 COMPATIBLE_MACHINE = "omap2430sdp|omap2420h4|beagleboard"