919 Commits

Author SHA1 Message Date
CvH
1690150728 spdx: packages/tools 2018-07-18 22:37:47 +02:00
MilhouseVH
9581894a8d RPi: update to firmware d3c3d03 2018-07-09 20:41:09 +01:00
MilhouseVH
51a227f148 RPi: update to firmware 32a1c7c 2018-06-27 21:07:02 +01:00
MilhouseVH
a7df1089e2 u-boot: fix build failure when DEBUG is set
Avoid this failure:

  LD      u-boot
  OBJCOPY u-boot.srec
  OBJCOPY u-boot.bin
  OBJCOPY u-boot.hex
Makefile:156: *** DEBUG must be boolean. Stop.
make[2]: *** [/home/neil/projects/scratch/alternates/LibreELEC.tv/build.LibreELEC-KVIM.arm-9.0-devel-next/u-boot-ffc14fc/Makefile:920: acs.bin] Error 2
make[1]: *** [Makefile:147: sub-make] Error 2
2018-06-16 18:28:22 +01:00
Matthias Reichl
ba3ac20c48
Merge pull request #2729 from MilhouseVH/linux41448+
linux: update to linux-4.14.48
2018-06-08 17:28:25 +02:00
MilhouseVH
d210667bf1 RPi: update to firmware 7884178 2018-06-08 05:23:40 +01:00
Sascha Kuehndel (InuSasha)
2c47bfbb0e
grub: fix build with gcc8 with upstream patch 2018-06-04 20:17:29 +02:00
Matthias Reichl
937d13313e grub: drop lto build flag
Signed-off-by: Matthias Reichl <hias@horus.com>
2018-06-04 19:54:29 +02:00
Tomas Kelemen (vudiq)
c2792f5dbb redefine variable names for partition labels 2018-05-30 08:31:04 +02:00
Tomas Kelemen (vudiq)
e0c8006ae0 bootloader: use labels defined by distro options 2018-05-29 22:33:35 +02:00
CvH
7613733280 syslinux: removed not working script 2018-05-28 19:58:19 +02:00
MilhouseVH
777b5ce1c5 RPi: update to firmware 784fe6c 2018-05-26 03:05:03 +01:00
MilhouseVH
a53d7ad476 RPi: update to firmware 6a3ac30 2018-05-26 03:05:03 +01:00
MilhouseVH
a8fae9943a RPi: update to firmware a46b1f9 2018-05-26 03:05:03 +01:00
MilhouseVH
25e9bbb902 RPi: update to firmware 287af2a 2018-05-26 03:05:03 +01:00
MilhouseVH
ab60ac71fc installer: add option to save installation log in /flash/logs; include extra system info 2018-05-16 05:44:02 +01:00
MilhouseVH
d2ab6680a7 installer: remove unused functions, pointless case, recursive calls and faulty breaks
I suspect the recursive calls were to work around the error caused by break
being called in a case statement which itself is within a while loop - the break
causes the while loop to terminate, bringing the installer to a grinding halt... whoops.

Now, menu_main() is called only from the main process loop, which we don't exit accidentally.

I've removed an entire case statement from do_install_quick() as this function either
performs an installation, or it doesn't - the case statement is pointless.

