diff options
author | Koen Kooi <koen@openembedded.org> | 2008-06-12 23:52:21 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-06-12 23:52:21 +0000 |
commit | ec73e0ba3910754256586703930355a4840e86a8 (patch) | |
tree | 88688318b8ea1479b7b62332419f7903b4a067a7 /packages/linux/linux-omap2_git.bb | |
parent | 0d568f78cf0a449e5cf42d46201e30376d9e2364 (diff) |
linux-omap2 git: update evm defconfig (thanks Steve!), clean up beagle patch dir, apply smartreflex and cpuidle patches to evm as well
Diffstat (limited to 'packages/linux/linux-omap2_git.bb')
-rw-r--r-- | packages/linux/linux-omap2_git.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/linux/linux-omap2_git.bb b/packages/linux/linux-omap2_git.bb index 14623bff30..6a1bfaf341 100644 --- a/packages/linux/linux-omap2_git.bb +++ b/packages/linux/linux-omap2_git.bb @@ -21,6 +21,17 @@ SRC_URI_append_beagleboard = " file://no-harry-potter.diff;patch=1 \ file://0002-omap3-cpuidle.patch;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-omap3-cpuidle.patch;patch=1 \ + file://0002-omap3-cpuidle.patch;patch=1 \ +" + + COMPATIBLE_MACHINE = "omap2430sdp|omap2420h4|beagleboard|omap3evm" |