From 113d940023a2dfcab60501c9b4abde4007750e0a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petr=20=C5=A0tetiar?= Date: Sun, 24 Oct 2010 14:05:30 +0200 Subject: [PATCH] ts72xx: use 2.6.36 kernel as default now MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Å tetiar --- 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 6b50590bb7..ac8a019048 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 5fa8ca231c..07353a5f2f 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 " -- 2.39.5