Due to the removal of whitespace, add ?w=1 in github.com when reviewing.
2018-05-16 03:29:20 +01:00
MilhouseVH
c1167e0bcb installer: switch to using UUIDs 2018-05-15 22:14:42 +01:00
MilhouseVH
517330f9fe installer: drop extlinux support, not needed - use syslinux 2018-05-15 22:14:42 +01:00
MilhouseVH
918ea3219f installer: use HERE doc 2018-05-15 22:14:42 +01:00
MilhouseVH
cdb7daba21 grub: drop /flash/grub.cfg 2018-05-15 22:14:42 +01:00
MilhouseVH
20992919e1 init: update copyright 2018-05-15 22:14:42 +01:00
MilhouseVH
2c281d13d9 syslinux.cfg/init/etc: unify syslinux.cfg 2018-05-15 22:14:42 +01:00
CvH
a010156a64 qemu: update to 2.12.0 2018-04-29 23:59:46 +02:00
MilhouseVH
6fc9e35b10 RPi: fix sha256 for firmware 983b091 2018-04-28 16:14:39 +01:00
Alex Deryskyba
156b5fb2c5
Merge pull request #2674 from CvH/9.0-uboot-deps
add u-boot-tools package dependency for WC & WP
2018-04-28 14:33:12 +03:00
Matthias Reichl
45dd79bff4 u-boot-tools-aml: move to packages/tools
Signed-off-by: Matthias Reichl <hias@horus.com>
2018-04-27 17:23:37 +02:00
MilhouseVH
c7eed1e367 RPi: update firmware to 983b091 2018-04-26 23:48:06 +01:00
MilhouseVH
bbe338bd16 RPi: Update firmware to a154f21 2018-04-26 23:47:23 +01:00
MilhouseVH
98f8a30835 RPi: Update to firmware d46b40b 2018-04-26 23:47:23 +01:00
MilhouseVH
51b24875dc RPi: Update firmware to 3aa8060 2018-04-26 23:47:22 +01:00
MilhouseVH
5b1d532cf4 RPi: update to firmware c14a903 2018-04-26 23:47:22 +01:00
MilhouseVH
b7f6479770 RPi: update firmware to 75de5d7 2018-03-26 19:26:27 +01:00
MilhouseVH
1c443cbb1b RPi: update to firmware 36f9913 2018-03-22 18:50:54 +00:00
MilhouseVH
bbdb6c52f8 RPi: update to firmware 086a848 2018-03-16 13:57:32 +00:00
MilhouseVH
36db8444f9 RPi: update to firmware 3347884 2018-03-13 19:49:00 +00:00
MilhouseVH
9b47b64cb9
Merge pull request #2521 from InuSasha/feature/build_flags
buildsystem: add BUILD_FLAG support
2018-03-12 22:12:29 +00:00
MilhouseVH
00857494ac RPi: update firmware to 6e3c5f8 2018-03-11 23:45:08 +00:00
MilhouseVH
6b358cf7b1 RPi: don't install or update dtbs for upstream kernels 2018-03-10 23:21:34 +00:00
Sascha Kuehndel (InuSasha)
8827a540aa
buildsystem: add BUILD_FLAG support
- replace strip_lto/strip_gold (only allowed to disable)
- add flag for PIC feature
- add flag to stop build parallel
- add support for hardening option (initial copy from debian 9)

All build parameters, are added in setup_toolchain.
`PKG_[FLAG]_[HOST/TARGET]_ENABLED` variable is introduced for checking the flag (yes/no) in the package.mk

Thanks to @MilhouseVH, for support and fixing
2018-03-07 18:35:01 +01:00
Matthias Reichl
6f7037fcd0
Merge pull request #2520 from MilhouseVH/linux41421+
linux: update to linux-4.14.24 (ish)
2018-03-06 20:25:49 +01:00
MilhouseVH
413eea221d RPi: update RPi firmware aa75533 2018-03-05 18:49:54 +00:00
MilhouseVH
9d45797bf4 RPi: update RPi firmware 469fc79 2018-03-05 18:33:39 +00:00
Jonas Karlman
08b43d0651 u-boot: add patch for odroid-n1 2018-03-04 20:26:55 +01:00
Jonas Karlman
f2cc60eb25 RK3399: new device 2018-03-04 20:26:55 +01:00
Jonas Karlman
9f64dfa5bf rkbin: add blobs from android 2018-03-04 20:26:55 +01:00
Jonas Karlman
d223852f1b u-boot: update rockchip patches 2018-03-04 20:26:55 +01:00
Jonas Karlman
0d78db394e u-boot: add rockchip version 2018-03-04 20:26:55 +01:00
Jonas Karlman
d1b9814e2d rkbin: update to f64ded6 2018-03-04 20:26:55 +01:00
Jonas Karlman
532ee416f7 rkbin: new package 2018-03-04 20:26:54 +01:00