Stephan Raue
3a10ee9fb0
config/options.python: rename variable PYTHON_IMAGE_PATH to PYTHON_SYSROOT_PATH, add variable PYTHON_IMAGE_PATH pointing to the image build dir
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-07-25 15:56:09 +02:00
Stephan Raue
e3767e88ea
config/addon: add default.py for new create_addon script
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-07-22 20:12:41 +02:00
Stephan Raue
bf0f0fad4c
scripts/create_addon: add shared functions
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-07-22 20:07:18 +02:00
Stephan Raue
7c6a5bc446
scripts/*: add metafile download url support, remove autoupdate config option (not really needed)
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-07-22 05:07:09 +02:00
Stephan Raue
c7cf1f753b
packages/*, scripts/*, config/options: remove $PKG_DIR declaration (now in config/path), include config/options with package name
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-07-21 18:54:45 +02:00
Stephan Raue
4dacd698e1
config/path: add support for package metadata scripts, declare $PKG_DIR
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-07-21 18:43:52 +02:00
Stephan Raue
fe4b490c8d
config/path: fix $TARGET_PKG_CONFIG_LIBDIR, $HOST_PKG_CONFIG_LIBDIR and $HOST_PKG_CONFIG_SYSROOT_DIR variables
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-07-20 08:05:50 +02:00
Stephan Raue
172b3de4d2
pkg-config: update to pkg-config-0.25, set PKG_CONFIG_PATH="", add PKG_CONFIG_LIBDIR and PKG_CONFIG_SYSROOT_DIR support
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-07-20 00:27:08 +02:00
Stephan Raue
ccd6181cc0
image: add addons support, including options for download locations and Makefile enhancenments
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-07-19 18:51:57 +02:00
Stephan Raue
713b2bd352
config/path: set variable for target addons binarys dir
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-07-17 05:06:44 +02:00
Stephan Raue
624b5cc6c6
config/path: set variable for target binarys dir
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-07-17 05:03:24 +02:00
Stephan Raue
6ef986d603
config/path: use '-Wl,--as-needed' for LDFLAGS, use '-O3' speed optimization
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-07-06 13:27:05 +02:00
Stephan Raue
965cfc9cc6
sample.conf/syslinux.cfg: add windows compatible line feeds (CR)
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-07-04 17:18:32 +02:00
Stephan Raue
8bcc3ea8c2
sample.conf/*: update for latest syslinux/extlinux, some cleanups
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-07-04 15:33:56 +02:00
Stephan Raue
db54bf6619
config/release: add syslinux for win32 and dos systems
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-07-04 15:30:12 +02:00
Stephan Raue
cbf6dbcdbf
config/path: use autotools variables also for host builds
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-06-27 00:25:58 +02:00
Stephan Raue
4997556095
config/options: set libjpeg-turbo alternative depended on ARCH
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-06-25 16:19:29 +02:00
Stephan Raue
1237049225
config/path:
...
- simplyfing
- remove lto/gold support
2010-06-16 09:25:21 +02:00
Stephan Raue
f7a750308a
config/path:
...
- use i686 as default cpu type
- disable use of fast-math support
- build with -Os
- dont use -mtune
- use $TARGET_CPU as -march
- dont use -fwhole-program flag
2010-06-14 01:34:43 +02:00
Stephan Raue
b089a1b73f
config/path:
...
- dont specify -fexcess-precision=fast for CFLAGS, because this is the default
2010-06-06 01:38:31 +02:00
Stephan Raue
f16b467b00
config/path:
...
- use -Os for CFLAGS also for optimized build
- adding -m32 and -m64 to CFLAGS
- remove references to powerpc builds
- remove -fwhole-program and -fno-ipa-sra from CFLAGS
- adding some generic variables for libtool/autotools
2010-06-06 00:45:46 +02:00
Stephan Raue
db8e40ff1e
config/path:
...
- disable build with -fPIC on i386 target
- enable build with linker plugin support (-fuse-linker-plugin)
- enable build with gold linker support (-fuse-ld=gold)
- enable some loop and grphite optimatizations
(-ftree-loop-distribution, -floop-interchange, -floop-strip-mine,
-floop-block, -fgraphite-identity, -fno-ipa-sra)
- enable "-Wl,--as-needed" linker flags
- cleanups
2010-06-03 16:42:01 +02:00
Stephan Raue
4a6b330fd4
config/path:
...
- adding fast-math optimization by default
2010-05-30 22:53:31 +02:00
Stephan Raue
fd2296b828
config/path:
...
- enable general LTO optimazion support
2010-05-30 22:34:34 +02:00
Stephan Raue
399e6bbce6
config/path:
...
- use -O3 for CFLAGS
2010-05-27 03:32:48 +02:00
Stephan Raue
54ca16da99
config/path:
...
- change openelec download url
2010-05-19 15:54:52 +02:00
Stephan Raue
347be8bc23
merging trunk
2010-05-06 17:12:13 +02:00
Stephan Raue
15cd7b8c38
config/path:
...
- add some new optimazions for gcc-4.5
2010-04-26 23:56:33 +02:00
Stephan Raue
afb02829e1
config/options:
...
- revert r2585
2010-04-20 01:05:48 +02:00
Stephan Raue
d5cc6dd6e7
config/path:
...
- fix kernel path if we have other linux-* packages
2010-04-19 11:43:49 +02:00
Stephan Raue
b68314f6fc
config/options:
...
- adding some firmware for radeon cards to kernel
2010-04-19 11:43:08 +02:00
Stephan Raue
6070cd1038
merging trunk
2010-03-26 13:28:35 +01:00
Stephan Raue
c2ed3538e4
cmake:
...
- install cmake configfile for host and target build
- cosmetics
2010-03-20 13:20:20 +01:00
Stephan Raue
6fd3fc78af
config/options:
...
- remove references to $MESA and $LIBDRM variable
2010-03-13 20:04:56 +01:00
Stephan Raue
979cb62219
config/path:
...
- hardcode $STAMPS to $BUILD/.stamps
- adding support for ~/.openelec config dir for personal settings
- adding support for ~/.openelec/$PROJECT config dir for personal project settings
2010-03-11 01:53:00 +01:00
Stephan Raue
1c26cbb518
config/options:
...
- cosmetics
2010-03-11 01:51:03 +01:00
Stephan Raue
624a984d22
config/options:
...
- build with xinerama support only if we build nvidia driver
2010-03-11 01:28:50 +01:00
Stephan Raue
082b1d4dd0
config/path:
...
- cleanup old geexbox code
2010-03-11 01:27:15 +01:00
Stephan Raue
7e9d634fe3
config/path:
...
- change default speed optimation to -O4
2010-03-10 16:43:15 +01:00
Stephan Raue
de0aced7f3
config/options:
...
- switch to Mesa
2010-03-10 16:40:24 +01:00
Stephan Raue
35b37e0e3c
release:
...
- update README files
2010-03-08 00:11:14 +01:00
Stephan Raue
70029644fc
config/options:
...
- switch to libdrm
2010-03-05 13:10:41 +01:00
Stephan Raue
9dd92e9219
config/options:
...
- switch to libdrm-master
2010-02-21 11:14:55 +01:00
Stephan Raue
ca8a61145b
config/options:
...
- switch to libdrm
2010-02-19 11:19:21 +01:00
Stephan Raue
2bb1e47442
config/options.python:
...
- adding PYTHON_INCDIR variable
2010-02-08 16:49:21 +01:00
Stephan Raue
f871ca72e8
config/path:
...
- cosmetics
2010-02-03 11:46:59 +01:00
Stephan Raue
9eb31788d6
config/options.python:
...
- readd PYTHON_LIBDIR
2010-02-02 15:19:11 +01:00
Stephan Raue
fcff1740c5
config/path:
...
- adding HOST_CXXFLAGS
2010-02-01 21:05:34 +01:00
Stephan Raue
d6cfa15184
config/options:
...
- enable autodownload of updated packages
2010-01-30 22:18:53 +01:00
Stephan Raue
679265aea9
config/options:
...
- switch to libdrm-master
2010-01-25 23:00:12 +01:00