Stefan Saraev
66d05d6f4a
config/path: forgot to move SSL_CERTIFICATES
2015-04-07 12:12:17 +03:00
MilhouseVH
e308673d01
Allow unique build directories by appending project-defined suffix
2015-01-14 19:42:59 +00: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
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
Stefan Saraev
77dc4b8f79
config/path: unset PYTHONSTARTUP/PYTHONPATH
...
tryfix #2964
2014-03-05 23:01:38 +02:00
Stefan Saraev
4e3142e3c6
config/path: source config/functions early
...
$(kernel_path) should be available to PKG_CONFIGURE_OPTS_* now
2014-02-22 23:16:36 +02:00
Stefan Saraev
6fc6264498
buildsystem: meh. no PKG_DEPENDS anymore. finaly
2014-02-04 21:53:19 +02:00
Stefan Saraev
a029deb2f1
buildsystem: clean up and cosmetics
2014-01-30 14:47:17 +01:00
Stephan Raue
de8d1e67e6
config: cleanup buildsystem
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-01-30 14:47:17 +01:00
Stephan Raue
70944b24e2
scripts/*: make development more colorfull :-)
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-12-20 15:51:09 +01:00
Stephan Raue
b9a320772f
scripts/install: add support for 'init' packages, add more support for new package format
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-12-18 17:35:14 +01:00
Stefan Saraev
debacf21ae
buildsystem: clean up and cosmetics
2013-12-13 14:07:31 +02:00
Stefan Saraev
5eac8225aa
config/path: add toolchain/sbin to $PATH too
2013-09-26 21:05:17 +03:00
Stefan Saraev
d1508ed2eb
config/path: unset CONFIG_SITE
...
closes #2491 , closes #1911
2013-07-23 21:29:11 +03:00
Stephan Raue
713277af9c
scripts: implement new packageformat (v3) support
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-07-17 06:12:14 +02:00
Stephan Raue
891b958e53
config/path: add support for <PKGNAME>:<TARGET> naming scheme for PKG_DIR variable
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-07-17 02:47:40 +02:00
Stephan Raue
ef8e871d3c
config/path: refactor PKG_BUILD detection
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-07-17 02:44:33 +02:00
Stefan Saraev
db6464a06b
config/path: take in account dirs with "Build" script
2013-07-13 17:54:49 +03:00
Stefan Saraev
8f09798ccb
config/path: handle multiple package dirs
...
we should not fail if there are multiple dirs with
same name in packages/, if only ONE contains 'meta'
only a dir with 'meta' inside is a package
2013-07-13 15:04:05 +03:00
Stefan Saraev
1c5e34a84f
config/path: allow addons with empty PKG_SECTION
2013-06-23 22:10:35 +03:00
Stephan Raue
62b661caa5
scripts/*: rename 'INDENT' variable to not interference with upcoming Mesa's 'INDENT' variable
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-10-22 02:00:23 +02:00
Lars Op den Kamp
b5977004dc
fixed: don't match /source/ subdirectories in the PKG_DIR check
2012-07-26 01:44:13 +02:00
Stephan Raue
2de2863b49
Merge branch 'master' of github.com:OpenELEC/OpenELEC.tv
2012-07-19 17:27:37 +02:00
vpeter4
9385e6bd43
config/path: check for multiple package folders (attempt #3 )
2012-07-18 14:56:22 +03:00
adam111316
dca7d481c0
config/path: remove erroneous brackets
2012-07-18 00:26:58 +08:00
Stephan Raue
fc8f0653f7
Merge branch 'master' of github.com:OpenELEC/OpenELEC.tv
2012-07-17 13:35:11 +02:00
vpeter4
47f270d742
config/path: check for multiple package folders
2012-07-17 10:08:03 +02:00
Stephan Raue
f6995196e3
config/functions: add check for builddir and exit if building in /usr which we dont support
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-07-11 16:25:54 +02:00
Stephan Raue
e927e6bcc4
Merge pull request #800 from timhourigan/master
...
Allow the ccache directory to be changed via an environment variable
2012-07-08 11:55:54 -07:00
Stephan Raue
35bd680ff1
config/path: setup LD_LIBRARY_PATH
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-06-21 13:20:03 +02:00
Tim Hourigan
30e0704787
Allow ccache folder to be overridden by an env
2012-06-06 11:11:30 +01:00
Stephan Raue
26822c1204
config/path: use $HOME instead ~ it seems ccache dont expand this on various platforms, this should fix #644
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-05-13 18:28:31 +02:00
Stephan Raue
6b598a255e
config/path: set .ccache dir to ~/.ccache-openelec
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-05-13 08:30:05 +02:00
Stephan Raue
d4852d3ac3
VERSION: rework versioning management
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-03-19 12:31:30 +01:00
Stephan Raue
9b8ff297e2
config/path: cleanup last commit
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-02-22 02:13:31 +01:00
Bertrand G
47719afe19
Moved SSL certificates path declarations to a variable.
2012-02-20 16:04:09 +01:00
Stephan Raue
cde9b87110
config/functions: add support to check for valid PROJECT and ARCH, cosmetics
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-01-30 23:13:30 +01:00
peter
6f6704c849
linux: driver for DVB-T AVerMedia AverTV Hybrid Volar HX (A827) - fix permissions
2011-11-08 20:30:38 +01:00
peter
fc5e7061c6
linux: driver for DVB-T AVerMedia AverTV Hybrid Volar HX (A827)
2011-11-08 20:29:34 +01:00
Stephan Raue
116dc5c749
scripts/image: merge scripts/image_release and scripts/image_squashfs in scripts/image, cleanups
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-08-14 17:11:16 +02:00
Stephan Raue
e9fce06075
config/functions: fix $BUILD_DATE variable again
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-08-14 02:46:38 +02:00
Stephan Raue
c83a2f8b54
config/path: set proper HOST_NAME host triplet with help from local gcc
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-07-13 02:38:39 +02:00
Stephan Raue
44fcb549e8
config/path: cleanup
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-07-11 15:04:19 +02:00
Stephan Raue
5f5a749d2c
config/path: change addon name handling
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-05-28 14:04:44 +02:00
Stephan Raue
2a2653191b
config/path: move some optimizations to config/optimize
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-03-23 03:07:20 +01:00
Stephan Raue
98853a9daa
config/path: move ARCH specific options to ARCH specific config files
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-03-21 21:39:29 +01:00
Stephan Raue
d854ac4369
config/arch: split in to seperate ARCH configurations
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-03-21 01:30:30 +01:00