604 Commits

Author SHA1 Message Date
Stefan Saraev
900c233be2 buildsys: drop afp support 2015-01-30 19:30:52 +02:00
Stefan Saraev
b6a07bae3e config/functions: cosmetics 2015-01-27 22:37:13 +02:00
MilhouseVH
e308673d01 Allow unique build directories by appending project-defined suffix 2015-01-14 19:42:59 +00:00
Stefan Saraev
1632673e83 Merge pull request #3772 from stefansaraev/vpn
drop vpn
2015-01-13 21:00:54 +02:00
Stefan Saraev
b297cbca6c config/functions: cosmetics 2015-01-12 19:44:08 +02:00
Stefan Saraev
13ae771771 Merge pull request #3766 from Kivutar/master
Fix multiple installations in NOOBS
2015-01-12 19:38:53 +02:00
Stefan Saraev
57b73f2d35 buildsys: drop pulse support 2015-01-11 17:42:59 +02:00
Stefan Saraev
f490af2c65 buildsys: clean up vpn support 2015-01-11 16:51:42 +02:00
Jean-André Santoni
27fe5660a5 Fix multiple installations in NOOBS
When installing two OpenELEC based distro with NOOBS, the labels of the SYSTEM partitions conflict. This fix address that problem by prefixing the names of these partitions by the DISTRONAME.
2015-01-09 23:50:07 +01:00
Stefan Saraev
2c64c37bdb addons: introduce $PKG_ADDON_NAME.
use as addon name if set, otherwise $PKG_NAME is used, as before
2014-12-09 11:45:12 +02:00
Stefan Saraev
1921d81324 scripts/create_addon: drop PKG_ADDON_EXTENSIONS
special addons should be handled via addon templates in config/addon/
2014-12-09 01:17:00 +02:00
Stefan Saraev
9ee985b2d4 addons: allow building addons with type different than xbmc.python.script / xbmc.service 2014-12-09 01:15:20 +02:00
Stefan Saraev
1eadb4d440 Revert "build: Introduce CONCURRENCY_MAKE_FACTOR"
This reverts commit 42c0ad09df23b3494193d40e8cd6e0c1a4c13b61.

config/options requires 'bc' to calculate CONCURRENCY_MAKE_FACTOR
before scripts/checkdeps having any chance to tell the user
that 'bc' is a required dependency

