Stephan Raue
695d5337e8
buildsystem: add support for ~/.openelec/packages and ~/.openelec/$PROJECT/packages
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-02-28 14:12:37 +01:00
CvH
0c7eb04b99
scripts/image: remove imx6 hack for zip extraction
...
removed workaround which was necessary due the broken zip extrtaction
2016-02-28 14:12:36 +01:00
Stephan Raue
0225c23d3f
update license headers
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-02-28 14:12:36 +01:00
dolorosus
75b2eb1b8c
Quoting variables to preserve whitespaces in banner
2016-01-12 06:33:46 +01:00
chewitt
f2487bbeab
cosmetics: rename 'unofficial' to 'community' builds
2016-01-09 01:09:49 +01:00
MilhouseVH
0f415ed2f3
[RBP] Use actual kernel_version in place of wildcard
2015-10-25 21:34:08 +00:00
MilhouseVH
3dfc075002
[RBP] Drop mkknlimg, use version shipped with kernel
2015-10-25 17:09:07 +00:00
vitalogy
176a5d7660
dosfstools: build mkfs.vfat for host (do this from scripts/image)
2015-10-23 21:21:15 +02:00
vitalogy
525780e607
scripts/image: remove spaces
2015-10-18 01:15:26 +02:00
Stefan Saraev
fd31d5d958
buildsys: clean up checkdeps
2015-10-05 00:38:40 +02:00
Haggai Eran
e3203be00e
add EXTRA_CMDLINE option to add kernel command line arguments
...
Allow configuring extra kernel command line arguments by using the
EXTRA_CMDLINE variable. The patch handles EXTRA_CMDLINE only for the
bcm2835 boot loaders.
2015-09-15 14:13:08 +02:00
Stefan Saraev
0d8bb0d800
(cosmetics) scripts/image: do not create unused dist specific files in /etc
2015-08-22 19:34:08 +03:00
Stefan Saraev
2fd358dc31
scripts/image: do not symlink /usr/var
...
this seems to be leftover from pre-y2k days
2015-08-03 11:53:31 +03:00
Stephan Raue
440b63ff3b
scripts/image: update NOOBS support to create marketing.tar, thanks to Gordon
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-06-14 20:10:15 +02:00
Stephan Raue
ca3af10281
scripts/image: add support for distribution specific NOOBS support
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-06-14 15:11:56 +02:00
vpeter4
461e76c940
imx6: create images for diferent systems based on SYSTEM environment variable
...
creates default cuboxi image
PROJECT=imx6 ARCH=arm make image
creates image for udoo system
PROJECT=imx6 ARCH=arm SYSTEM=udoo_quad make image
2015-05-17 14:16:03 +02:00
Stefan Saraev
66276caf24
buildsys: also add $OS_VERSION to target image name
2015-05-14 22:36:03 +03:00
Stephan Raue
7d7bf1d8f4
projects/WeTek_Play/install: provide script to clear NAND before installing
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-05-04 19:19:29 +03:00
Alex Deryskyba
0c973c9b62
WeTek_Play: Add support for installing OE into NAND memory
2015-05-04 19:19:29 +03:00
Stephan Raue
98994fe324
Revert "WeTek_Play: Add support for installing OE into NAND memory"
...
This reverts commit 06e5bdcf7890d0b7de709226a80403619eb4069d.
2015-05-03 19:20:30 +02:00
Stephan Raue
333fff31bf
Revert "projects/WeTek_Play/install: provide script to clear NAND before installing"
...
This reverts commit 9be54ce1ba0c6f16e327997cd884e3bc351af29a.
2015-05-03 19:20:22 +02:00
Stephan Raue
9be54ce1ba
projects/WeTek_Play/install: provide script to clear NAND before installing
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-05-02 17:45:49 +02:00
Alex Deryskyba
06e5bdcf78
WeTek_Play: Add support for installing OE into NAND memory
2015-05-02 17:45:49 +02:00
Stefan Saraev
774f426294
Merge pull request #4052 from InuSasha/features/build
...
[build] add BUILD_SUFFIX to the IMAGE_NAME, too.
2015-04-30 19:49:16 +03:00
Sascha Kuehndel (InuSasha)
0d78314954
[build] add enviroment variable IMAGE_SUFFIX. It extend the IMAGE_NAME, if set.
2015-04-08 20:31:53 +02:00
Stefan Saraev
baa7b41625
cleanup config/release. not used
2015-04-05 22:49:22 +03:00
Stefan Saraev
c2b378c895
mkimage: x86: always creeate uefi images
2015-04-05 18:10:46 +03:00
Stefan Saraev
4fe8fad558
buildsys: set default arch to x86_64. drop i386 support
2015-04-03 12:08:22 +03:00
Stephan Raue
7e83801d16
noobs: add support for noobs 'supported_hex_versions'
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-02-08 16:33:21 +01:00
Stephan Raue
36a5fbed80
noobs: move distro icon to distri folder
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-02-08 15:32:59 +01:00
Stephan Raue
a7c79ebe62
noobs: add support for PROJECT based multiple noobs builds
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-02-08 15:32:59 +01:00
Stephan Raue
9a597ba67d
scripts/image: install dtb files for bcm2835 bootloader too if avaible
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-02-02 22:05:20 +01:00
Stephan Raue
f3672bc87a
scripts: add script to inject device tree blobs to RPi kernel, thanks to Milhouse
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-01-25 14:12:42 +01:00
Stefan Saraev
36a10d2003
Merge pull request #3783 from stefansaraev/mkimage
...
mkimage enhancements
2015-01-16 19:53:29 +02:00
Stefan Saraev
4d63cc9852
scripts/image: add support for project specific systemd services
2015-01-15 12:14:09 +02:00
Stefan Saraev
b1ddbd91c7
mkimage: allow projects to set kernel image name
...
... and set to kernel.img for WeTek_Play and RPi
2015-01-13 12:36:40 +02:00
Stefan Saraev
01f10c1735
mkimage: also include /sbin in $PATH for mkimage
2015-01-13 12:32:35 +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
6b679312f7
mkimage: say something before doing 'sudo scripts/mkimage'
2014-11-09 20:53:36 +02: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
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
f19dbb0c99
scripts/image: remove 'mach_kernel' support
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-08-05 15:58:05 +02:00
Stephan Raue
abc4b86ac0
remove package 'atv-bootloader'
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-08-04 23:21:08 +02:00
Stefan Saraev
e41ce22313
scripts/image: clean up debug
2014-08-04 23:21:07 +02:00
Stefan Saraev
7935d3fae4
scripts/image: fix etc/os-release
2014-05-30 17:07:49 +02:00
Stephan Raue
91e109ec81
scripts/image: update /etc/os-release
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-04-28 18:07:20 +02:00