diff options
author | Koen Kooi <koen@openembedded.org> | 2009-04-21 13:33:04 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-04-21 13:33:04 +0200 |
commit | 924d04e870a49ed149ce5c0c7cf2cdfac743333b (patch) | |
tree | 3e12c10018c251b896b24e584cf017937d787f73 /recipes/linux | |
parent | 1fa71c3eab6fc03ae4e17fcbcaa5bd459c67aa6a (diff) |
beagleboard: move to 2.6.29
* on par with 2.6.28 for stability, codec-engine and libgles-omap3 both work as well
Diffstat (limited to 'recipes/linux')
-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 fe586e0f12..859321bdef 100644 --- a/recipes/linux/linux-omap_2.6.28.bb +++ b/recipes/linux/linux-omap_2.6.28.bb @@ -6,7 +6,6 @@ KERNEL_IMAGETYPE = "uImage" COMPATIBLE_MACHINE = "omap5912osk|omap1710h3|omap2430sdp|omap2420h4|beagleboard|omap3evm|omap3-pandora|overo" DEFAULT_PREFERENCE = "-1" -DEFAULT_PREFERENCE_beagleboard = "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 46c2318d02..36c672f3c6 100644 --- a/recipes/linux/linux-omap_2.6.29.bb +++ b/recipes/linux/linux-omap_2.6.29.bb @@ -7,6 +7,7 @@ COMPATIBLE_MACHINE = "omap5912osk|omap1710h3|omap2430sdp|omap2420h4|beagleboard| DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE_overo = "1" +DEFAULT_PREFERENCE_beagleboard = "1" SRCREV = "58cf2f1425abfd3a449f9fe985e48be2d2555022" |