From cc971f66eaab42dcad8e6874697b784fda7b2501 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 1 May 2014 18:08:43 +0200 Subject: [PATCH] projects/*/options: add support to build XBMC (master) with 'PROJECT=xyz ARCH=xyz XBMC=master make' Signed-off-by: Stephan Raue --- projects/ATV/options | 6 ++++++ projects/Cuboxi/options | 6 ++++++ projects/Generic/options | 6 ++++++ projects/RPi/options | 6 ++++++ projects/Virtual/options | 6 ++++++ 5 files changed, 30 insertions(+) diff --git a/projects/ATV/options b/projects/ATV/options index 56e0078371..e5ed33b0e1 100644 --- a/projects/ATV/options +++ b/projects/ATV/options @@ -1,5 +1,8 @@ # Name of the Distro to build (full name, without special characters) DISTRONAME="OpenELEC" + if [ "$XBMC" = master ]; then + DISTRONAME="OpenELEC_Helix" + fi # short project description DESCRIPTION="OpenELEC is a fast and userfriendly XBMC Mediacenter distribution." @@ -116,6 +119,9 @@ # Mediacenter to use (xbmc / no) MEDIACENTER="xbmc" + if [ "$XBMC" = master ]; then + MEDIACENTER="xbmc-master" + fi # Skins to install (Confluence) # Space separated list is supported, diff --git a/projects/Cuboxi/options b/projects/Cuboxi/options index 25c22eb2ab..89adff0773 100644 --- a/projects/Cuboxi/options +++ b/projects/Cuboxi/options @@ -1,5 +1,8 @@ # Name of the Distro to build (full name, without special characters) DISTRONAME="OpenELEC" + if [ "$XBMC" = master ]; then + DISTRONAME="OpenELEC_Helix" + fi # short project description DESCRIPTION="OpenELEC is a fast and userfriendly XBMC Mediacenter distribution." @@ -116,6 +119,9 @@ # Mediacenter to use (xbmc / no) MEDIACENTER="xbmc" + if [ "$XBMC" = master ]; then + MEDIACENTER="xbmc-master" + fi # Skins to install (Confluence) # Space separated list is supported, diff --git a/projects/Generic/options b/projects/Generic/options index 1904e51635..a9417f1fe5 100644 --- a/projects/Generic/options +++ b/projects/Generic/options @@ -1,5 +1,8 @@ # Name of the Distro to build (full name, without special characters) DISTRONAME="OpenELEC" + if [ "$XBMC" = master ]; then + DISTRONAME="OpenELEC_Helix" + fi # short project description DESCRIPTION="OpenELEC is a fast and userfriendly XBMC Mediacenter distribution." @@ -116,6 +119,9 @@ # Mediacenter to use (xbmc / no) MEDIACENTER="xbmc" + if [ "$XBMC" = master ]; then + MEDIACENTER="xbmc-master" + fi # Skins to install (Confluence) # Space separated list is supported, diff --git a/projects/RPi/options b/projects/RPi/options index fd6721fbb4..7e59fd7c82 100644 --- a/projects/RPi/options +++ b/projects/RPi/options @@ -1,5 +1,8 @@ # Name of the Distro to build (full name, without special characters) DISTRONAME="OpenELEC" + if [ "$XBMC" = master ]; then + DISTRONAME="OpenELEC_Helix" + fi # short project description DESCRIPTION="OpenELEC is a fast and userfriendly XBMC Mediacenter distribution." @@ -116,6 +119,9 @@ # Mediacenter to use (xbmc / no) MEDIACENTER="xbmc" + if [ "$XBMC" = master ]; then + MEDIACENTER="xbmc-master" + fi # Skins to install (Confluence) # Space separated list is supported, diff --git a/projects/Virtual/options b/projects/Virtual/options index b33439335b..dc667902ed 100644 --- a/projects/Virtual/options +++ b/projects/Virtual/options @@ -1,5 +1,8 @@ # Name of the Distro to build (full name, without special characters) DISTRONAME="OpenELEC" + if [ "$XBMC" = master ]; then + DISTRONAME="OpenELEC_Helix" + fi # short project description DESCRIPTION="OpenELEC is a fast and userfriendly XBMC Mediacenter distribution." @@ -111,6 +114,9 @@ # Mediacenter to use (xbmc / no) MEDIACENTER="xbmc" + if [ "$XBMC" = master ]; then + MEDIACENTER="xbmc-master" + fi # Skins to install (Confluence) # Space separated list is supported,