projects/*/options: add addons support, including options for download locations, add some BUILDFLAGS for atom cpu's

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-07-19 18:53:04 +02:00
parent ccd6181cc0
commit 8f2bf48941
3 changed files with 25 additions and 4 deletions

View File

@ -48,7 +48,7 @@
OPTIMIZATIONS="speed"
# Project CFLAGS
PROJECT_CFLAGS=""
PROJECT_CFLAGS="-mfpmath=sse -ftree-vectorize -mmovbe"
# Timezone to use (empty disables timezone support)
# use a TZ environment string
@ -160,7 +160,7 @@
INSTALLER_SUPPORT="yes"
# build with games support (yes / no)
GAMES="no"
GAMES="yes"
# build with emulator support (yes / no)
EMULATORS="yes"
@ -170,3 +170,10 @@
# Coreboot support (yes / no)
COREBOOT="no"
# Addon Server Url
ADDON_SERVER_URL="http://addons.openelec.tv"
# set the addon dirs
ADDON_PATH="$OS_VERSION/$PROJECT/$TARGET_ARCH"
ADDON_URL="$ADDON_SERVER_URL/$ADDON_PATH"

View File

@ -160,7 +160,7 @@
INSTALLER_SUPPORT="yes"
# build with games support (yes / no)
GAMES="no"
GAMES="yes"
# build with emulator support (yes / no)
EMULATORS="yes"
@ -170,3 +170,10 @@
# Coreboot support (yes / no)
COREBOOT="no"
# Addon Server Url
ADDON_SERVER_URL="http://addons.openelec.tv"
# set the addon dirs
ADDON_PATH="$OS_VERSION/$PROJECT/$TARGET_ARCH"
ADDON_URL="$ADDON_SERVER_URL/$ADDON_PATH"

View File

@ -160,7 +160,7 @@
INSTALLER_SUPPORT="yes"
# build with games support (yes / no)
GAMES="no"
GAMES="yes"
# build with emulator support (yes / no)
EMULATORS="yes"
@ -170,3 +170,10 @@
# Coreboot support (yes / no)
COREBOOT="no"
# Addon Server Url
ADDON_SERVER_URL="http://addons.openelec.tv"
# set the addon dirs
ADDON_PATH="$OS_VERSION/$PROJECT/$TARGET_ARCH"
ADDON_URL="$ADDON_SERVER_URL/$ADDON_PATH"