diff --git a/projects/ATV/options b/projects/ATV/options index bdac4c2f3f..4f7d65ad4e 100644 --- a/projects/ATV/options +++ b/projects/ATV/options @@ -224,12 +224,6 @@ # build with installer (yes / no) INSTALLER_SUPPORT="yes" -# build with games support (yes / no) - GAMES="no" - -# build with emulator support (yes / no) - EMULATORS="no" - # Testpackages for development (yes / no) TESTING="no" diff --git a/projects/Generic/options b/projects/Generic/options index 65d3cd34c0..1b412f914c 100644 --- a/projects/Generic/options +++ b/projects/Generic/options @@ -224,12 +224,6 @@ # build with installer (yes / no) INSTALLER_SUPPORT="yes" -# build with games support (yes / no) - GAMES="yes" - -# build with emulator support (yes / no) - EMULATORS="yes" - # Testpackages for development (yes / no) TESTING="no" diff --git a/projects/ION/options b/projects/ION/options index cc351095ce..2fa3cac2b6 100644 --- a/projects/ION/options +++ b/projects/ION/options @@ -224,12 +224,6 @@ # build with installer (yes / no) INSTALLER_SUPPORT="yes" -# build with games support (yes / no) - GAMES="yes" - -# build with emulator support (yes / no) - EMULATORS="yes" - # Testpackages for development (yes / no) TESTING="no" diff --git a/projects/Intel/options b/projects/Intel/options index 6c3b551734..9c6a87419b 100644 --- a/projects/Intel/options +++ b/projects/Intel/options @@ -224,12 +224,6 @@ # build with installer (yes / no) INSTALLER_SUPPORT="yes" -# build with games support (yes / no) - GAMES="yes" - -# build with emulator support (yes / no) - EMULATORS="yes" - # Testpackages for development (yes / no) TESTING="no" diff --git a/scripts/image b/scripts/image index 1695a26624..706c350fe3 100755 --- a/scripts/image +++ b/scripts/image @@ -130,10 +130,6 @@ mkdir -p $INSTALL # Update support [ "$INSTALLER_SUPPORT" = "yes" ] && $SCRIPTS/install installer -# Games and Emulators support (SDK's) - [ "$GAMES" = "yes" ] && $SCRIPTS/install games-sdk - [ "$EMULATORS" = "yes" ] && $SCRIPTS/install emulators-sdk - # some system tools [ "$TOOLS" = "yes" ] && $SCRIPTS/install tools