[oe-commits] Petr Štetiar : ts72xx: use 2.6. 36 kernel as default now

git version control git at git.openembedded.org
Sun Nov 28 22:14:13 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 113d940023a2dfcab60501c9b4abde4007750e0a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=113d940023a2dfcab60501c9b4abde4007750e0a

Author: Petr Štetiar <ynezz at true.cz>
Date:   Sun Oct 24 14:05:30 2010 +0200

ts72xx: use 2.6.36 kernel as default now

Signed-off-by: Petr Štetiar <ynezz at true.cz>

---

 recipes/linux/linux_2.6.34.bb |    2 +-
 recipes/linux/linux_2.6.36.bb |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/linux/linux_2.6.34.bb b/recipes/linux/linux_2.6.34.bb
index 6b50590..ac8a019 100644
--- a/recipes/linux/linux_2.6.34.bb
+++ b/recipes/linux/linux_2.6.34.bb
@@ -15,7 +15,7 @@ DEFAULT_PREFERENCE_qemux86 = "1"
 DEFAULT_PREFERENCE_lite5200 = "1"
 DEFAULT_PREFERENCE_omap5912osk = "1"
 DEFAULT_PREFERENCE_tqm8540 = "1"
-DEFAULT_PREFERENCE_ts72xx = "1"
+DEFAULT_PREFERENCE_ts72xx = "-1"
 DEFAULT_PREFERENCE_om-gta01 = "1"
 DEFAULT_PREFERENCE_om-gta02 = "1"
 
diff --git a/recipes/linux/linux_2.6.36.bb b/recipes/linux/linux_2.6.36.bb
index 5fa8ca2..07353a5 100644
--- a/recipes/linux/linux_2.6.36.bb
+++ b/recipes/linux/linux_2.6.36.bb
@@ -5,7 +5,7 @@ PR = "r1"
 # Mark archs/machines that this kernel supports
 DEFAULT_PREFERENCE = "-1"
 DEFAULT_PREFERENCE_mx31ads = "1"
-DEFAULT_PREFERENCE_ts72xx = "-1"
+DEFAULT_PREFERENCE_ts72xx = "1"
 
 SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/${P}.tar.bz2;name=kernel \
            file://defconfig "





More information about the Openembedded-commits mailing list