diff options
author | Koen Kooi <koen@openembedded.org> | 2008-06-18 16:52:38 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-06-18 16:52:38 +0000 |
commit | e1899b7261111e1764e4ed1cf4816ae63496ba48 (patch) | |
tree | ddd6452de2bf148a33a271c6d9c95a8839b96246 /packages/linux | |
parent | a4d6e25587cc230cbb2ce38089114f226036885b (diff) |
linux-omap2 git: beagle needs nand support, evm only needs onenand support
Diffstat (limited to 'packages/linux')
-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 2ec4de04b2..04d9fd14f8 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 = "5b97d3ec6732c87741b2fc04f2956f097a458818" PV = "2.6.25+2.6.26-rc6+${PR}+git${SRCREV}" -PR = "r23" +PR = "r24" SRC_URI = "git://source.mvista.com/git/linux-omap-2.6.git;protocol=git \ @@ -13,6 +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://0001-ASoC-OMAP-Add-basic-support-for-OMAP34xx-in-McBSP.patch;patch=1 \ + file://flash.patch;patch=1 \ # file://0001-ARM-OMAP-SmartReflex-driver.patch;patch=1 \ # file://0002-ARM-OMAP-SmartReflex-driver.patch;patch=1 \ # file://0003-ARM-OMAP-SmartReflex-driver.patch;patch=1 \ @@ -22,7 +23,6 @@ SRC_URI_append_beagleboard = " file://no-harry-potter.diff;patch=1 \ SRC_URI_append_omap3evm = " file://no-harry-potter.diff;patch=1 \ file://0001-ASoC-OMAP-Add-basic-support-for-OMAP34xx-in-McBSP.patch;patch=1 \ - file://flash.patch;patch=1 \ # file://0001-ARM-OMAP-SmartReflex-driver.patch;patch=1 \ # file://0002-ARM-OMAP-SmartReflex-driver.patch;patch=1 \ # file://0003-ARM-OMAP-SmartReflex-driver.patch;patch=1 \ |