MilhouseVH
aa33d8f1bb
Merge pull request #155 from ghollingworth/master
...
Add dt-blob.bin compilation and installation to the system.
2016-04-14 22:19:15 +01:00
Gordon Hollingworth
f6b31dc9c6
Add dt-blob.bin compilation and installation to the system.
...
dt-blob.bin is used by the Raspberry Pi compute module to move a
number of pins around and possibly change the clock configuration
at boot time.
2016-04-14 19:02:27 +00:00
MilhouseVH
b9665d0eb7
Merge pull request #150 from plexinc/upstream-distroname
...
scripts : remove some hardcoded LibreELEC distro name
2016-04-14 10:36:59 +01:00
MilhouseVH
2dd55d6cf9
RBP: Update firmware efdcf16
2016-04-13 19:44:46 +01:00
longchair
bb10e9d103
scripts : remove some hardcoded LibreELEC distro name
...
Allows a distro to have it's name appear in installer and busybox scripts
2016-04-13 17:20:22 +02:00
longchair
d8aa34857d
bcm2835-bootloader : make sure we deploy the proper config.txt
...
Distro can use a differnt config.txt which is deployed to usr/share/bootloader.
therefore we need to keep the consistency.
2016-04-13 16:48:22 +02:00
longchair
6f81d26738
distros : config files paths fixups
2016-04-13 08:58:10 +02:00
longchair
4003d14582
bcm2835-bootloader : allow to have a per distro config.txt
2016-04-12 20:57:12 +02:00
longchair
16b6ad3881
installer : allow to have per distro EXTLINUX_PARAMETERS
2016-04-12 19:01:46 +02:00
MilhouseVH
f7d20ddc47
RBP: Update firmware to be in sync with kernel
2016-04-04 02:50:40 +01:00
Peter Vicman
793fb70fb1
u-boot: update to u-boot-imx6-408544d for imx6 project
...
hide dd output when updating bootloader
add patch for kernel 4.4
2016-04-02 10:34:43 +02:00
MilhouseVH
b42b63983b
Allow for a custom system partition start sector + custom system size
2016-03-24 12:02:45 +00:00
MilhouseVH
262ee4a16a
rebrand: A few more fix-ups
2016-03-23 19:36:54 +00:00
Matt DeVillier
fb6b315f30
installer: OE->LE text replacement
...
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
2016-03-22 18:51:39 -05:00
Matt DeVillier
5c4f2a143b
installer: bump version
...
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
2016-03-20 14:51:30 -05:00
Matt DeVillier
f8eb1fe4a5
installer: add notification dialog upon completion of install
...
also, OE->LE rebranding
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
2016-03-20 14:47:27 -05:00
Christian Hewitt
668689a0e1
Merge pull request #13 from lrusak/virtual-is-back
...
Thanks :)
2016-03-19 06:35:53 +04:00
MilhouseVH
507ff74742
bcm2835-bootloader: update to bcm2835-bootloader-c230b2b
2016-03-17 04:42:29 +00:00
MilhouseVH
9c17ed5fc2
Rebranding: Follow up
2016-03-16 05:03:51 +00:00
Lukas Rusak
87d33e2c89
syslinux: add script to create virtual image
2016-03-15 02:03:08 -07:00
Lukas Rusak
2c26a02894
populatefs: change upstream url and remove mkpkg script
2016-03-14 15:46:11 -07:00
Lukas Rusak
3aad1cf567
mkbootimg: change upstream url and remove mkpkg script
2016-03-14 15:46:11 -07:00
Stephan Raue
7a4479c027
bcm2835-bootloader: update to bcm2835-bootloader-b48c36f
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-03-05 13:02:13 +01:00
Zalaare
692b086ad0
Various $HOME/.openelec (vendor) fixes
2016-03-04 11:52:43 -05:00
Lukas Rusak
be423afc16
nano: update to 2.5.3
2016-03-02 22:39:43 +01:00
aluft
bcf13b8157
Add all mtools to toolchain directory
...
Look for mtools in toolchain/bin instead of toolchain/sbin
mattrib is used by syslinux.mtools during make image
When mattrib is absent, this error is observed:
make image
> image: installing extlinux to part1...
> sh: mattrib: command not found
> syslinux.mtools: warning: failed to set system bit on ldlinux.sys
> sh: mattrib: command not found
> syslinux.mtools: warning: failed to set system bit on ldlinux.c32
> image: copying files to part1...
2016-02-25 14:48:10 -05:00
aluft
70e279dddb
Add all mtools during host install step.
...
Especially mattrib which is used by syslinux.mtools during make image
When absent, this error is observed:
make image
> image: installing extlinux to part1...
> sh: mattrib: command not found
> syslinux.mtools: warning: failed to set system bit on ldlinux.sys
> sh: mattrib: command not found
> syslinux.mtools: warning: failed to set system bit on ldlinux.c32
> image: copying files to part1...
2016-02-25 13:43:41 -05:00
Stephan Raue
4eae60c089
Merge pull request #4701 from vpeter4/non-root-image
...
scripts/mkimage: create disk image without sudo
2016-02-20 23:50:40 +01:00
Stephan Raue
c59439e378
plymouth-lite: fix linking with glibc-2.23, this fixes #4727 this fixes #4732
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-02-20 11:43:28 +01:00
Stephan Raue
9e58a12143
nano: update to nano-2.5.2
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-02-20 11:43:28 +01:00
Peter Vicman
3b75736931
scripts/mkimage: create disk image without sudo
...
Mtools is used to format and copy files to vfat partition.
Populatefs is used to copy files to ext4 partition.
Tested on imx6 with u-boot, Generic with BIOS and EFI boot.
To avoid messing around with ext4 partition we could also provide "empty" disk image file. Both partitions would be already formatted and storage partition would already contain resize file. Then mkimage script would only copy kernel, system, bootloader files and install bootloader.
But current approach is more flexible for future use.
2016-02-19 08:49:20 +01:00
Stephan Raue
44da7861bc
Merge pull request #4543 from CvH/patch-1
...
zip packages extraction fix
2016-02-07 15:58:53 +01:00
MilhouseVH
61899e2c9d
installer: Bump FAT partition size in line with disk image
2016-01-31 23:48:07 +00:00
Alex Deryskyba
2495d063e8
Add support for building Android kernel images required for some Amlogic-based projects
2016-01-15 14:41:12 +01:00
Stephan Raue
f51faa070d
packages: update license headers
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-01-02 17:29:56 +01:00
Stephan Raue
de5359d097
bcm2835-bootloader: update to bcm2835-bootloader-1efc1ec
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-01-02 00:46:31 +01:00
CvH
9a41f63383
imx6-mfgtool2-tbs-matrix: zip extract fix
2015-12-30 03:51:02 +01:00
Stephan Raue
f671ea77e9
nano: update to nano-2.5.0
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-12-18 12:37:34 +01:00
Lukas Rusak
c2ba60dcd8
bcm2835-driver: update to version 6b7cebd
2015-12-15 09:30:52 -08:00
Peter Vicman
aefb3314fc
u-boot: build with gcc 5.2.0
2015-11-23 19:30:45 +01:00
Stephan Raue
23c3197f53
nano: update to nano-2.4.3
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-11-19 14:41:19 +01:00
Stephan Raue
813deb3ef9
hdparm: update to hdparm-9.48
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-11-19 14:41:04 +01:00
Stephan Raue
f0f2397e26
dialog: update to dialog-1.2-20150920
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-11-19 14:40:44 +01:00
Stephan Raue
d1c6d0e3ce
bcm2835-bootloader: update to bcm2835-bootloader-7f01b12
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-11-01 12:57:47 +01:00
Stephan Raue
43c6c05fc3
bcm2835-bootloader: update to bcm2835-bootloader-4047fe2
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-10-24 21:27:47 +02:00
Peter Vicman
a91c7fb009
imx6: redo status led and fan services
2015-10-18 16:45:03 +02:00
Stephan Raue
6d5609af2e
bcm2835-bootloader: update to bcm2835-bootloader-ba7a8fb
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-10-13 13:39:26 +02:00
Stephan Raue
ef66462b26
bcm2835-bootloader: update to bcm2835-bootloader-960832a
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-10-02 16:56:10 +02:00
Stefan Saraev
7901a7561c
installer: cosmetics
2015-09-27 20:06:44 +03:00
Stefan Saraev
cbd56c11f0
installer: cleanup dead code
2015-09-27 20:04:40 +03:00