From b2b8c52e0b8de6fd4128f11c1eefe10d70068525 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 30 Mar 2011 09:55:46 +0200 Subject: [PATCH] linux: update alternative version to linux-2.6.39-rc1 Signed-off-by: Stephan Raue --- packages/linux/meta | 7 +++---- ...mpile.patch => linux-2.6.39-rc1-000_crosscompile.patch} | 0 ....patch => linux-2.6.39-rc1-002_bash_only_feature.patch} | 0 ...ole.patch => linux-2.6.39-rc1-003-no_dev_console.patch} | 0 ...inux-2.6.39-rc1-004_lower_undefined_mode_timeout.patch} | 0 ...tch => linux-2.6.39-rc1-005_kconfig_no_timestamp.patch} | 0 ...e_utf8.patch => linux-2.6.39-rc1-006_enable_utf8.patch} | 0 ...die.patch => linux-2.6.39-rc1-007_die_floppy_die.patch} | 0 ...-2.6.39-rc1-008-hda_intel_prealloc_4mb_dmabuffer.patch} | 0 ...-2.6.39-rc1-009_disable_i8042_check_on_apple_mac.patch} | 0 ...h => linux-2.6.39-rc1-050_add_appleir_usb_driver.patch} | 0 ... => linux-2.6.39-rc1-052-aureal_remote_quirk-0.1.patch} | 0 ...39-rc1-053_ati-remote_all_keys_and_keychange-0.1.patch} | 0 ....39-rc1-062-Pioneer_DVR-216D_failed_xfermode-0.1.patch} | 0 ....39-rc1-321-linux_omap_dss2_fix_SMC_instructions.patch} | 0 ...patch => linux-2.6.39-rc1-716_mm-zero_swappiness.patch} | 0 16 files changed, 3 insertions(+), 4 deletions(-) rename packages/linux/patches/{linux-2.6.39-next-20110328-000_crosscompile.patch => linux-2.6.39-rc1-000_crosscompile.patch} (100%) rename packages/linux/patches/{linux-2.6.39-next-20110328-002_bash_only_feature.patch => linux-2.6.39-rc1-002_bash_only_feature.patch} (100%) rename packages/linux/patches/{linux-2.6.39-next-20110328-003-no_dev_console.patch => linux-2.6.39-rc1-003-no_dev_console.patch} (100%) rename packages/linux/patches/{linux-2.6.39-next-20110328-004_lower_undefined_mode_timeout.patch => linux-2.6.39-rc1-004_lower_undefined_mode_timeout.patch} (100%) rename packages/linux/patches/{linux-2.6.39-next-20110328-005_kconfig_no_timestamp.patch => linux-2.6.39-rc1-005_kconfig_no_timestamp.patch} (100%) rename packages/linux/patches/{linux-2.6.39-next-20110328-006_enable_utf8.patch => linux-2.6.39-rc1-006_enable_utf8.patch} (100%) rename packages/linux/patches/{linux-2.6.39-next-20110328-007_die_floppy_die.patch => linux-2.6.39-rc1-007_die_floppy_die.patch} (100%) rename packages/linux/patches/{linux-2.6.39-next-20110328-008-hda_intel_prealloc_4mb_dmabuffer.patch => linux-2.6.39-rc1-008-hda_intel_prealloc_4mb_dmabuffer.patch} (100%) rename packages/linux/patches/{linux-2.6.39-next-20110328-009_disable_i8042_check_on_apple_mac.patch => linux-2.6.39-rc1-009_disable_i8042_check_on_apple_mac.patch} (100%) rename packages/linux/patches/{linux-2.6.39-next-20110328-050_add_appleir_usb_driver.patch => linux-2.6.39-rc1-050_add_appleir_usb_driver.patch} (100%) rename packages/linux/patches/{linux-2.6.39-next-20110328-052-aureal_remote_quirk-0.1.patch => linux-2.6.39-rc1-052-aureal_remote_quirk-0.1.patch} (100%) rename packages/linux/patches/{linux-2.6.39-next-20110328-053_ati-remote_all_keys_and_keychange-0.1.patch => linux-2.6.39-rc1-053_ati-remote_all_keys_and_keychange-0.1.patch} (100%) rename packages/linux/patches/{linux-2.6.39-next-20110328-062-Pioneer_DVR-216D_failed_xfermode-0.1.patch => linux-2.6.39-rc1-062-Pioneer_DVR-216D_failed_xfermode-0.1.patch} (100%) rename packages/linux/patches/{linux-2.6.39-next-20110328-321-linux_omap_dss2_fix_SMC_instructions.patch => linux-2.6.39-rc1-321-linux_omap_dss2_fix_SMC_instructions.patch} (100%) rename packages/linux/patches/{linux-2.6.39-next-20110328-716_mm-zero_swappiness.patch => linux-2.6.39-rc1-716_mm-zero_swappiness.patch} (100%) diff --git a/packages/linux/meta b/packages/linux/meta index 673ca2249a..301a39cbba 100644 --- a/packages/linux/meta +++ b/packages/linux/meta @@ -37,10 +37,9 @@ PKG_IS_ADDON="no" PKG_AUTORECONF="no" if [ "$LINUX_NEXT" = "yes" -a "$LINUX" = "default" ]; then - PKG_VERSION="2.6.39-next-20110328" - PKG_URL="http://www.kernel.org/pub/linux/kernel/v2.6/$PKG_NAME-$PKG_VERSION.tar.bz2" -# PKG_URL="http://www.kernel.org/pub/linux/kernel/v2.6/testing/$PKG_NAME-$PKG_VERSION.tar.bz2" - PKG_URL="$OPENELEC_SRC/$PKG_NAME-$PKG_VERSION.tar.bz2" + PKG_VERSION="2.6.39-rc1" +# PKG_URL="http://www.kernel.org/pub/linux/kernel/v2.6/$PKG_NAME-$PKG_VERSION.tar.bz2" + PKG_URL="http://www.kernel.org/pub/linux/kernel/v2.6/testing/$PKG_NAME-$PKG_VERSION.tar.bz2" fi if [ "$LINUX" = "ti-omap4" ]; then diff --git a/packages/linux/patches/linux-2.6.39-next-20110328-000_crosscompile.patch b/packages/linux/patches/linux-2.6.39-rc1-000_crosscompile.patch similarity index 100% rename from packages/linux/patches/linux-2.6.39-next-20110328-000_crosscompile.patch rename to packages/linux/patches/linux-2.6.39-rc1-000_crosscompile.patch diff --git a/packages/linux/patches/linux-2.6.39-next-20110328-002_bash_only_feature.patch b/packages/linux/patches/linux-2.6.39-rc1-002_bash_only_feature.patch similarity index 100% rename from packages/linux/patches/linux-2.6.39-next-20110328-002_bash_only_feature.patch rename to packages/linux/patches/linux-2.6.39-rc1-002_bash_only_feature.patch diff --git a/packages/linux/patches/linux-2.6.39-next-20110328-003-no_dev_console.patch b/packages/linux/patches/linux-2.6.39-rc1-003-no_dev_console.patch similarity index 100% rename from packages/linux/patches/linux-2.6.39-next-20110328-003-no_dev_console.patch rename to packages/linux/patches/linux-2.6.39-rc1-003-no_dev_console.patch diff --git a/packages/linux/patches/linux-2.6.39-next-20110328-004_lower_undefined_mode_timeout.patch b/packages/linux/patches/linux-2.6.39-rc1-004_lower_undefined_mode_timeout.patch similarity index 100% rename from packages/linux/patches/linux-2.6.39-next-20110328-004_lower_undefined_mode_timeout.patch rename to packages/linux/patches/linux-2.6.39-rc1-004_lower_undefined_mode_timeout.patch diff --git a/packages/linux/patches/linux-2.6.39-next-20110328-005_kconfig_no_timestamp.patch b/packages/linux/patches/linux-2.6.39-rc1-005_kconfig_no_timestamp.patch similarity index 100% rename from packages/linux/patches/linux-2.6.39-next-20110328-005_kconfig_no_timestamp.patch rename to packages/linux/patches/linux-2.6.39-rc1-005_kconfig_no_timestamp.patch diff --git a/packages/linux/patches/linux-2.6.39-next-20110328-006_enable_utf8.patch b/packages/linux/patches/linux-2.6.39-rc1-006_enable_utf8.patch similarity index 100% rename from packages/linux/patches/linux-2.6.39-next-20110328-006_enable_utf8.patch rename to packages/linux/patches/linux-2.6.39-rc1-006_enable_utf8.patch diff --git a/packages/linux/patches/linux-2.6.39-next-20110328-007_die_floppy_die.patch b/packages/linux/patches/linux-2.6.39-rc1-007_die_floppy_die.patch similarity index 100% rename from packages/linux/patches/linux-2.6.39-next-20110328-007_die_floppy_die.patch rename to packages/linux/patches/linux-2.6.39-rc1-007_die_floppy_die.patch diff --git a/packages/linux/patches/linux-2.6.39-next-20110328-008-hda_intel_prealloc_4mb_dmabuffer.patch b/packages/linux/patches/linux-2.6.39-rc1-008-hda_intel_prealloc_4mb_dmabuffer.patch similarity index 100% rename from packages/linux/patches/linux-2.6.39-next-20110328-008-hda_intel_prealloc_4mb_dmabuffer.patch rename to packages/linux/patches/linux-2.6.39-rc1-008-hda_intel_prealloc_4mb_dmabuffer.patch diff --git a/packages/linux/patches/linux-2.6.39-next-20110328-009_disable_i8042_check_on_apple_mac.patch b/packages/linux/patches/linux-2.6.39-rc1-009_disable_i8042_check_on_apple_mac.patch similarity index 100% rename from packages/linux/patches/linux-2.6.39-next-20110328-009_disable_i8042_check_on_apple_mac.patch rename to packages/linux/patches/linux-2.6.39-rc1-009_disable_i8042_check_on_apple_mac.patch diff --git a/packages/linux/patches/linux-2.6.39-next-20110328-050_add_appleir_usb_driver.patch b/packages/linux/patches/linux-2.6.39-rc1-050_add_appleir_usb_driver.patch similarity index 100% rename from packages/linux/patches/linux-2.6.39-next-20110328-050_add_appleir_usb_driver.patch rename to packages/linux/patches/linux-2.6.39-rc1-050_add_appleir_usb_driver.patch diff --git a/packages/linux/patches/linux-2.6.39-next-20110328-052-aureal_remote_quirk-0.1.patch b/packages/linux/patches/linux-2.6.39-rc1-052-aureal_remote_quirk-0.1.patch similarity index 100% rename from packages/linux/patches/linux-2.6.39-next-20110328-052-aureal_remote_quirk-0.1.patch rename to packages/linux/patches/linux-2.6.39-rc1-052-aureal_remote_quirk-0.1.patch diff --git a/packages/linux/patches/linux-2.6.39-next-20110328-053_ati-remote_all_keys_and_keychange-0.1.patch b/packages/linux/patches/linux-2.6.39-rc1-053_ati-remote_all_keys_and_keychange-0.1.patch similarity index 100% rename from packages/linux/patches/linux-2.6.39-next-20110328-053_ati-remote_all_keys_and_keychange-0.1.patch rename to packages/linux/patches/linux-2.6.39-rc1-053_ati-remote_all_keys_and_keychange-0.1.patch diff --git a/packages/linux/patches/linux-2.6.39-next-20110328-062-Pioneer_DVR-216D_failed_xfermode-0.1.patch b/packages/linux/patches/linux-2.6.39-rc1-062-Pioneer_DVR-216D_failed_xfermode-0.1.patch similarity index 100% rename from packages/linux/patches/linux-2.6.39-next-20110328-062-Pioneer_DVR-216D_failed_xfermode-0.1.patch rename to packages/linux/patches/linux-2.6.39-rc1-062-Pioneer_DVR-216D_failed_xfermode-0.1.patch diff --git a/packages/linux/patches/linux-2.6.39-next-20110328-321-linux_omap_dss2_fix_SMC_instructions.patch b/packages/linux/patches/linux-2.6.39-rc1-321-linux_omap_dss2_fix_SMC_instructions.patch similarity index 100% rename from packages/linux/patches/linux-2.6.39-next-20110328-321-linux_omap_dss2_fix_SMC_instructions.patch rename to packages/linux/patches/linux-2.6.39-rc1-321-linux_omap_dss2_fix_SMC_instructions.patch diff --git a/packages/linux/patches/linux-2.6.39-next-20110328-716_mm-zero_swappiness.patch b/packages/linux/patches/linux-2.6.39-rc1-716_mm-zero_swappiness.patch similarity index 100% rename from packages/linux/patches/linux-2.6.39-next-20110328-716_mm-zero_swappiness.patch rename to packages/linux/patches/linux-2.6.39-rc1-716_mm-zero_swappiness.patch