Commit Graph

356 Commits

Author SHA1 Message Date
fritsch
dae7b19e83 Mkimage: Add forgotten -f to check for file available 2014-12-29 19:59:06 +01:00
Stefan Saraev
ae42436eb3 scripts/mkimage: use 256MB system partition for all platforms
closes #3677
2014-12-09 20:06:23 +02: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
5d175e6166 scripts/create_addon: condider addon's own addon.xml as templates 2014-12-09 11:29:53 +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
9606281c15 scripts/create_addon: drop 'custom addon versions'
this only makes things more complicated.. all addons should follow
the $ADDON_VERSION.$PKG_REV versioning. including those with own
addon.xml
2014-12-09 01:17:00 +02:00
Stefan Saraev
3d012ab873 scripts/create_addon: cosmetics. require icon.png and changelog.txt in PKG_DIR 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
Stephan Raue
63508f3df3 scripts/install: install modprobe.d files to /lib
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-11-17 22:39:37 +01:00
Stefan Saraev
79b18383aa Revert "[uefi] enable 32bit uefi support"
This reverts commit 2c7735709d.

it did not work. thanks to t-nelson for testing it..

1. Zotac ZBOX PI320 pico wants bootia32.efi not bootx32.efi
2. even with bootia32.efi (from syslinux) it doesnt boot. I suspect it requires pure 32bit kernel. no mixed mode ?

thank you zotac for creating such a mess.. damn it's almost y2k15
2014-11-12 20:32:34 +02:00
Stefan Saraev
6b679312f7 mkimage: say something before doing 'sudo scripts/mkimage' 2014-11-09 20:53:36 +02:00
Stefan Saraev
ba9b247d74 Revert "scripts/checkdeps: require libxml-parser-perl"
This reverts commit e8b368ee0d.

meh doesnt work at all. needs complete rework of checkdeps..
note to myself: dont push untested stuff
2014-11-02 13:10:52 +02:00
Stefan Saraev
e8b368ee0d scripts/checkdeps: require libxml-parser-perl
ref #3561
2014-11-02 13:01:45 +02:00
Stephan Raue
6b4f0e973d Merge pull request #3574 from stefansaraev/efi32
[uefi] enable 32bit uefi support
2014-10-29 11:41:42 +01:00
Stefan Saraev
0a37f62e26 scripts/addon: add option to test if addon() fails
I need this for my repo buildscripts.
2014-10-25 19:58:41 +03:00
Stefan Saraev
2c7735709d [uefi] enable 32bit uefi support 2014-10-25 15:28:40 +03:00
Stephan Raue
22404bc775 scripts/image: prefix OpenELEC own variables with OPENELEC_ in /etc/os-release
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-10-22 12:38:34 +02:00
Stephan Raue
d558d993cf scripts/image: add ARCH= and BUILD= to /etc/os-release
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-10-22 12:04:36 +02:00
Stephan Raue
8318076009 [xbmc-rebrand] scripts/image: rename XBMC comments to 'Kodi'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-10-21 14:00:24 +02:00
Stephan Raue
2cb7cd6f2b buildsys: add $PKG_DIR/modprobe.d/ support to scripts/install 2014-10-16 14:32:21 +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
5e6698328c remove package 'lm_sensors', moved to unofficial addon repo
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-09-03 08:23: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
Stephan Raue
88640c54e6 scripts: minor cosmetics 2014-08-31 21:35:29 +02:00
Stefan Saraev
fb2279d505 buildsys: show package name if not found
current error " no package.mk file found in " does not
give a hint what package (dependency) is missing
2014-08-17 18:32:24 +02:00