From d37b22132e0e235152bf0282c5f0ecd02d7b9271 Mon Sep 17 00:00:00 2001 From: Christian Hewitt Date: Sat, 11 Aug 2012 13:06:52 +0400 Subject: [PATCH 01/18] disable crystalhd in Virtual project no point in building chd support on Virtual systems that will not have the hardware --- projects/Virtual/options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/Virtual/options b/projects/Virtual/options index 9632db3146..51010aa026 100755 --- a/projects/Virtual/options +++ b/projects/Virtual/options @@ -255,7 +255,7 @@ # Use Broadcom CrystalHD Decoder Card for video acceleration # (needs Kernelsupport for Broadcom Decoder Card and a supported card) - CRYSTALHD="yes" + CRYSTALHD="no" # build and install remote support (yes / no) REMOTE_SUPPORT="yes" From e8fdadca0ff867548bc204ab9e2950bfcbe5d6b3 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 11 Aug 2012 14:54:24 +0200 Subject: [PATCH 02/18] Revert "libdrm: update to libdrm-2.4.35" This reverts commit 864a269fd392e7978f0036da63a1ff418d4deae2. --- packages/graphics/libdrm/build | 2 +- packages/graphics/libdrm/meta | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/graphics/libdrm/build b/packages/graphics/libdrm/build index 9bb8b596cd..ccf5d0e12b 100755 --- a/packages/graphics/libdrm/build +++ b/packages/graphics/libdrm/build @@ -25,7 +25,7 @@ get_graphicdrivers DRM_CONFIG="--disable-libkms --disable-intel --disable-radeon" -DRM_CONFIG="$DRM_CONFIG --disable-nouveau --disable-vmwgfx-experimental-api" +DRM_CONFIG="$DRM_CONFIG --disable-nouveau-experimental-api --disable-vmwgfx-experimental-api" for drv in $GRAPHIC_DRIVERS; do [ "$drv" = "i915" -o "$drv" = "i965" ] && \ diff --git a/packages/graphics/libdrm/meta b/packages/graphics/libdrm/meta index c45275ff50..63d35ee25c 100644 --- a/packages/graphics/libdrm/meta +++ b/packages/graphics/libdrm/meta @@ -19,7 +19,7 @@ ################################################################################ PKG_NAME="libdrm" -PKG_VERSION="2.4.35" +PKG_VERSION="2.4.33" PKG_REV="1" PKG_ARCH="any" PKG_LICENSE="GPL" From b69a06ccc3de1ce30b973fab7627eb6a993370d4 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 11 Aug 2012 23:19:19 +0200 Subject: [PATCH 03/18] projects/Intel/linux: add Aetheros ATL1E support, this fixes #1048 Signed-off-by: Stephan Raue --- projects/Intel/linux/linux.i386.conf | 2 +- projects/Intel/linux/linux.x86_64.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/Intel/linux/linux.i386.conf b/projects/Intel/linux/linux.i386.conf index 94813e8b4d..e06f863f93 100644 --- a/projects/Intel/linux/linux.i386.conf +++ b/projects/Intel/linux/linux.i386.conf @@ -1097,7 +1097,7 @@ CONFIG_ETHERNET=y CONFIG_NET_VENDOR_ATHEROS=y # CONFIG_ATL2 is not set # CONFIG_ATL1 is not set -# CONFIG_ATL1E is not set +CONFIG_ATL1E=y CONFIG_ATL1C=y CONFIG_NET_VENDOR_BROADCOM=y # CONFIG_B44 is not set diff --git a/projects/Intel/linux/linux.x86_64.conf b/projects/Intel/linux/linux.x86_64.conf index f31800b5bb..6b08d50fad 100644 --- a/projects/Intel/linux/linux.x86_64.conf +++ b/projects/Intel/linux/linux.x86_64.conf @@ -1043,7 +1043,7 @@ CONFIG_ETHERNET=y CONFIG_NET_VENDOR_ATHEROS=y # CONFIG_ATL2 is not set # CONFIG_ATL1 is not set -# CONFIG_ATL1E is not set +CONFIG_ATL1E=y CONFIG_ATL1C=y CONFIG_NET_VENDOR_BROADCOM=y # CONFIG_B44 is not set From ab29a45e7a08f8d8560fa448f55b0a287fed2786 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 12 Aug 2012 00:10:49 +0200 Subject: [PATCH 04/18] ffmpeg: rename patch which is not part of xbmc's patches Signed-off-by: Stephan Raue --- ....4-911-add-S_DVBSUB-to-list-of-codecs-in-mkv-containers.patch} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename packages/multimedia/ffmpeg/patches/{ffmpeg-0.10.4-0031-add-S_DVBSUB-to-list-of-codecs-in-mkv-containers.patch => ffmpeg-0.10.4-911-add-S_DVBSUB-to-list-of-codecs-in-mkv-containers.patch} (100%) diff --git a/packages/multimedia/ffmpeg/patches/ffmpeg-0.10.4-0031-add-S_DVBSUB-to-list-of-codecs-in-mkv-containers.patch b/packages/multimedia/ffmpeg/patches/ffmpeg-0.10.4-911-add-S_DVBSUB-to-list-of-codecs-in-mkv-containers.patch similarity index 100% rename from packages/multimedia/ffmpeg/patches/ffmpeg-0.10.4-0031-add-S_DVBSUB-to-list-of-codecs-in-mkv-containers.patch rename to packages/multimedia/ffmpeg/patches/ffmpeg-0.10.4-911-add-S_DVBSUB-to-list-of-codecs-in-mkv-containers.patch From 84340cbf359b0db3f36b80df7c2c388e45cc5b62 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 13 Aug 2012 03:00:24 +0200 Subject: [PATCH 05/18] busybox-initramfs: check_disks() fix initscript Signed-off-by: Stephan Raue --- packages/initramfs/sysutils/busybox-initramfs/scripts/init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/initramfs/sysutils/busybox-initramfs/scripts/init b/packages/initramfs/sysutils/busybox-initramfs/scripts/init index 9c2a709eb9..b5eff1045d 100755 --- a/packages/initramfs/sysutils/busybox-initramfs/scripts/init +++ b/packages/initramfs/sysutils/busybox-initramfs/scripts/init @@ -366,7 +366,7 @@ NBD_DEVS="0" check_disks() { progress "Checking disks" - if [ -x /sbin/fsck_hfs ]; then + if [ -x /bin/fsck_hfs ]; then # deal with hfs partitions hfsdiskprep fi From 396c10da915adde61f0cf4e2cc53c7b3799bb126 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 13 Aug 2012 03:01:03 +0200 Subject: [PATCH 06/18] bcm2835-driver: update to bcm2835-driver-cb9513f Signed-off-by: Stephan Raue --- packages/graphics/bcm2835-driver/meta | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/graphics/bcm2835-driver/meta b/packages/graphics/bcm2835-driver/meta index e97df02409..dccbbb7947 100644 --- a/packages/graphics/bcm2835-driver/meta +++ b/packages/graphics/bcm2835-driver/meta @@ -19,7 +19,7 @@ ################################################################################ PKG_NAME="bcm2835-driver" -PKG_VERSION="4ec01c7" +PKG_VERSION="cb9513f" PKG_REV="1" PKG_ARCH="any" PKG_LICENSE="nonfree" From 5c615fcbd1a6467b70bf56774cf0b7d4c7373a27 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 13 Aug 2012 03:01:31 +0200 Subject: [PATCH 07/18] bcm2835-bootloader: update to bcm2835-bootloader-cb9513f Signed-off-by: Stephan Raue --- packages/tools/bcm2835-bootloader/meta | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tools/bcm2835-bootloader/meta b/packages/tools/bcm2835-bootloader/meta index 5c6bcd738e..0dce1230e2 100644 --- a/packages/tools/bcm2835-bootloader/meta +++ b/packages/tools/bcm2835-bootloader/meta @@ -19,7 +19,7 @@ ################################################################################ PKG_NAME="bcm2835-bootloader" -PKG_VERSION="4ec01c7" +PKG_VERSION="cb9513f" PKG_REV="1" PKG_ARCH="arm" PKG_LICENSE="nonfree" From cf64b0f96039dbfd0614ab55d8c593f66b7da247 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 13 Aug 2012 07:18:10 +0200 Subject: [PATCH 08/18] projects/ATV/linux: switch to 'ondemand' governor, add ICH Speedstep driver, thanks to Chewitt Signed-off-by: Stephan Raue --- projects/ATV/linux/linux.i386.conf | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/projects/ATV/linux/linux.i386.conf b/projects/ATV/linux/linux.i386.conf index fa97651275..f67cd88d20 100644 --- a/projects/ATV/linux/linux.i386.conf +++ b/projects/ATV/linux/linux.i386.conf @@ -471,25 +471,25 @@ CONFIG_CPU_FREQ_TABLE=y # CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set # CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set # CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set -# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set -CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE=y +CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y +# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set CONFIG_CPU_FREQ_GOV_PERFORMANCE=y # CONFIG_CPU_FREQ_GOV_POWERSAVE is not set # CONFIG_CPU_FREQ_GOV_USERSPACE is not set CONFIG_CPU_FREQ_GOV_ONDEMAND=y -CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y +# CONFIG_CPU_FREQ_GOV_CONSERVATIVE is not set # # x86 CPU frequency scaling drivers # # CONFIG_X86_PCC_CPUFREQ is not set -CONFIG_X86_ACPI_CPUFREQ=y +# CONFIG_X86_ACPI_CPUFREQ is not set # CONFIG_X86_POWERNOW_K6 is not set # CONFIG_X86_POWERNOW_K7 is not set # CONFIG_X86_POWERNOW_K8 is not set # CONFIG_X86_GX_SUSPMOD is not set # CONFIG_X86_SPEEDSTEP_CENTRINO is not set -# CONFIG_X86_SPEEDSTEP_ICH is not set +CONFIG_X86_SPEEDSTEP_ICH=y # CONFIG_X86_SPEEDSTEP_SMI is not set # CONFIG_X86_P4_CLOCKMOD is not set # CONFIG_X86_CPUFREQ_NFORCE2 is not set @@ -500,7 +500,8 @@ CONFIG_X86_ACPI_CPUFREQ=y # # shared options # -# CONFIG_X86_SPEEDSTEP_LIB is not set +CONFIG_X86_SPEEDSTEP_LIB=y +# CONFIG_X86_SPEEDSTEP_RELAXED_CAP_CHECK is not set CONFIG_CPU_IDLE=y CONFIG_CPU_IDLE_GOV_LADDER=y CONFIG_CPU_IDLE_GOV_MENU=y From d753bf19ea85c614a7f1d40d5a6021bfd67341d5 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 13 Aug 2012 13:06:58 +0200 Subject: [PATCH 09/18] samba: update to samba-3.6.7 Signed-off-by: Stephan Raue --- packages/network/samba/meta | 2 +- ...compile-0.1.patch => samba-3.6.7-010_crosscompile-0.1.patch} | 0 ....6.6-110-multicall.patch => samba-3.6.7-110-multicall.patch} | 0 ...sing_ifdef.patch => samba-3.6.7-120-add_missing_ifdef.patch} | 0 ...pport.patch => samba-3.6.7-200-remove_printer_support.patch} | 0 ...ad_support.patch => samba-3.6.7-210-remove_ad_support.patch} | 0 ...ove_services.patch => samba-3.6.7-220-remove_services.patch} | 0 ...upport.patch => samba-3.6.7-230-remove_winreg_support.patch} | 0 ...emove_dfs_api.patch => samba-3.6.7-240-remove_dfs_api.patch} | 0 ...in_logon.patch => samba-3.6.7-250-remove_domain_logon.patch} | 0 ...-260-remove_samr.patch => samba-3.6.7-260-remove_samr.patch} | 0 ...kend.patch => samba-3.6.7-270-remove_registry_backend.patch} | 0 ...80-strip_srvsvc.patch => samba-3.6.7-280-strip_srvsvc.patch} | 0 ....6-290-remove_lsa.patch => samba-3.6.7-290-remove_lsa.patch} | 0 ...bug_level.patch => samba-3.6.7-300-assert_debug_level.patch} | 0 ...strings.patch => samba-3.6.7-310-remove_error_strings.patch} | 0 ...el_checks.patch => samba-3.6.7-320-debug_level_checks.patch} | 0 ...t_print.patch => samba-3.6.7-330-librpc_default_print.patch} | 0 18 files changed, 1 insertion(+), 1 deletion(-) rename packages/network/samba/patches/{samba-3.6.6-010_crosscompile-0.1.patch => samba-3.6.7-010_crosscompile-0.1.patch} (100%) rename packages/network/samba/patches/{samba-3.6.6-110-multicall.patch => samba-3.6.7-110-multicall.patch} (100%) rename packages/network/samba/patches/{samba-3.6.6-120-add_missing_ifdef.patch => samba-3.6.7-120-add_missing_ifdef.patch} (100%) rename packages/network/samba/patches/{samba-3.6.6-200-remove_printer_support.patch => samba-3.6.7-200-remove_printer_support.patch} (100%) rename packages/network/samba/patches/{samba-3.6.6-210-remove_ad_support.patch => samba-3.6.7-210-remove_ad_support.patch} (100%) rename packages/network/samba/patches/{samba-3.6.6-220-remove_services.patch => samba-3.6.7-220-remove_services.patch} (100%) rename packages/network/samba/patches/{samba-3.6.6-230-remove_winreg_support.patch => samba-3.6.7-230-remove_winreg_support.patch} (100%) rename packages/network/samba/patches/{samba-3.6.6-240-remove_dfs_api.patch => samba-3.6.7-240-remove_dfs_api.patch} (100%) rename packages/network/samba/patches/{samba-3.6.6-250-remove_domain_logon.patch => samba-3.6.7-250-remove_domain_logon.patch} (100%) rename packages/network/samba/patches/{samba-3.6.6-260-remove_samr.patch => samba-3.6.7-260-remove_samr.patch} (100%) rename packages/network/samba/patches/{samba-3.6.6-270-remove_registry_backend.patch => samba-3.6.7-270-remove_registry_backend.patch} (100%) rename packages/network/samba/patches/{samba-3.6.6-280-strip_srvsvc.patch => samba-3.6.7-280-strip_srvsvc.patch} (100%) rename packages/network/samba/patches/{samba-3.6.6-290-remove_lsa.patch => samba-3.6.7-290-remove_lsa.patch} (100%) rename packages/network/samba/patches/{samba-3.6.6-300-assert_debug_level.patch => samba-3.6.7-300-assert_debug_level.patch} (100%) rename packages/network/samba/patches/{samba-3.6.6-310-remove_error_strings.patch => samba-3.6.7-310-remove_error_strings.patch} (100%) rename packages/network/samba/patches/{samba-3.6.6-320-debug_level_checks.patch => samba-3.6.7-320-debug_level_checks.patch} (100%) rename packages/network/samba/patches/{samba-3.6.6-330-librpc_default_print.patch => samba-3.6.7-330-librpc_default_print.patch} (100%) diff --git a/packages/network/samba/meta b/packages/network/samba/meta index b7aba30ecb..d2623be7b5 100644 --- a/packages/network/samba/meta +++ b/packages/network/samba/meta @@ -19,7 +19,7 @@ ################################################################################ PKG_NAME="samba" -PKG_VERSION="3.6.6" +PKG_VERSION="3.6.7" PKG_REV="1" PKG_ARCH="any" PKG_LICENSE="GPL" diff --git a/packages/network/samba/patches/samba-3.6.6-010_crosscompile-0.1.patch b/packages/network/samba/patches/samba-3.6.7-010_crosscompile-0.1.patch similarity index 100% rename from packages/network/samba/patches/samba-3.6.6-010_crosscompile-0.1.patch rename to packages/network/samba/patches/samba-3.6.7-010_crosscompile-0.1.patch diff --git a/packages/network/samba/patches/samba-3.6.6-110-multicall.patch b/packages/network/samba/patches/samba-3.6.7-110-multicall.patch similarity index 100% rename from packages/network/samba/patches/samba-3.6.6-110-multicall.patch rename to packages/network/samba/patches/samba-3.6.7-110-multicall.patch diff --git a/packages/network/samba/patches/samba-3.6.6-120-add_missing_ifdef.patch b/packages/network/samba/patches/samba-3.6.7-120-add_missing_ifdef.patch similarity index 100% rename from packages/network/samba/patches/samba-3.6.6-120-add_missing_ifdef.patch rename to packages/network/samba/patches/samba-3.6.7-120-add_missing_ifdef.patch diff --git a/packages/network/samba/patches/samba-3.6.6-200-remove_printer_support.patch b/packages/network/samba/patches/samba-3.6.7-200-remove_printer_support.patch similarity index 100% rename from packages/network/samba/patches/samba-3.6.6-200-remove_printer_support.patch rename to packages/network/samba/patches/samba-3.6.7-200-remove_printer_support.patch diff --git a/packages/network/samba/patches/samba-3.6.6-210-remove_ad_support.patch b/packages/network/samba/patches/samba-3.6.7-210-remove_ad_support.patch similarity index 100% rename from packages/network/samba/patches/samba-3.6.6-210-remove_ad_support.patch rename to packages/network/samba/patches/samba-3.6.7-210-remove_ad_support.patch diff --git a/packages/network/samba/patches/samba-3.6.6-220-remove_services.patch b/packages/network/samba/patches/samba-3.6.7-220-remove_services.patch similarity index 100% rename from packages/network/samba/patches/samba-3.6.6-220-remove_services.patch rename to packages/network/samba/patches/samba-3.6.7-220-remove_services.patch diff --git a/packages/network/samba/patches/samba-3.6.6-230-remove_winreg_support.patch b/packages/network/samba/patches/samba-3.6.7-230-remove_winreg_support.patch similarity index 100% rename from packages/network/samba/patches/samba-3.6.6-230-remove_winreg_support.patch rename to packages/network/samba/patches/samba-3.6.7-230-remove_winreg_support.patch diff --git a/packages/network/samba/patches/samba-3.6.6-240-remove_dfs_api.patch b/packages/network/samba/patches/samba-3.6.7-240-remove_dfs_api.patch similarity index 100% rename from packages/network/samba/patches/samba-3.6.6-240-remove_dfs_api.patch rename to packages/network/samba/patches/samba-3.6.7-240-remove_dfs_api.patch diff --git a/packages/network/samba/patches/samba-3.6.6-250-remove_domain_logon.patch b/packages/network/samba/patches/samba-3.6.7-250-remove_domain_logon.patch similarity index 100% rename from packages/network/samba/patches/samba-3.6.6-250-remove_domain_logon.patch rename to packages/network/samba/patches/samba-3.6.7-250-remove_domain_logon.patch diff --git a/packages/network/samba/patches/samba-3.6.6-260-remove_samr.patch b/packages/network/samba/patches/samba-3.6.7-260-remove_samr.patch similarity index 100% rename from packages/network/samba/patches/samba-3.6.6-260-remove_samr.patch rename to packages/network/samba/patches/samba-3.6.7-260-remove_samr.patch diff --git a/packages/network/samba/patches/samba-3.6.6-270-remove_registry_backend.patch b/packages/network/samba/patches/samba-3.6.7-270-remove_registry_backend.patch similarity index 100% rename from packages/network/samba/patches/samba-3.6.6-270-remove_registry_backend.patch rename to packages/network/samba/patches/samba-3.6.7-270-remove_registry_backend.patch diff --git a/packages/network/samba/patches/samba-3.6.6-280-strip_srvsvc.patch b/packages/network/samba/patches/samba-3.6.7-280-strip_srvsvc.patch similarity index 100% rename from packages/network/samba/patches/samba-3.6.6-280-strip_srvsvc.patch rename to packages/network/samba/patches/samba-3.6.7-280-strip_srvsvc.patch diff --git a/packages/network/samba/patches/samba-3.6.6-290-remove_lsa.patch b/packages/network/samba/patches/samba-3.6.7-290-remove_lsa.patch similarity index 100% rename from packages/network/samba/patches/samba-3.6.6-290-remove_lsa.patch rename to packages/network/samba/patches/samba-3.6.7-290-remove_lsa.patch diff --git a/packages/network/samba/patches/samba-3.6.6-300-assert_debug_level.patch b/packages/network/samba/patches/samba-3.6.7-300-assert_debug_level.patch similarity index 100% rename from packages/network/samba/patches/samba-3.6.6-300-assert_debug_level.patch rename to packages/network/samba/patches/samba-3.6.7-300-assert_debug_level.patch diff --git a/packages/network/samba/patches/samba-3.6.6-310-remove_error_strings.patch b/packages/network/samba/patches/samba-3.6.7-310-remove_error_strings.patch similarity index 100% rename from packages/network/samba/patches/samba-3.6.6-310-remove_error_strings.patch rename to packages/network/samba/patches/samba-3.6.7-310-remove_error_strings.patch diff --git a/packages/network/samba/patches/samba-3.6.6-320-debug_level_checks.patch b/packages/network/samba/patches/samba-3.6.7-320-debug_level_checks.patch similarity index 100% rename from packages/network/samba/patches/samba-3.6.6-320-debug_level_checks.patch rename to packages/network/samba/patches/samba-3.6.7-320-debug_level_checks.patch diff --git a/packages/network/samba/patches/samba-3.6.6-330-librpc_default_print.patch b/packages/network/samba/patches/samba-3.6.7-330-librpc_default_print.patch similarity index 100% rename from packages/network/samba/patches/samba-3.6.6-330-librpc_default_print.patch rename to packages/network/samba/patches/samba-3.6.7-330-librpc_default_print.patch From f006cae713f7d36c254c81300545c0a7b59c35b6 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 13 Aug 2012 13:07:37 +0200 Subject: [PATCH 10/18] linux: update to linux-3.2.27 Signed-off-by: Stephan Raue --- packages/linux/meta | 2 +- ...0_crosscompile.patch => linux-3.2.27-000_crosscompile.patch} | 0 ..._dev_console.patch => linux-3.2.27-003-no_dev_console.patch} | 0 ...atch => linux-3.2.27-004_lower_undefined_mode_timeout.patch} | 0 ...006_enable_utf8.patch => linux-3.2.27-006_enable_utf8.patch} | 0 ...e_floppy_die.patch => linux-3.2.27-007_die_floppy_die.patch} | 0 ... => linux-3.2.27-009_disable_i8042_check_on_apple_mac.patch} | 0 ...0.1.patch => linux-3.2.27-052-aureal_remote_quirk-0.1.patch} | 0 ...e-0.1.patch => linux-3.2.27-053-spinelplus-remote-0.1.patch} | 0 ...voton_revert_d7b290a1056c5564eec8a1b169c6e84ff3f54c13.patch} | 0 ...Formosa-IR606.patch => linux-3.2.27-056-Formosa-IR606.patch} | 0 ...-media-ati_remote-allow-specifying-a-default-keymap-s.patch} | 0 ...-media-ati_remote-add-support-for-Medion-X10-Digitain.patch} | 0 ...-media-ati_remote-add-keymap-for-Medion-X10-OR2x-remo.patch} | 0 ...-media-ati_remote-add-regular-up-down-buttons-to-Medi.patch} | 0 ...patch => linux-3.2.27-071-silence_i915_agp-module-0.1.patch} | 0 ...drm_cea_modes.patch => linux-3.2.27-081-drm_cea_modes.patch} | 0 ....patch => linux-3.2.27-201-add_Anysee_T2C_support-0.1.patch} | 0 ...0.1.patch => linux-3.2.27-202-add_HVR930C_support-0.1.patch} | 0 ...ch => linux-3.2.27-203-stb0899_enable_low_symbol_rate.patch} | 0 ... linux-3.2.27-204-add_Formosa_eHome_Infrared_Receiver.patch} | 0 ..._support.patch => linux-3.2.27-210-add_DVBSky_support.patch} | 0 ...port.patch => linux-3.2.27-211-add_TeVii_s471_support.patch} | 0 ....patch => linux-3.2.27-212-mantis_stb0899_faster_lock.patch} | 0 ...s2_usb_r2.patch => linux-3.2.27-213-cinergy_s2_usb_r2.patch} | 0 ....0_support.patch => linux-3.2.27-251-acpi-5.0_support.patch} | 0 ...f23da7f.patch => linux-3.2.27-601-RPi_support-f23da7f.patch} | 0 ..._bluetooth.patch => linux-3.2.27-901_broken_bluetooth.patch} | 0 ...920_add_rtl8168.patch => linux-3.2.27-920_add_rtl8168.patch} | 0 ...ux-3.2.27-990-xc5000_add_support_for_get_if_frequency.patch} | 0 30 files changed, 1 insertion(+), 1 deletion(-) rename packages/linux/patches/{linux-3.2.26-000_crosscompile.patch => linux-3.2.27-000_crosscompile.patch} (100%) rename packages/linux/patches/{linux-3.2.26-003-no_dev_console.patch => linux-3.2.27-003-no_dev_console.patch} (100%) rename packages/linux/patches/{linux-3.2.26-004_lower_undefined_mode_timeout.patch => linux-3.2.27-004_lower_undefined_mode_timeout.patch} (100%) rename packages/linux/patches/{linux-3.2.26-006_enable_utf8.patch => linux-3.2.27-006_enable_utf8.patch} (100%) rename packages/linux/patches/{linux-3.2.26-007_die_floppy_die.patch => linux-3.2.27-007_die_floppy_die.patch} (100%) rename packages/linux/patches/{linux-3.2.26-009_disable_i8042_check_on_apple_mac.patch => linux-3.2.27-009_disable_i8042_check_on_apple_mac.patch} (100%) rename packages/linux/patches/{linux-3.2.26-052-aureal_remote_quirk-0.1.patch => linux-3.2.27-052-aureal_remote_quirk-0.1.patch} (100%) rename packages/linux/patches/{linux-3.2.26-053-spinelplus-remote-0.1.patch => linux-3.2.27-053-spinelplus-remote-0.1.patch} (100%) rename packages/linux/patches/{linux-3.2.26-054-nuvoton_revert_d7b290a1056c5564eec8a1b169c6e84ff3f54c13.patch => linux-3.2.27-054-nuvoton_revert_d7b290a1056c5564eec8a1b169c6e84ff3f54c13.patch} (100%) rename packages/linux/patches/{linux-3.2.26-056-Formosa-IR606.patch => linux-3.2.27-056-Formosa-IR606.patch} (100%) rename packages/linux/patches/{linux-3.2.26-057.01-media-ati_remote-allow-specifying-a-default-keymap-s.patch => linux-3.2.27-057.01-media-ati_remote-allow-specifying-a-default-keymap-s.patch} (100%) rename packages/linux/patches/{linux-3.2.26-057.02-media-ati_remote-add-support-for-Medion-X10-Digitain.patch => linux-3.2.27-057.02-media-ati_remote-add-support-for-Medion-X10-Digitain.patch} (100%) rename packages/linux/patches/{linux-3.2.26-057.03-media-ati_remote-add-keymap-for-Medion-X10-OR2x-remo.patch => linux-3.2.27-057.03-media-ati_remote-add-keymap-for-Medion-X10-OR2x-remo.patch} (100%) rename packages/linux/patches/{linux-3.2.26-057.04-media-ati_remote-add-regular-up-down-buttons-to-Medi.patch => linux-3.2.27-057.04-media-ati_remote-add-regular-up-down-buttons-to-Medi.patch} (100%) rename packages/linux/patches/{linux-3.2.26-071-silence_i915_agp-module-0.1.patch => linux-3.2.27-071-silence_i915_agp-module-0.1.patch} (100%) rename packages/linux/patches/{linux-3.2.26-081-drm_cea_modes.patch => linux-3.2.27-081-drm_cea_modes.patch} (100%) rename packages/linux/patches/{linux-3.2.26-201-add_Anysee_T2C_support-0.1.patch => linux-3.2.27-201-add_Anysee_T2C_support-0.1.patch} (100%) rename packages/linux/patches/{linux-3.2.26-202-add_HVR930C_support-0.1.patch => linux-3.2.27-202-add_HVR930C_support-0.1.patch} (100%) rename packages/linux/patches/{linux-3.2.26-203-stb0899_enable_low_symbol_rate.patch => linux-3.2.27-203-stb0899_enable_low_symbol_rate.patch} (100%) rename packages/linux/patches/{linux-3.2.26-204-add_Formosa_eHome_Infrared_Receiver.patch => linux-3.2.27-204-add_Formosa_eHome_Infrared_Receiver.patch} (100%) rename packages/linux/patches/{linux-3.2.26-210-add_DVBSky_support.patch => linux-3.2.27-210-add_DVBSky_support.patch} (100%) rename packages/linux/patches/{linux-3.2.26-211-add_TeVii_s471_support.patch => linux-3.2.27-211-add_TeVii_s471_support.patch} (100%) rename packages/linux/patches/{linux-3.2.26-212-mantis_stb0899_faster_lock.patch => linux-3.2.27-212-mantis_stb0899_faster_lock.patch} (100%) rename packages/linux/patches/{linux-3.2.26-213-cinergy_s2_usb_r2.patch => linux-3.2.27-213-cinergy_s2_usb_r2.patch} (100%) rename packages/linux/patches/{linux-3.2.26-251-acpi-5.0_support.patch => linux-3.2.27-251-acpi-5.0_support.patch} (100%) rename packages/linux/patches/{linux-3.2.26-601-RPi_support-f23da7f.patch => linux-3.2.27-601-RPi_support-f23da7f.patch} (100%) rename packages/linux/patches/{linux-3.2.26-901_broken_bluetooth.patch => linux-3.2.27-901_broken_bluetooth.patch} (100%) rename packages/linux/patches/{linux-3.2.26-920_add_rtl8168.patch => linux-3.2.27-920_add_rtl8168.patch} (100%) rename packages/linux/patches/{linux-3.2.26-990-xc5000_add_support_for_get_if_frequency.patch => linux-3.2.27-990-xc5000_add_support_for_get_if_frequency.patch} (100%) diff --git a/packages/linux/meta b/packages/linux/meta index 20b6576427..e0c4fa5729 100644 --- a/packages/linux/meta +++ b/packages/linux/meta @@ -19,7 +19,7 @@ ################################################################################ PKG_NAME="linux" -PKG_VERSION="3.2.26" +PKG_VERSION="3.2.27" PKG_REV="1" PKG_ARCH="any" PKG_LICENSE="GPL" diff --git a/packages/linux/patches/linux-3.2.26-000_crosscompile.patch b/packages/linux/patches/linux-3.2.27-000_crosscompile.patch similarity index 100% rename from packages/linux/patches/linux-3.2.26-000_crosscompile.patch rename to packages/linux/patches/linux-3.2.27-000_crosscompile.patch diff --git a/packages/linux/patches/linux-3.2.26-003-no_dev_console.patch b/packages/linux/patches/linux-3.2.27-003-no_dev_console.patch similarity index 100% rename from packages/linux/patches/linux-3.2.26-003-no_dev_console.patch rename to packages/linux/patches/linux-3.2.27-003-no_dev_console.patch diff --git a/packages/linux/patches/linux-3.2.26-004_lower_undefined_mode_timeout.patch b/packages/linux/patches/linux-3.2.27-004_lower_undefined_mode_timeout.patch similarity index 100% rename from packages/linux/patches/linux-3.2.26-004_lower_undefined_mode_timeout.patch rename to packages/linux/patches/linux-3.2.27-004_lower_undefined_mode_timeout.patch diff --git a/packages/linux/patches/linux-3.2.26-006_enable_utf8.patch b/packages/linux/patches/linux-3.2.27-006_enable_utf8.patch similarity index 100% rename from packages/linux/patches/linux-3.2.26-006_enable_utf8.patch rename to packages/linux/patches/linux-3.2.27-006_enable_utf8.patch diff --git a/packages/linux/patches/linux-3.2.26-007_die_floppy_die.patch b/packages/linux/patches/linux-3.2.27-007_die_floppy_die.patch similarity index 100% rename from packages/linux/patches/linux-3.2.26-007_die_floppy_die.patch rename to packages/linux/patches/linux-3.2.27-007_die_floppy_die.patch diff --git a/packages/linux/patches/linux-3.2.26-009_disable_i8042_check_on_apple_mac.patch b/packages/linux/patches/linux-3.2.27-009_disable_i8042_check_on_apple_mac.patch similarity index 100% rename from packages/linux/patches/linux-3.2.26-009_disable_i8042_check_on_apple_mac.patch rename to packages/linux/patches/linux-3.2.27-009_disable_i8042_check_on_apple_mac.patch diff --git a/packages/linux/patches/linux-3.2.26-052-aureal_remote_quirk-0.1.patch b/packages/linux/patches/linux-3.2.27-052-aureal_remote_quirk-0.1.patch similarity index 100% rename from packages/linux/patches/linux-3.2.26-052-aureal_remote_quirk-0.1.patch rename to packages/linux/patches/linux-3.2.27-052-aureal_remote_quirk-0.1.patch diff --git a/packages/linux/patches/linux-3.2.26-053-spinelplus-remote-0.1.patch b/packages/linux/patches/linux-3.2.27-053-spinelplus-remote-0.1.patch similarity index 100% rename from packages/linux/patches/linux-3.2.26-053-spinelplus-remote-0.1.patch rename to packages/linux/patches/linux-3.2.27-053-spinelplus-remote-0.1.patch diff --git a/packages/linux/patches/linux-3.2.26-054-nuvoton_revert_d7b290a1056c5564eec8a1b169c6e84ff3f54c13.patch b/packages/linux/patches/linux-3.2.27-054-nuvoton_revert_d7b290a1056c5564eec8a1b169c6e84ff3f54c13.patch similarity index 100% rename from packages/linux/patches/linux-3.2.26-054-nuvoton_revert_d7b290a1056c5564eec8a1b169c6e84ff3f54c13.patch rename to packages/linux/patches/linux-3.2.27-054-nuvoton_revert_d7b290a1056c5564eec8a1b169c6e84ff3f54c13.patch diff --git a/packages/linux/patches/linux-3.2.26-056-Formosa-IR606.patch b/packages/linux/patches/linux-3.2.27-056-Formosa-IR606.patch similarity index 100% rename from packages/linux/patches/linux-3.2.26-056-Formosa-IR606.patch rename to packages/linux/patches/linux-3.2.27-056-Formosa-IR606.patch diff --git a/packages/linux/patches/linux-3.2.26-057.01-media-ati_remote-allow-specifying-a-default-keymap-s.patch b/packages/linux/patches/linux-3.2.27-057.01-media-ati_remote-allow-specifying-a-default-keymap-s.patch similarity index 100% rename from packages/linux/patches/linux-3.2.26-057.01-media-ati_remote-allow-specifying-a-default-keymap-s.patch rename to packages/linux/patches/linux-3.2.27-057.01-media-ati_remote-allow-specifying-a-default-keymap-s.patch diff --git a/packages/linux/patches/linux-3.2.26-057.02-media-ati_remote-add-support-for-Medion-X10-Digitain.patch b/packages/linux/patches/linux-3.2.27-057.02-media-ati_remote-add-support-for-Medion-X10-Digitain.patch similarity index 100% rename from packages/linux/patches/linux-3.2.26-057.02-media-ati_remote-add-support-for-Medion-X10-Digitain.patch rename to packages/linux/patches/linux-3.2.27-057.02-media-ati_remote-add-support-for-Medion-X10-Digitain.patch diff --git a/packages/linux/patches/linux-3.2.26-057.03-media-ati_remote-add-keymap-for-Medion-X10-OR2x-remo.patch b/packages/linux/patches/linux-3.2.27-057.03-media-ati_remote-add-keymap-for-Medion-X10-OR2x-remo.patch similarity index 100% rename from packages/linux/patches/linux-3.2.26-057.03-media-ati_remote-add-keymap-for-Medion-X10-OR2x-remo.patch rename to packages/linux/patches/linux-3.2.27-057.03-media-ati_remote-add-keymap-for-Medion-X10-OR2x-remo.patch diff --git a/packages/linux/patches/linux-3.2.26-057.04-media-ati_remote-add-regular-up-down-buttons-to-Medi.patch b/packages/linux/patches/linux-3.2.27-057.04-media-ati_remote-add-regular-up-down-buttons-to-Medi.patch similarity index 100% rename from packages/linux/patches/linux-3.2.26-057.04-media-ati_remote-add-regular-up-down-buttons-to-Medi.patch rename to packages/linux/patches/linux-3.2.27-057.04-media-ati_remote-add-regular-up-down-buttons-to-Medi.patch diff --git a/packages/linux/patches/linux-3.2.26-071-silence_i915_agp-module-0.1.patch b/packages/linux/patches/linux-3.2.27-071-silence_i915_agp-module-0.1.patch similarity index 100% rename from packages/linux/patches/linux-3.2.26-071-silence_i915_agp-module-0.1.patch rename to packages/linux/patches/linux-3.2.27-071-silence_i915_agp-module-0.1.patch diff --git a/packages/linux/patches/linux-3.2.26-081-drm_cea_modes.patch b/packages/linux/patches/linux-3.2.27-081-drm_cea_modes.patch similarity index 100% rename from packages/linux/patches/linux-3.2.26-081-drm_cea_modes.patch rename to packages/linux/patches/linux-3.2.27-081-drm_cea_modes.patch diff --git a/packages/linux/patches/linux-3.2.26-201-add_Anysee_T2C_support-0.1.patch b/packages/linux/patches/linux-3.2.27-201-add_Anysee_T2C_support-0.1.patch similarity index 100% rename from packages/linux/patches/linux-3.2.26-201-add_Anysee_T2C_support-0.1.patch rename to packages/linux/patches/linux-3.2.27-201-add_Anysee_T2C_support-0.1.patch diff --git a/packages/linux/patches/linux-3.2.26-202-add_HVR930C_support-0.1.patch b/packages/linux/patches/linux-3.2.27-202-add_HVR930C_support-0.1.patch similarity index 100% rename from packages/linux/patches/linux-3.2.26-202-add_HVR930C_support-0.1.patch rename to packages/linux/patches/linux-3.2.27-202-add_HVR930C_support-0.1.patch diff --git a/packages/linux/patches/linux-3.2.26-203-stb0899_enable_low_symbol_rate.patch b/packages/linux/patches/linux-3.2.27-203-stb0899_enable_low_symbol_rate.patch similarity index 100% rename from packages/linux/patches/linux-3.2.26-203-stb0899_enable_low_symbol_rate.patch rename to packages/linux/patches/linux-3.2.27-203-stb0899_enable_low_symbol_rate.patch diff --git a/packages/linux/patches/linux-3.2.26-204-add_Formosa_eHome_Infrared_Receiver.patch b/packages/linux/patches/linux-3.2.27-204-add_Formosa_eHome_Infrared_Receiver.patch similarity index 100% rename from packages/linux/patches/linux-3.2.26-204-add_Formosa_eHome_Infrared_Receiver.patch rename to packages/linux/patches/linux-3.2.27-204-add_Formosa_eHome_Infrared_Receiver.patch diff --git a/packages/linux/patches/linux-3.2.26-210-add_DVBSky_support.patch b/packages/linux/patches/linux-3.2.27-210-add_DVBSky_support.patch similarity index 100% rename from packages/linux/patches/linux-3.2.26-210-add_DVBSky_support.patch rename to packages/linux/patches/linux-3.2.27-210-add_DVBSky_support.patch diff --git a/packages/linux/patches/linux-3.2.26-211-add_TeVii_s471_support.patch b/packages/linux/patches/linux-3.2.27-211-add_TeVii_s471_support.patch similarity index 100% rename from packages/linux/patches/linux-3.2.26-211-add_TeVii_s471_support.patch rename to packages/linux/patches/linux-3.2.27-211-add_TeVii_s471_support.patch diff --git a/packages/linux/patches/linux-3.2.26-212-mantis_stb0899_faster_lock.patch b/packages/linux/patches/linux-3.2.27-212-mantis_stb0899_faster_lock.patch similarity index 100% rename from packages/linux/patches/linux-3.2.26-212-mantis_stb0899_faster_lock.patch rename to packages/linux/patches/linux-3.2.27-212-mantis_stb0899_faster_lock.patch diff --git a/packages/linux/patches/linux-3.2.26-213-cinergy_s2_usb_r2.patch b/packages/linux/patches/linux-3.2.27-213-cinergy_s2_usb_r2.patch similarity index 100% rename from packages/linux/patches/linux-3.2.26-213-cinergy_s2_usb_r2.patch rename to packages/linux/patches/linux-3.2.27-213-cinergy_s2_usb_r2.patch diff --git a/packages/linux/patches/linux-3.2.26-251-acpi-5.0_support.patch b/packages/linux/patches/linux-3.2.27-251-acpi-5.0_support.patch similarity index 100% rename from packages/linux/patches/linux-3.2.26-251-acpi-5.0_support.patch rename to packages/linux/patches/linux-3.2.27-251-acpi-5.0_support.patch diff --git a/packages/linux/patches/linux-3.2.26-601-RPi_support-f23da7f.patch b/packages/linux/patches/linux-3.2.27-601-RPi_support-f23da7f.patch similarity index 100% rename from packages/linux/patches/linux-3.2.26-601-RPi_support-f23da7f.patch rename to packages/linux/patches/linux-3.2.27-601-RPi_support-f23da7f.patch diff --git a/packages/linux/patches/linux-3.2.26-901_broken_bluetooth.patch b/packages/linux/patches/linux-3.2.27-901_broken_bluetooth.patch similarity index 100% rename from packages/linux/patches/linux-3.2.26-901_broken_bluetooth.patch rename to packages/linux/patches/linux-3.2.27-901_broken_bluetooth.patch diff --git a/packages/linux/patches/linux-3.2.26-920_add_rtl8168.patch b/packages/linux/patches/linux-3.2.27-920_add_rtl8168.patch similarity index 100% rename from packages/linux/patches/linux-3.2.26-920_add_rtl8168.patch rename to packages/linux/patches/linux-3.2.27-920_add_rtl8168.patch diff --git a/packages/linux/patches/linux-3.2.26-990-xc5000_add_support_for_get_if_frequency.patch b/packages/linux/patches/linux-3.2.27-990-xc5000_add_support_for_get_if_frequency.patch similarity index 100% rename from packages/linux/patches/linux-3.2.26-990-xc5000_add_support_for_get_if_frequency.patch rename to packages/linux/patches/linux-3.2.27-990-xc5000_add_support_for_get_if_frequency.patch From c54c63635cc9d68128631c25da1d55ad825957f5 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 13 Aug 2012 13:08:06 +0200 Subject: [PATCH 11/18] xbmc: remove not needed patches Signed-off-by: Stephan Raue --- ...11.0.1-464-add_eject_keymapping_for_lirc-0.1.patch | 11 ----------- ...11.0.1-464-add_eject_keymapping_for_lirc-0.1.patch | 11 ----------- 2 files changed, 22 deletions(-) delete mode 100644 packages/mediacenter/xbmc/patches/xbmc-11.0.1-464-add_eject_keymapping_for_lirc-0.1.patch delete mode 100644 packages/mediacenter/xbmc/patches/xbmc-pvr-11.0.1-464-add_eject_keymapping_for_lirc-0.1.patch diff --git a/packages/mediacenter/xbmc/patches/xbmc-11.0.1-464-add_eject_keymapping_for_lirc-0.1.patch b/packages/mediacenter/xbmc/patches/xbmc-11.0.1-464-add_eject_keymapping_for_lirc-0.1.patch deleted file mode 100644 index 56c56016b5..0000000000 --- a/packages/mediacenter/xbmc/patches/xbmc-11.0.1-464-add_eject_keymapping_for_lirc-0.1.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -Naur xbmc-10.1-Dharma/system/keymaps/remote.xml xbmc-10.1-Dharma.patch/system/keymaps/remote.xml ---- xbmc-10.1-Dharma/system/keymaps/remote.xml 2011-03-08 02:49:23.000000000 +0100 -+++ xbmc-10.1-Dharma.patch/system/keymaps/remote.xml 2011-06-18 01:48:26.887811969 +0200 -@@ -63,6 +63,7 @@ - VolumeDown - Mute - XBMC.ShutDown() -+ XBMC.EjectTray() - XBMC.ActivateWindow(MyVideos) - XBMC.ActivateWindow(MyMusic) - XBMC.ActivateWindow(MyPictures) diff --git a/packages/mediacenter/xbmc/patches/xbmc-pvr-11.0.1-464-add_eject_keymapping_for_lirc-0.1.patch b/packages/mediacenter/xbmc/patches/xbmc-pvr-11.0.1-464-add_eject_keymapping_for_lirc-0.1.patch deleted file mode 100644 index 56c56016b5..0000000000 --- a/packages/mediacenter/xbmc/patches/xbmc-pvr-11.0.1-464-add_eject_keymapping_for_lirc-0.1.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -Naur xbmc-10.1-Dharma/system/keymaps/remote.xml xbmc-10.1-Dharma.patch/system/keymaps/remote.xml ---- xbmc-10.1-Dharma/system/keymaps/remote.xml 2011-03-08 02:49:23.000000000 +0100 -+++ xbmc-10.1-Dharma.patch/system/keymaps/remote.xml 2011-06-18 01:48:26.887811969 +0200 -@@ -63,6 +63,7 @@ - VolumeDown - Mute - XBMC.ShutDown() -+ XBMC.EjectTray() - XBMC.ActivateWindow(MyVideos) - XBMC.ActivateWindow(MyMusic) - XBMC.ActivateWindow(MyPictures) From 8620de2ebe7a92408f1a40031d03719a3b0f4189 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 13 Aug 2012 13:08:46 +0200 Subject: [PATCH 12/18] iptables: update to iptables-1.4.15 Signed-off-by: Stephan Raue --- packages/network/iptables/meta | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/network/iptables/meta b/packages/network/iptables/meta index e252536f5f..4f48c03c67 100644 --- a/packages/network/iptables/meta +++ b/packages/network/iptables/meta @@ -19,7 +19,7 @@ ################################################################################ PKG_NAME="iptables" -PKG_VERSION="1.4.14" +PKG_VERSION="1.4.15" PKG_REV="1" PKG_ARCH="any" PKG_LICENSE="GPL" From f235359d48cbea39995fd22f102e82d07766e2da Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 13 Aug 2012 13:09:09 +0200 Subject: [PATCH 13/18] e2fsprogs: update to e2fsprogs-1.42.5 Signed-off-by: Stephan Raue --- packages/sysutils/e2fsprogs/meta | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sysutils/e2fsprogs/meta b/packages/sysutils/e2fsprogs/meta index 98d24dbc51..78bc067806 100644 --- a/packages/sysutils/e2fsprogs/meta +++ b/packages/sysutils/e2fsprogs/meta @@ -19,7 +19,7 @@ ################################################################################ PKG_NAME="e2fsprogs" -PKG_VERSION="1.42.4" +PKG_VERSION="1.42.5" PKG_REV="1" PKG_ARCH="any" PKG_LICENSE="GPL" From 4b081c7df5877fd22c140c1ba6f9924b0b3884eb Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Mon, 13 Aug 2012 21:54:31 +0300 Subject: [PATCH 14/18] hts-tvheadend: add an option to wait for more than 1 adapters to appear --- .../service/multimedia/hts-tvheadend/config/settings.xml | 1 + .../multimedia/hts-tvheadend/source/bin/tvheadend.start | 4 +++- .../source/resources/language/English/strings.xml | 1 + .../multimedia/hts-tvheadend/source/resources/settings.xml | 1 + 4 files changed, 6 insertions(+), 1 deletion(-) diff --git a/packages/addons/service/multimedia/hts-tvheadend/config/settings.xml b/packages/addons/service/multimedia/hts-tvheadend/config/settings.xml index 71317cd4ce..8fec81edba 100644 --- a/packages/addons/service/multimedia/hts-tvheadend/config/settings.xml +++ b/packages/addons/service/multimedia/hts-tvheadend/config/settings.xml @@ -1,5 +1,6 @@ + diff --git a/packages/addons/service/multimedia/hts-tvheadend/source/bin/tvheadend.start b/packages/addons/service/multimedia/hts-tvheadend/source/bin/tvheadend.start index 796369e49e..2014cff73d 100755 --- a/packages/addons/service/multimedia/hts-tvheadend/source/bin/tvheadend.start +++ b/packages/addons/service/multimedia/hts-tvheadend/source/bin/tvheadend.start @@ -80,7 +80,9 @@ mkdir -p $ADDON_HOME if [ -f "$LOCKDIR/$LOCKFILE" ] ; then break fi - if [ "$WAIT_FOR_FEINIT" == "true" ] && [ ! -e /dev/dvb/adapter*/frontend* ] ; then + # (wait for) at least 1 adapter (xbmc allows to set 0) + [ $NUM_ADAPTERS -lt 1 ] && NUM_ADAPTERS=1 + if [ "$WAIT_FOR_FEINIT" == "true" ] && [ ! -e /dev/dvb/adapter$((NUM_ADAPTERS-1))/frontend* ] ; then sleep 1 continue fi diff --git a/packages/addons/service/multimedia/hts-tvheadend/source/resources/language/English/strings.xml b/packages/addons/service/multimedia/hts-tvheadend/source/resources/language/English/strings.xml index 3b6c054e15..f718c0d9bd 100644 --- a/packages/addons/service/multimedia/hts-tvheadend/source/resources/language/English/strings.xml +++ b/packages/addons/service/multimedia/hts-tvheadend/source/resources/language/English/strings.xml @@ -11,5 +11,6 @@ DVB Configuration Unload DVB mudules before suspend Wait for frontend initialization + Number of adapters to wait for diff --git a/packages/addons/service/multimedia/hts-tvheadend/source/resources/settings.xml b/packages/addons/service/multimedia/hts-tvheadend/source/resources/settings.xml index 59ff7fde8b..3a84c2d295 100644 --- a/packages/addons/service/multimedia/hts-tvheadend/source/resources/settings.xml +++ b/packages/addons/service/multimedia/hts-tvheadend/source/resources/settings.xml @@ -13,6 +13,7 @@ + From da50933363966629f19ea2fce28d78f9cb87a799 Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Mon, 13 Aug 2012 21:54:35 +0300 Subject: [PATCH 15/18] vdr-addon: add an option to wait for more than 1 adapters to appear --- .../addons/service/multimedia/vdr-addon/config/settings.xml | 1 + .../addons/service/multimedia/vdr-addon/source/bin/vdr.start | 4 +++- .../vdr-addon/source/resources/language/English/strings.xml | 1 + .../multimedia/vdr-addon/source/resources/settings.xml | 1 + 4 files changed, 6 insertions(+), 1 deletion(-) diff --git a/packages/addons/service/multimedia/vdr-addon/config/settings.xml b/packages/addons/service/multimedia/vdr-addon/config/settings.xml index 3e4f06fafa..c20d288e02 100644 --- a/packages/addons/service/multimedia/vdr-addon/config/settings.xml +++ b/packages/addons/service/multimedia/vdr-addon/config/settings.xml @@ -1,5 +1,6 @@ + diff --git a/packages/addons/service/multimedia/vdr-addon/source/bin/vdr.start b/packages/addons/service/multimedia/vdr-addon/source/bin/vdr.start index 3c87b62165..b2d9efce6b 100755 --- a/packages/addons/service/multimedia/vdr-addon/source/bin/vdr.start +++ b/packages/addons/service/multimedia/vdr-addon/source/bin/vdr.start @@ -145,7 +145,9 @@ if [ ! "$(pidof vdr.bin)" ];then if [ -f "$LOCKDIR/$LOCKFILE" ] ; then break fi - if [ "$WAIT_FOR_FEINIT" == "true" ] && [ ! -e /dev/dvb/adapter*/frontend* ] ; then + # (wait for) at least 1 adapter (xbmc allows to set 0) + [ $NUM_ADAPTERS -lt 1 ] && NUM_ADAPTERS=1 + if [ "$WAIT_FOR_FEINIT" == "true" ] && [ ! -e /dev/dvb/adapter$((NUM_ADAPTERS-1))/frontend* ] ; then sleep 1 continue fi diff --git a/packages/addons/service/multimedia/vdr-addon/source/resources/language/English/strings.xml b/packages/addons/service/multimedia/vdr-addon/source/resources/language/English/strings.xml index 63c7a3b21e..cf98f031a9 100644 --- a/packages/addons/service/multimedia/vdr-addon/source/resources/language/English/strings.xml +++ b/packages/addons/service/multimedia/vdr-addon/source/resources/language/English/strings.xml @@ -6,6 +6,7 @@ DVB Configuration Unload DVB mudules before suspend Wait for frontend initialization + Number of adapters to wait for Plugin Configuration Enable plugin: iptv Enable plugin: streamdev-client diff --git a/packages/addons/service/multimedia/vdr-addon/source/resources/settings.xml b/packages/addons/service/multimedia/vdr-addon/source/resources/settings.xml index 6153ea7578..465ab5559a 100644 --- a/packages/addons/service/multimedia/vdr-addon/source/resources/settings.xml +++ b/packages/addons/service/multimedia/vdr-addon/source/resources/settings.xml @@ -4,6 +4,7 @@ + From 12ff6827ae9d0cf8b51a8a626429c3e0f701e445 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 13 Aug 2012 21:14:27 +0200 Subject: [PATCH 16/18] systemd: update to systemd-188 Signed-off-by: Stephan Raue --- packages/sysutils/systemd/meta | 2 +- .../systemd/patches/systemd-187-cpp.patch | 42 ------------------- 2 files changed, 1 insertion(+), 43 deletions(-) delete mode 100644 packages/sysutils/systemd/patches/systemd-187-cpp.patch diff --git a/packages/sysutils/systemd/meta b/packages/sysutils/systemd/meta index 01f620a4d4..260985f711 100644 --- a/packages/sysutils/systemd/meta +++ b/packages/sysutils/systemd/meta @@ -19,7 +19,7 @@ ################################################################################ PKG_NAME="systemd" -PKG_VERSION="187" +PKG_VERSION="188" PKG_REV="1" PKG_ARCH="any" PKG_LICENSE="GPL" diff --git a/packages/sysutils/systemd/patches/systemd-187-cpp.patch b/packages/sysutils/systemd/patches/systemd-187-cpp.patch deleted file mode 100644 index ef0c6d8dc6..0000000000 --- a/packages/sysutils/systemd/patches/systemd-187-cpp.patch +++ /dev/null @@ -1,42 +0,0 @@ -diff -Naur systemd-187/Makefile.am systemd-187.patch/Makefile.am ---- systemd-187/Makefile.am 2012-07-20 00:40:16.000000000 +0200 -+++ systemd-187.patch/Makefile.am 2012-07-21 12:50:00.527354759 +0200 -@@ -1026,7 +1026,7 @@ - src/core/syscall-to-name.h - - src/core/syscall-list.txt: Makefile -- $(AM_V_GEN)cpp $(AM_CPPFLAGS) $(CPPFLAGS) -dM -include sys/syscall.h < /dev/null | $(AWK) '/^#define[ \t]+__NR_[^ ]+[ \t]+[0-9]/ { sub(/__NR_/, "", $$2); print $$2; }' > $@ -+ $(AM_V_GEN)$(CPP) $(AM_CPPFLAGS) $(CPPFLAGS) -dM -include sys/syscall.h < /dev/null | $(AWK) '/^#define[ \t]+__NR_[^ ]+[ \t]+[0-9]/ { sub(/__NR_/, "", $$2); print $$2; }' > $@ - - src/core/syscall-from-name.gperf: src/core/syscall-list.txt Makefile - $(AM_V_GEN)$(AWK) 'BEGIN{ print "struct syscall_name { const char* name; int id; };"; print "%null-strings"; print "%%";} { printf "%s, __NR_%s\n", $$1, $$1 }' < $< > $@ -@@ -2199,7 +2199,7 @@ - - src/udev/keymap/keys.txt: Makefile - $(AM_V_at)mkdir -p src/udev/keymap -- $(AM_V_GEN)cpp $(AM_CPPFLAGS) $(CPPFLAGS) -dM -include linux/input.h < /dev/null | $(AWK) '/^#define[ \t]+KEY_[^ ]+[ \t]+[0-9]/ { if ($$2 != "KEY_MAX") { print $$2 } }' | sed 's/^KEY_COFFEE$$/KEY_SCREENLOCK/' > $@ -+ $(AM_V_GEN)$(CPP) $(AM_CPPFLAGS) $(CPPFLAGS) -dM -include linux/input.h < /dev/null | $(AWK) '/^#define[ \t]+KEY_[^ ]+[ \t]+[0-9]/ { if ($$2 != "KEY_MAX") { print $$2 } }' | sed 's/^KEY_COFFEE$$/KEY_SCREENLOCK/' > $@ - - src/udev/keymap/keys-from-name.gperf: src/udev/keymap/keys.txt Makefile - $(AM_V_GEN)$(AWK) 'BEGIN{ print "struct key { const char* name; unsigned short id; };"; print "%null-strings"; print "%%";} { print $$1 ", " $$1 }' < $< > $@ -diff -Naur systemd-187/Makefile.in systemd-187.patch/Makefile.in ---- systemd-187/Makefile.in 2012-07-20 00:45:51.000000000 +0200 -+++ systemd-187.patch/Makefile.in 2012-07-21 12:50:26.916860425 +0200 -@@ -9527,7 +9527,7 @@ - $(AWK) 'BEGIN{ keywords=0 ; FS="," ; print "extern const char load_fragment_gperf_nulstr[];" ; print "const char load_fragment_gperf_nulstr[] ="} ; keyword==1 { print "\"" $$1 "\\0\"" } ; /%%/ { keyword=1} ; END { print ";" }' < $< > $@ - - src/core/syscall-list.txt: Makefile -- $(AM_V_GEN)cpp $(AM_CPPFLAGS) $(CPPFLAGS) -dM -include sys/syscall.h < /dev/null | $(AWK) '/^#define[ \t]+__NR_[^ ]+[ \t]+[0-9]/ { sub(/__NR_/, "", $$2); print $$2; }' > $@ -+ $(AM_V_GEN)$(CPP) $(AM_CPPFLAGS) $(CPPFLAGS) -dM -include sys/syscall.h < /dev/null | $(AWK) '/^#define[ \t]+__NR_[^ ]+[ \t]+[0-9]/ { sub(/__NR_/, "", $$2); print $$2; }' > $@ - - src/core/syscall-from-name.gperf: src/core/syscall-list.txt Makefile - $(AM_V_GEN)$(AWK) 'BEGIN{ print "struct syscall_name { const char* name; int id; };"; print "%null-strings"; print "%%";} { printf "%s, __NR_%s\n", $$1, $$1 }' < $< > $@ -@@ -9636,7 +9636,7 @@ - - @ENABLE_KEYMAP_TRUE@src/udev/keymap/keys.txt: Makefile - @ENABLE_KEYMAP_TRUE@ $(AM_V_at)mkdir -p src/udev/keymap --@ENABLE_KEYMAP_TRUE@ $(AM_V_GEN)cpp $(AM_CPPFLAGS) $(CPPFLAGS) -dM -include linux/input.h < /dev/null | $(AWK) '/^#define[ \t]+KEY_[^ ]+[ \t]+[0-9]/ { if ($$2 != "KEY_MAX") { print $$2 } }' | sed 's/^KEY_COFFEE$$/KEY_SCREENLOCK/' > $@ -+@ENABLE_KEYMAP_TRUE@ $(AM_V_GEN)$(CPP) $(AM_CPPFLAGS) $(CPPFLAGS) -dM -include linux/input.h < /dev/null | $(AWK) '/^#define[ \t]+KEY_[^ ]+[ \t]+[0-9]/ { if ($$2 != "KEY_MAX") { print $$2 } }' | sed 's/^KEY_COFFEE$$/KEY_SCREENLOCK/' > $@ - - @ENABLE_KEYMAP_TRUE@src/udev/keymap/keys-from-name.gperf: src/udev/keymap/keys.txt Makefile - @ENABLE_KEYMAP_TRUE@ $(AM_V_GEN)$(AWK) 'BEGIN{ print "struct key { const char* name; unsigned short id; };"; print "%null-strings"; print "%%";} { print $$1 ", " $$1 }' < $< > $@ From 7ed343cbcea46297c53452d0ddc0934fa099315f Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 13 Aug 2012 21:15:06 +0200 Subject: [PATCH 17/18] xf86-input-evdev: update to xf86-input-evdev-2.7.3 Signed-off-by: Stephan Raue --- packages/x11/driver/xf86-input-evdev/meta | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/x11/driver/xf86-input-evdev/meta b/packages/x11/driver/xf86-input-evdev/meta index 2af89fbc55..7a266826ca 100644 --- a/packages/x11/driver/xf86-input-evdev/meta +++ b/packages/x11/driver/xf86-input-evdev/meta @@ -19,7 +19,7 @@ ################################################################################ PKG_NAME="xf86-input-evdev" -PKG_VERSION="2.7.2" +PKG_VERSION="2.7.3" PKG_REV="1" PKG_ARCH="any" PKG_LICENSE="OSS" From 3eacc45935dfb006693d844e16b497e75df537bd Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 16 Aug 2012 08:28:40 +0200 Subject: [PATCH 18/18] eglibc: update to eglibc-2.15-20165 Signed-off-by: Stephan Raue --- packages/toolchain/devel/eglibc/meta | 2 +- ...15-18222-RH730856.patch => eglibc-2.15-20165-RH730856.patch} | 0 ...15-18222-RH737223.patch => eglibc-2.15-20165-RH737223.patch} | 0 ...2.15-18222-bad-fix.patch => eglibc-2.15-20165-bad-fix.patch} | 0 ...22-libgcc_eh-1.patch => eglibc-2.15-20165-libgcc_eh-1.patch} | 0 ...re-rpc+nis.patch => eglibc-2.15-20165-restore-rpc+nis.patch} | 0 ...ect_fd_type.patch => eglibc-2.15-20165-select_fd_type.patch} | 0 7 files changed, 1 insertion(+), 1 deletion(-) rename packages/toolchain/devel/eglibc/patches/{eglibc-2.15-18222-RH730856.patch => eglibc-2.15-20165-RH730856.patch} (100%) rename packages/toolchain/devel/eglibc/patches/{eglibc-2.15-18222-RH737223.patch => eglibc-2.15-20165-RH737223.patch} (100%) rename packages/toolchain/devel/eglibc/patches/{eglibc-2.15-18222-bad-fix.patch => eglibc-2.15-20165-bad-fix.patch} (100%) rename packages/toolchain/devel/eglibc/patches/{eglibc-2.15-18222-libgcc_eh-1.patch => eglibc-2.15-20165-libgcc_eh-1.patch} (100%) rename packages/toolchain/devel/eglibc/patches/{eglibc-2.15-18222-restore-rpc+nis.patch => eglibc-2.15-20165-restore-rpc+nis.patch} (100%) rename packages/toolchain/devel/eglibc/patches/{eglibc-2.15-18222-select_fd_type.patch => eglibc-2.15-20165-select_fd_type.patch} (100%) diff --git a/packages/toolchain/devel/eglibc/meta b/packages/toolchain/devel/eglibc/meta index f619323593..721c1883ae 100644 --- a/packages/toolchain/devel/eglibc/meta +++ b/packages/toolchain/devel/eglibc/meta @@ -19,7 +19,7 @@ ################################################################################ PKG_NAME="eglibc" -PKG_VERSION="2.15-18222" +PKG_VERSION="2.15-20165" PKG_REV="1" PKG_ARCH="any" PKG_LICENSE="GPL" diff --git a/packages/toolchain/devel/eglibc/patches/eglibc-2.15-18222-RH730856.patch b/packages/toolchain/devel/eglibc/patches/eglibc-2.15-20165-RH730856.patch similarity index 100% rename from packages/toolchain/devel/eglibc/patches/eglibc-2.15-18222-RH730856.patch rename to packages/toolchain/devel/eglibc/patches/eglibc-2.15-20165-RH730856.patch diff --git a/packages/toolchain/devel/eglibc/patches/eglibc-2.15-18222-RH737223.patch b/packages/toolchain/devel/eglibc/patches/eglibc-2.15-20165-RH737223.patch similarity index 100% rename from packages/toolchain/devel/eglibc/patches/eglibc-2.15-18222-RH737223.patch rename to packages/toolchain/devel/eglibc/patches/eglibc-2.15-20165-RH737223.patch diff --git a/packages/toolchain/devel/eglibc/patches/eglibc-2.15-18222-bad-fix.patch b/packages/toolchain/devel/eglibc/patches/eglibc-2.15-20165-bad-fix.patch similarity index 100% rename from packages/toolchain/devel/eglibc/patches/eglibc-2.15-18222-bad-fix.patch rename to packages/toolchain/devel/eglibc/patches/eglibc-2.15-20165-bad-fix.patch diff --git a/packages/toolchain/devel/eglibc/patches/eglibc-2.15-18222-libgcc_eh-1.patch b/packages/toolchain/devel/eglibc/patches/eglibc-2.15-20165-libgcc_eh-1.patch similarity index 100% rename from packages/toolchain/devel/eglibc/patches/eglibc-2.15-18222-libgcc_eh-1.patch rename to packages/toolchain/devel/eglibc/patches/eglibc-2.15-20165-libgcc_eh-1.patch diff --git a/packages/toolchain/devel/eglibc/patches/eglibc-2.15-18222-restore-rpc+nis.patch b/packages/toolchain/devel/eglibc/patches/eglibc-2.15-20165-restore-rpc+nis.patch similarity index 100% rename from packages/toolchain/devel/eglibc/patches/eglibc-2.15-18222-restore-rpc+nis.patch rename to packages/toolchain/devel/eglibc/patches/eglibc-2.15-20165-restore-rpc+nis.patch diff --git a/packages/toolchain/devel/eglibc/patches/eglibc-2.15-18222-select_fd_type.patch b/packages/toolchain/devel/eglibc/patches/eglibc-2.15-20165-select_fd_type.patch similarity index 100% rename from packages/toolchain/devel/eglibc/patches/eglibc-2.15-18222-select_fd_type.patch rename to packages/toolchain/devel/eglibc/patches/eglibc-2.15-20165-select_fd_type.patch