Update images to V1.00.0

Former-commit-id: 138dc9dfa3bd3a0ed30c97cd3ca07d6352b73ff2
This commit is contained in:
brindosch 2016-03-15 21:27:57 +01:00
parent 3e057905f9
commit 81302b663c
6 changed files with 10 additions and 11 deletions

View File

@ -31,8 +31,8 @@ OS_OSMC=`grep -m1 -c OSMC /etc/issue`
CPU_RPI=`grep -m1 -c 'BCM2708\|BCM2709\|BCM2710' /proc/cpuinfo`
CPU_IMX6=`grep -m1 -c i.MX6 /proc/cpuinfo`
CPU_WETEK=`grep -m1 -c Amlogic /proc/cpuinfo`
CPU_X64=`uname -m | grep x86_64 | wc -l`
CPU_X32=`uname -m | grep 'x86_32\|i686' | wc -l`
CPU_X32X64=`uname -m | grep 'x86_32\|i686\|x86_64' | wc -l`
#CPU_X32=`uname -m | grep 'x86_32\|i686' | wc -l`
# Check that we have a known configuration
if [ $CPU_RPI -ne 1 ] && [ $CPU_IMX6 -ne 1 ] && [ $CPU_WETEK -ne 1 ] && [ $CPU_X64 -ne 1 ] && [ $CPU_X32 -ne 1 ]; then
echo '---> Critical Error: CPU information does not match any known releases -> abort'
@ -117,12 +117,12 @@ elif [ $CPU_IMX6 -eq 1 ]; then
elif [ $CPU_WETEK -eq 1 ]; then
HYPERION_RELEASE=$HYPERION_ADDRESS/hyperion_wetek.tar.gz
OE_DEPENDECIES=$HYPERION_ADDRESS/hyperion.deps.openelec-rpi.tar.gz
elif [ $CPU_X64 -eq 1 ]; then
HYPERION_RELEASE=$HYPERION_ADDRESS/hyperion_x64.tar.gz
OE_DEPENDECIES=$HYPERION_ADDRESS/hyperion.deps.openelec-x32x64.tar.gz
elif [ $CPU_X32 -eq 1 ]; then
HYPERION_RELEASE=$HYPERION_ADDRESS/hyperion_x32.tar.gz
elif [ $CPU_X32X64 -eq 1 ]; then
HYPERION_RELEASE=$HYPERION_ADDRESS/hyperion_x32x64.tar.gz
OE_DEPENDECIES=$HYPERION_ADDRESS/hyperion.deps.openelec-x32x64.tar.gz
#elif [ $CPU_X32 -eq 1 ]; then
# HYPERION_RELEASE=$HYPERION_ADDRESS/hyperion_x32.tar.gz
# OE_DEPENDECIES=$HYPERION_ADDRESS/hyperion.deps.openelec-x32x64.tar.gz
else
echo "---> Critical Error: Target platform unknown -> abort"
exit 1

View File

@ -1 +1 @@
465b3cbd6542aab5424b4ef47089cb92137a0af2
63bda72fdb3fb504564f067795f74e9b45eb99ba

View File

@ -1 +1 @@
752ebb4ffc19892d1c99af0993913eb922195e38
03e78585af86a18889ecd1d8b910d76155608cd6

View File

@ -1 +0,0 @@
f7b19344829d6df11bd624bbf722a5d8ec6b1dbe

View File

@ -0,0 +1 @@
9a00f3dc5684cab0fede56348df91c046634ff11

View File

@ -1 +0,0 @@
294f14bdc79d9d8306432681bf3c8468a4097a48