for now, remove CONCURRENCY_MAKE_FACTOR. CONCURRENCY_MAKE_LEVEL is more
than enough
2014-11-30 19:01:44 +02:00
Trent Nelson
42c0ad09df build: Introduce CONCURRENCY_MAKE_FACTOR
It is often useful to apply a factor to N_CPUs when calculating the best
-j option for make. eg. N_CPUs*2.5 is usally good if your sources sit on
an SSD.
2014-11-15 11:16:09 -07:00
Trent Nelson
131ac21c07 build: Allow CONCURRENCY_MAKE_LEVEL to be set on cmdline 2014-11-15 11:11:56 -07:00
Stephan Raue
a6c92663ab add support to create different distributions with the same project configs
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-11-09 17:04:27 +01:00
Stephan Raue
0894c68e64 config/functions: update config overview
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-11-09 13:26:04 +01:00
Stephan Raue
45183d9325 projects/*/options: rename $SAMBA_SUPPORT to $KODI_SAMBA_SUPPORT, add option for SAMBA mount support via the OS
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-11-09 13:26:04 +01:00
Stephan Raue
d142051b5e projects/*/options: rename $NFS_SUPPORT to $KODI_NFS_SUPPORT, add option for NFS mount support via the OS
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-11-09 13:26:04 +01:00
Stephan Raue
02bd0452dc projects/*/options: rename $BLURAY_SUPPORT to $KODI_BLURAY_SUPPORT
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-11-09 13:26:03 +01:00
Stephan Raue
fb231f9b36 projects/*/options: rename $DVDCSS_SUPPORT to $KODI_DVDCSS_SUPPORT
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-11-09 12:29:44 +01:00
Stephan Raue
a0677c6378 projects/*/options: rename $NONFREE_SUPPORT to $KODI_NONFREE_SUPPORT
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-11-09 12:28:55 +01:00
Stephan Raue
58ef85be1f projects/*/options: rename $WEBSERVER to $KODI_WEBSERVER_SUPPORT
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-11-09 12:24:49 +01:00
Stephan Raue
479bd5c83d projects/*/options: rename $UPNP_SUPPORT to $KODI_UPNP_SUPPORT
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-11-09 12:22:04 +01:00
Stephan Raue
43120e9979 projects/*/options: rename $AFP_SUPPORT to $KODI_AFP_SUPPORT
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-11-09 12:19:18 +01:00
Stephan Raue
e00be7b6a8 projects/*/options: rename $AIRPLAY_SUPPORT to $KODI_AIRPLAY_SUPPORT
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-11-09 12:17:22 +01:00
Stephan Raue
3e12eb050c projects/*/options: rename $AIRTUNES_SUPPORT to $KODI_AIRTUNES_SUPPORT
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-11-09 12:16:25 +01:00
Stephan Raue
26bafc063f move vaapi / vdpau support to config/graphic
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-11-09 02:40:59 +01:00
Stephan Raue
fc52cf3ea5 add support for project based versioning
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-11-03 23:40:10 +01:00
Stephan Raue
4b97acfb37 Merge pull request #3538 from vpeter4/folder_path
path: search for package folders only if they containg package.mk file
2014-10-27 12:13:31 +01:00
Stephan Raue
cf1ec2e8d9 config/options: read distro options if available
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-10-26 19:07:25 +01:00
Stephan Raue
e78572762c [xbmc-rebrand] config/functions: rename XBMC comments to 'Kodi'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-10-21 14:01:41 +02:00
Stephan Raue
9f17c5587d [xbmc-rebrand] config/*: rename all variables '$XBMC*' to '$KODI*'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-10-18 22:50:36 +02:00
Stephan Raue
b29145aeab config/functions: show_config: report upnp support 2014-10-16 14:32:21 +02:00
vpeter4
c2d314c30f path: search for package folders only if they containg package.mk file
it's much more universal way as it was before
2014-10-10 09:02:55 +02:00
vpeter4
2cedaafbe4 path: fix folders returned by find command
redirect errors in function get_build_dir()
2014-09-30 21:25:46 +02:00
Stephan Raue
2c54f9a757 Merge pull request #3392 from vpeter4/project_build
allow packages in projects folder
2014-09-27 21:17:21 +02:00
Stephan Raue
93a31140e0 config/functions: unset $CPP if set on host OS
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-09-23 20:21:05 +02:00
Stephan Raue
a2eb94542e config/functions: fix strip_lto
no lto *flags should be left after stripping..
2014-09-03 23:04:16 +02:00
Stephan Raue
a5a5269281 config/functions: remove strip_linker_plugin 2014-09-03 23:02:32 +02:00
Stephan Raue
fd77c34d95 config/optimize: cleanup
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-09-03 22:59:33 +02:00
vpeter4
fba6b098db allow packages in projects folder
This allows to use local package from project folder instead of system one from packages folder. It simplifies package dependency for newer projects like for TBS Matrix I'm working on. It requires different gcc, u-boot, ...
2014-09-02 09:45:23 +02:00
Peter Smorada
cb5a0bbba2 adds support for multiple extension points in addon.xml 2014-08-15 14:29:29 +02:00
Stephan Raue
16b7b03128 remove package 'crystalhd'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-08-04 23:21:08 +02:00
Stefan Saraev
f687f32694 clean up $LIBVA
libva-intel-driver is enough here
2014-08-04 23:21:07 +02:00
Stefan Saraev
5f30f72443 config/options: cleanup 2014-08-04 23:21:07 +02:00
Stephan Raue
50a88fe55c config/version: set OS_VERSION to 5.0
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-07-27 17:04:50 +02:00
Stefan Saraev
5a84aa6936 config/functions: clean up optimize leftover 2014-07-26 08:52:59 +02:00
Stephan Raue
8c7f55d7f2 config/version: set ADDON_VERSION to 4.3
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-07-20 14:38:11 +02:00
Stephan Raue
aff26c0023 config/version: set OS_VERSION to 4.2
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-07-19 23:11:47 +02:00