diff options
author | Koen Kooi <koen@openembedded.org> | 2008-05-07 08:33:03 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-05-07 08:33:03 +0000 |
commit | 5aab5a001c9769866f7086e40dcd45b3f522845c (patch) | |
tree | 2f33b5891e972ed15ddbaa603316e97f77d195d1 /packages/linux/linux-omap2_git.bb | |
parent | 28ecb3a1fc60732522472c0f12f8c6db2d45f2c5 (diff) |
linux omap2 git: add L2 cache enable patch for beagleboard and update defconfig accordingly
Diffstat (limited to 'packages/linux/linux-omap2_git.bb')
-rw-r--r-- | packages/linux/linux-omap2_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/linux-omap2_git.bb b/packages/linux/linux-omap2_git.bb index 122f018bcd..4dccf29eae 100644 --- a/packages/linux/linux-omap2_git.bb +++ b/packages/linux/linux-omap2_git.bb @@ -5,7 +5,7 @@ FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/linux-omap2-git/${MA SRCREV = "1abd28c86f1771d4f31fc73e6ef83fedaa8f4ec2" PV = "2.6.25+2.6.26-rc1+git${SRCREV}" -PR = "r8" +PR = "r9" 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" |