xbmc-frodo: update to xbmc-frodo-303712, add optional PVR support (untested)

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue
2012-05-30 23:18:34 +02:00
parent eea99a5975
commit 3050fb1334
39 changed files with 796 additions and 65 deletions

View File

@@ -1,12 +1,14 @@
# Name of the Distro to build (full name, without special charcters)
if [ "$XBMC" = frodo ]; then
DISTRONAME="OpenELEC_frodo"
elif [ "$PVR" = yes ]; then
DISTRONAME="OpenELEC_PVR"
else
DISTRONAME="OpenELEC"
fi
if [ "$PVR" = yes ]; then
DISTRONAME="${DISTRONAME}_PVR"
fi
# Welcome Message for e.g. SSH Server (up to 5 Lines)
GREETING0="##############################################"
GREETING1="# OpenELEC - The living room PC for everyone #"

View File

@@ -1,12 +1,14 @@
# Name of the Distro to build (full name, without special charcters)
if [ "$XBMC" = frodo ]; then
DISTRONAME="OpenELEC_frodo"
elif [ "$PVR" = yes ]; then
DISTRONAME="OpenELEC_PVR"
else
DISTRONAME="OpenELEC"
fi
if [ "$PVR" = yes ]; then
DISTRONAME="${DISTRONAME}_PVR"
fi
# Welcome Message for e.g. SSH Server (up to 5 Lines)
GREETING0="##############################################"
GREETING1="# OpenELEC - The living room PC for everyone #"

View File

@@ -1,12 +1,14 @@
# Name of the Distro to build (full name, without special charcters)
if [ "$XBMC" = frodo ]; then
DISTRONAME="OpenELEC_frodo"
elif [ "$PVR" = yes ]; then
DISTRONAME="OpenELEC_PVR"
else
DISTRONAME="OpenELEC"
fi
if [ "$PVR" = yes ]; then
DISTRONAME="${DISTRONAME}_PVR"
fi
# Welcome Message for e.g. SSH Server (up to 5 Lines)
GREETING0="##############################################"
GREETING1="# OpenELEC - The living room PC for everyone #"

View File

@@ -1,12 +1,14 @@
# Name of the Distro to build (full name, without special charcters)
if [ "$XBMC" = frodo ]; then
DISTRONAME="OpenELEC_frodo"
elif [ "$PVR" = yes ]; then
DISTRONAME="OpenELEC_PVR"
else
DISTRONAME="OpenELEC"
fi
if [ "$PVR" = yes ]; then
DISTRONAME="${DISTRONAME}_PVR"
fi
# Welcome Message for e.g. SSH Server (up to 5 Lines)
GREETING0="##############################################"
GREETING1="# OpenELEC - The living room PC for everyone #"

View File

@@ -1,12 +1,14 @@
# Name of the Distro to build (full name, without special charcters)
if [ "$XBMC" = frodo ]; then
DISTRONAME="OpenELEC_frodo"
elif [ "$PVR" = yes ]; then
DISTRONAME="OpenELEC_PVR"
else
DISTRONAME="OpenELEC"
fi
if [ "$PVR" = yes ]; then
DISTRONAME="${DISTRONAME}_PVR"
fi
# Welcome Message for e.g. SSH Server (up to 5 Lines)
GREETING0="##############################################"
GREETING1="# OpenELEC - The living room PC for everyone #"

View File

@@ -1,12 +1,14 @@
# Name of the Distro to build (full name, without special charcters)
if [ "$XBMC" = frodo ]; then
DISTRONAME="OpenELEC_frodo"
elif [ "$PVR" = yes ]; then
DISTRONAME="OpenELEC_PVR"
else
DISTRONAME="OpenELEC"
fi
if [ "$PVR" = yes ]; then
DISTRONAME="${DISTRONAME}_PVR"
fi
# Welcome Message for e.g. SSH Server (up to 5 Lines)
GREETING0="##############################################"
GREETING1="# OpenELEC - The living room PC for everyone #"

View File

@@ -1,12 +1,14 @@
# Name of the Distro to build (full name, without special charcters)
if [ "$XBMC" = frodo ]; then
DISTRONAME="OpenELEC_frodo"
elif [ "$PVR" = yes ]; then
DISTRONAME="OpenELEC_PVR"
else
DISTRONAME="OpenELEC"
fi
if [ "$PVR" = yes ]; then
DISTRONAME="${DISTRONAME}_PVR"
fi
# Welcome Message for e.g. SSH Server (up to 5 Lines)
GREETING0="##############################################"
GREETING1="# OpenELEC - The living room PC for everyone #"
@@ -103,7 +105,8 @@
# Kernel to use. values can be:
# default: default mainline kernel
# ti-omap4: Ti's OMAP4 kernel
LINUX="3.1.10"
# LINUX="3.1.10"
LINUX="default"
# use linux-next (latest rc) instead latest released version
LINUX_NEXT="no"

View File

@@ -1,12 +1,14 @@
# Name of the Distro to build (full name, without special charcters)
if [ "$XBMC" = frodo ]; then
DISTRONAME="OpenELEC_frodo"
elif [ "$PVR" = yes ]; then
DISTRONAME="OpenELEC_PVR"
else
DISTRONAME="OpenELEC"
fi
if [ "$PVR" = yes ]; then
DISTRONAME="${DISTRONAME}_PVR"
fi
# Welcome Message for e.g. SSH Server (up to 5 Lines)
GREETING0="##############################################"
GREETING1="# OpenELEC - The living room PC for everyone #"

View File

@@ -1,12 +1,14 @@
# Name of the Distro to build (full name, without special charcters)
if [ "$XBMC" = frodo ]; then
DISTRONAME="OpenELEC_frodo"
elif [ "$PVR" = yes ]; then
DISTRONAME="OpenELEC_PVR"
else
DISTRONAME="OpenELEC"
fi
if [ "$PVR" = yes ]; then
DISTRONAME="${DISTRONAME}_PVR"
fi
# Welcome Message for e.g. SSH Server (up to 5 Lines)
GREETING0="##############################################"
GREETING1="# OpenELEC - The living room PC for everyone #"