diff options
author | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2008-06-18 15:43:44 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2008-06-18 15:43:44 +0000 |
commit | 231dec46ce70357bf8ab2f75a75821703bc8616b (patch) | |
tree | 31f1b9fb2ffe08b7de0197fadf9f08c871fd5586 /packages | |
parent | 97470a03ce59301e4ddfca93af76adcc49efad4d (diff) | |
parent | 63f3f37555e41ddf4aae399f61911423827bff8b (diff) |
merge of '4e3569a19b8a6f85c3878f45db976a5ef67711f2'
and 'b6c9567e6cd15dcc0358bab7cdc8c5d45cc4d0c4'
Diffstat (limited to 'packages')
-rw-r--r-- | packages/linux/linux-omap2_git.bb | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/packages/linux/linux-omap2_git.bb b/packages/linux/linux-omap2_git.bb index 3ee15985f8..2ec4de04b2 100644 --- a/packages/linux/linux-omap2_git.bb +++ b/packages/linux/linux-omap2_git.bb @@ -2,9 +2,9 @@ require linux-omap.inc FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/linux-omap2-git/${MACHINE}" -SRCREV = "74412cbb62b3b4af3f7a1dd9133f19950cd94b2e" +SRCREV = "5b97d3ec6732c87741b2fc04f2956f097a458818" -PV = "2.6.25+2.6.26-rc5+${PR}+git${SRCREV}" +PV = "2.6.25+2.6.26-rc6+${PR}+git${SRCREV}" PR = "r23" @@ -13,9 +13,9 @@ 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://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 \ +# 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 \ file://0001-omap3-cpuidle.patch;patch=1 \ file://0002-omap3-cpuidle.patch;patch=1 \ " @@ -23,9 +23,9 @@ 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 \ +# 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 \ file://0001-omap3-cpuidle.patch;patch=1 \ file://0002-omap3-cpuidle.patch;patch=1 \ " |