From 43fe71ec18d104d6daa80f9ca6a2bee21e38ac62 Mon Sep 17 00:00:00 2001 From: Marco Cavallini Date: Tue, 8 Nov 2011 18:09:38 +0100 Subject: linux_2.6.28.bb: added download of a patch for at91sam9263-ek, ronetix-pm9263, mh355 boards * Solve Xorg error message (EE) FBDEV(0): FBIOBLANK: Invalid argument * Bump PR --- recipes/linux/linux_2.6.28.bb | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/recipes/linux/linux_2.6.28.bb b/recipes/linux/linux_2.6.28.bb index 1356378ac8..3f643e84e5 100644 --- a/recipes/linux/linux_2.6.28.bb +++ b/recipes/linux/linux_2.6.28.bb @@ -5,14 +5,14 @@ PR = "r16" # Mark archs/machines that this kernel supports DEFAULT_PREFERENCE = "-1" -DEFAULT_PREFERENCE_at91sam9263ek = "28" -DEFAULT_PREFERENCE_ronetix-pm9263 = "29" +DEFAULT_PREFERENCE_at91sam9263ek = "29" +DEFAULT_PREFERENCE_ronetix-pm9263 = "30" DEFAULT_PREFERENCE_stb225 = "28" DEFAULT_PREFERENCE_gamecube = "1" DEFAULT_PREFERENCE_wrap = "1" DEFAULT_PREFERENCE_tx27 = "1" DEFAULT_PREFERENCE_nokia900 = "1" -DEFAULT_PREFERENCE_mh355 = "2" +DEFAULT_PREFERENCE_mh355 = "3" DEFAULT_PREFERENCE_smartqv7 = "1" DEFAULT_PREFERENCE_mini6410 = "1" @@ -23,17 +23,20 @@ SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.28.tar.bz2;name=k SRC_URI_append_at91sam9263ek = " \ file://linux-2.6.28-at91.patch.bz2 \ - file://linux-2.6.28-exp.patch.bz2 " + file://linux-2.6.28-exp.patch.bz2 \ + ftp://ftp.koansoftware.com/public/oe/patch/linux-2.6.28/linux-2.6.28_fbioblank_error_solved.patch;name=koanfbioblankpatch " SRC_URI_append_ronetix-pm9263 = " \ file://linux-2.6.28-at91.patch.bz2 \ file://linux-2.6.28-exp.patch.bz2 \ - http://download.ronetix.info/boards/linux/kernel/2.6.28/003_linux-2.6.28-at91-ronetix-20112009.patch;name=ronetixpatch" + http://download.ronetix.info/boards/linux/kernel/2.6.28/003_linux-2.6.28-at91-ronetix-20112009.patch;name=ronetixpatch \ + ftp://ftp.koansoftware.com/public/oe/patch/linux-2.6.28/linux-2.6.28_fbioblank_error_solved.patch;name=koanfbioblankpatch " SRC_URI_append_mh355 = " \ file://linux-2.6.28-at91.patch.bz2 \ file://linux-2.6.28-exp.patch.bz2 \ - file://linux-2.6.28.10-at91-mh.patch " + file://linux-2.6.28.10-at91-mh.patch \ + ftp://ftp.koansoftware.com/public/oe/patch/linux-2.6.28/linux-2.6.28_fbioblank_error_solved.patch;name=koanfbioblankpatch " SRC_URI_append_stb225 = " \ file://uImage.patch \ @@ -91,3 +94,6 @@ SRC_URI[nokiapatch.md5sum] = "aa4b5227e54bcaf1488d83c0b6d19c92" SRC_URI[nokiapatch.sha256sum] = "90a3f8b533fc91057dcdbd23b384d30fb6fc205e8d20406412cbbc1af1105150" SRC_URI[libtnftl.md5sum] = "a79bf0f977712a215f6710a713168684" SRC_URI[libtnftl.sha256sum] = "a9c09bb3bd0d5d988e23568f10364dbd8025a0c14b181db065630c9a98a05fe7" +SRC_URI[koanfbioblankpatch.md5sum] = "b16bae18f081666349a69880ef828af9" +SRC_URI[koanfbioblankpatch.sha256sum] = "25a04fe5d2413cb009fa2b46cc6b91870bdd3b4bc24f7f36f8e723e0e0201254" + -- cgit 1.2.3-korg