diff options
author | Koen Kooi <koen@openembedded.org> | 2009-04-05 12:38:25 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-04-05 12:38:25 +0200 |
commit | e6269bd09d54b6f14bca73d73b9ab4c49c91f56a (patch) | |
tree | 9be77911e260f6bd363282c9fa18ce0ca4d4e660 | |
parent | 749df5d17185aa545f4e62247ab364b6d4e8b179 (diff) |
linux-omap: move overo to 2.6.29
-rw-r--r-- | recipes/linux/linux-omap_2.6.28.bb | 1 | ||||
-rw-r--r-- | recipes/linux/linux-omap_2.6.29.bb | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/recipes/linux/linux-omap_2.6.28.bb b/recipes/linux/linux-omap_2.6.28.bb index d14472021e..caa362ee6a 100644 --- a/recipes/linux/linux-omap_2.6.28.bb +++ b/recipes/linux/linux-omap_2.6.28.bb @@ -7,7 +7,6 @@ COMPATIBLE_MACHINE = "omap5912osk|omap1710h3|omap2430sdp|omap2420h4|beagleboard| DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE_beagleboard = "1" -DEFAULT_PREFERENCE_overo = "1" DEFAULT_PREFERENCE_omap5912osk = "1" SRCREV = "79d042a081d3e467c735bb0d9569ed6296f85a3c" diff --git a/recipes/linux/linux-omap_2.6.29.bb b/recipes/linux/linux-omap_2.6.29.bb index a33930ac10..a2391ee522 100644 --- a/recipes/linux/linux-omap_2.6.29.bb +++ b/recipes/linux/linux-omap_2.6.29.bb @@ -6,6 +6,7 @@ KERNEL_IMAGETYPE = "uImage" COMPATIBLE_MACHINE = "omap5912osk|omap1710h3|omap2430sdp|omap2420h4|beagleboard|omap3evm|omap3-pandora|overo|omapzoom" DEFAULT_PREFERENCE = "-1" +DEFAULT_PREFERENCE_overo = "1" SRCREV = "58cf2f1425abfd3a449f9fe985e48be2d2555022" |