From 389e6bc48d8fd7536d2dbd556b0122a5991785eb Mon Sep 17 00:00:00 2001 From: Juergen Orschiedt Date: Wed, 28 Aug 2013 14:14:36 +0200 Subject: [PATCH 1/4] gdb: fix thread debugging --- packages/debug/gdb/package.mk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/debug/gdb/package.mk b/packages/debug/gdb/package.mk index 8fe274d375..438f0dbfb3 100644 --- a/packages/debug/gdb/package.mk +++ b/packages/debug/gdb/package.mk @@ -38,6 +38,11 @@ PKG_AUTORECONF="no" CC_FOR_BUILD="$HOST_CC" CFLAGS_FOR_BUILD="$HOST_CFLAGS" +pre_configure_target() { + strip_gold + strip_lto +} + PKG_CONFIGURE_OPTS_TARGET="bash_cv_have_mbstate_t=set \ --disable-shared \ --enable-static \ From fc60752e439dc3b0c3fc2c56c0c46b5c12ec3cac Mon Sep 17 00:00:00 2001 From: ysim Date: Wed, 28 Aug 2013 14:43:19 -0400 Subject: [PATCH 2/4] some minor typo and grammar fixes --- CONTRIBUTING.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0ef3b7375b..f5e47e4299 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,14 +1,15 @@ ## Questions about OpenELEC? -To get your questions answered, please ask in the OpenELEC [Forum] or on IRC: #openelec on freenode.net or [webchat] +To get your questions answered, please ask in the OpenELEC [Forum], on IRC: +#openelec on freenode.net, or [webchat]. Do not open an issue. ## Issue Reports -If you are at all unsure whether it's a bug in OpenELEC or a problem with something -else, post in the OpenELEC [Forum] instead. If it turns out that it is a bug, an issue -can always bee opend later. +If you are at all unsure whether it's a bug in OpenELEC or a problem with +something else, post in the OpenELEC [Forum] instead. If it turns out that it is +a bug, an issue can always be opened later. If you are sure that it's a bug in OpenELEC and you have not found a [similar issue], open a new [issue] and try to answer the following questions: @@ -24,7 +25,8 @@ Make sure to specify which version of OpenELEC you are using. - OpenELEC build - OpenELEC arch -Please don't paste log messages in the issue reports or issue comments use [sprunge.us](http://sprunge.us) instead +Please don't paste log messages in the issue reports or issue comments - use +[sprunge.us](http://sprunge.us) instead. Feature requests are great, but they usually end up lying around the issue tracker indefinitely. Sending a pull request is a much better way of getting a From c2fc90069fed413fcfb9fcabcb570d9c40c32cfe Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 29 Aug 2013 00:54:54 +0200 Subject: [PATCH 3/4] projects/*/linux: remove option to disable GPU powermanagement on remaining projects Signed-off-by: Stephan Raue --- projects/ARCTIC_MC/linux/linux.x86_64.conf | 2 +- projects/Virtual/linux/linux.i386.conf | 2 +- projects/Virtual/linux/linux.x86_64.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/ARCTIC_MC/linux/linux.x86_64.conf b/projects/ARCTIC_MC/linux/linux.x86_64.conf index 48e11c13bd..b8f3d48fe0 100644 --- a/projects/ARCTIC_MC/linux/linux.x86_64.conf +++ b/projects/ARCTIC_MC/linux/linux.x86_64.conf @@ -423,7 +423,7 @@ CONFIG_HOTPLUG_CPU=y # CONFIG_DEBUG_HOTPLUG_CPU0 is not set # CONFIG_COMPAT_VDSO is not set CONFIG_CMDLINE_BOOL=y -CONFIG_CMDLINE="root=/dev/ram0 rdinit=/init i915.i915_enable_rc6=0" +CONFIG_CMDLINE="root=/dev/ram0 rdinit=/init" # CONFIG_CMDLINE_OVERRIDE is not set CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y CONFIG_USE_PERCPU_NUMA_NODE_ID=y diff --git a/projects/Virtual/linux/linux.i386.conf b/projects/Virtual/linux/linux.i386.conf index 0854e19477..304a884412 100644 --- a/projects/Virtual/linux/linux.i386.conf +++ b/projects/Virtual/linux/linux.i386.conf @@ -435,7 +435,7 @@ CONFIG_HOTPLUG_CPU=y # CONFIG_DEBUG_HOTPLUG_CPU0 is not set # CONFIG_COMPAT_VDSO is not set CONFIG_CMDLINE_BOOL=y -CONFIG_CMDLINE="root=/dev/ram0 rdinit=/init i915.i915_enable_rc6=0" +CONFIG_CMDLINE="root=/dev/ram0 rdinit=/init" # CONFIG_CMDLINE_OVERRIDE is not set CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y diff --git a/projects/Virtual/linux/linux.x86_64.conf b/projects/Virtual/linux/linux.x86_64.conf index 48e11c13bd..b8f3d48fe0 100644 --- a/projects/Virtual/linux/linux.x86_64.conf +++ b/projects/Virtual/linux/linux.x86_64.conf @@ -423,7 +423,7 @@ CONFIG_HOTPLUG_CPU=y # CONFIG_DEBUG_HOTPLUG_CPU0 is not set # CONFIG_COMPAT_VDSO is not set CONFIG_CMDLINE_BOOL=y -CONFIG_CMDLINE="root=/dev/ram0 rdinit=/init i915.i915_enable_rc6=0" +CONFIG_CMDLINE="root=/dev/ram0 rdinit=/init" # CONFIG_CMDLINE_OVERRIDE is not set CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y CONFIG_USE_PERCPU_NUMA_NODE_ID=y From e6f23c5b5ceff8d372038e3119217b5f65034c5d Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Thu, 29 Aug 2013 11:59:55 +0300 Subject: [PATCH 4/4] xkb-setup: clean up --- packages/x11/app/setxkbmap/scripts/xkb-setup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/x11/app/setxkbmap/scripts/xkb-setup b/packages/x11/app/setxkbmap/scripts/xkb-setup index 6ecdea34b7..04a8c4017e 100755 --- a/packages/x11/app/setxkbmap/scripts/xkb-setup +++ b/packages/x11/app/setxkbmap/scripts/xkb-setup @@ -20,6 +20,6 @@ # http://www.gnu.org/copyleft/gpl.html ################################################################################ -if [ -f $CONFIG_CACHE/xkb/layout ] ; then - cat $CONFIG_CACHE/xkb/layout +if [ -f /storage/.cache/xkb/layout ] ; then + cat /storage/.cache/xkb/layout fi