mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Merge remote-tracking branch 'upstream/master' into openelec-systemd
This commit is contained in:
commit
2ab3f5d9f8
@ -1,14 +1,15 @@
|
|||||||
## Questions about OpenELEC?
|
## 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.
|
Do not open an issue.
|
||||||
|
|
||||||
## Issue Reports
|
## Issue Reports
|
||||||
|
|
||||||
If you are at all unsure whether it's a bug in OpenELEC or a problem with something
|
If you are at all unsure whether it's a bug in OpenELEC or a problem with
|
||||||
else, post in the OpenELEC [Forum] instead. If it turns out that it is a bug, an issue
|
something else, post in the OpenELEC [Forum] instead. If it turns out that it is
|
||||||
can always bee opend later.
|
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]
|
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:
|
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 build
|
||||||
- OpenELEC arch
|
- 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
|
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
|
tracker indefinitely. Sending a pull request is a much better way of getting a
|
||||||
|
@ -38,6 +38,11 @@ PKG_AUTORECONF="no"
|
|||||||
CC_FOR_BUILD="$HOST_CC"
|
CC_FOR_BUILD="$HOST_CC"
|
||||||
CFLAGS_FOR_BUILD="$HOST_CFLAGS"
|
CFLAGS_FOR_BUILD="$HOST_CFLAGS"
|
||||||
|
|
||||||
|
pre_configure_target() {
|
||||||
|
strip_gold
|
||||||
|
strip_lto
|
||||||
|
}
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="bash_cv_have_mbstate_t=set \
|
PKG_CONFIGURE_OPTS_TARGET="bash_cv_have_mbstate_t=set \
|
||||||
--disable-shared \
|
--disable-shared \
|
||||||
--enable-static \
|
--enable-static \
|
||||||
|
@ -20,6 +20,6 @@
|
|||||||
# http://www.gnu.org/copyleft/gpl.html
|
# http://www.gnu.org/copyleft/gpl.html
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
if [ -f $CONFIG_CACHE/xkb/layout ] ; then
|
if [ -f /storage/.cache/xkb/layout ] ; then
|
||||||
cat $CONFIG_CACHE/xkb/layout
|
cat /storage/.cache/xkb/layout
|
||||||
fi
|
fi
|
||||||
|
@ -432,7 +432,7 @@ CONFIG_HOTPLUG_CPU=y
|
|||||||
# CONFIG_DEBUG_HOTPLUG_CPU0 is not set
|
# CONFIG_DEBUG_HOTPLUG_CPU0 is not set
|
||||||
# CONFIG_COMPAT_VDSO is not set
|
# CONFIG_COMPAT_VDSO is not set
|
||||||
CONFIG_CMDLINE_BOOL=y
|
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_CMDLINE_OVERRIDE is not set
|
||||||
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
|
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
|
||||||
CONFIG_USE_PERCPU_NUMA_NODE_ID=y
|
CONFIG_USE_PERCPU_NUMA_NODE_ID=y
|
||||||
|
@ -444,7 +444,7 @@ CONFIG_HOTPLUG_CPU=y
|
|||||||
# CONFIG_DEBUG_HOTPLUG_CPU0 is not set
|
# CONFIG_DEBUG_HOTPLUG_CPU0 is not set
|
||||||
# CONFIG_COMPAT_VDSO is not set
|
# CONFIG_COMPAT_VDSO is not set
|
||||||
CONFIG_CMDLINE_BOOL=y
|
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_CMDLINE_OVERRIDE is not set
|
||||||
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
|
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
|
||||||
|
|
||||||
|
@ -432,7 +432,7 @@ CONFIG_HOTPLUG_CPU=y
|
|||||||
# CONFIG_DEBUG_HOTPLUG_CPU0 is not set
|
# CONFIG_DEBUG_HOTPLUG_CPU0 is not set
|
||||||
# CONFIG_COMPAT_VDSO is not set
|
# CONFIG_COMPAT_VDSO is not set
|
||||||
CONFIG_CMDLINE_BOOL=y
|
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_CMDLINE_OVERRIDE is not set
|
||||||
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
|
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
|
||||||
CONFIG_USE_PERCPU_NUMA_NODE_ID=y
|
CONFIG_USE_PERCPU_NUMA_NODE_ID=y
|
||||||
|
Loading…
x
Reference in New Issue
Block a user