Commit Graph

34 Commits

Author SHA1 Message Date
Igor Pecovnik
a831b8c2de Add icons to HTML testing report 2018-09-03 16:12:54 +02:00
zciendor
bd83c60b23
Merge remote-tracking branch 'upstream/master' 2018-08-26 07:04:03 -05:00
Igor Pecovnik
b115c4691d Bugfix report creation 2018-08-23 17:14:48 +02:00
Igor Pecovnik
cf2fd3e78b Report creation bugfix 2018-08-22 19:06:30 +02:00
Igor Pecovnik
c4cf0ff873 HTML report fine tuning 2018-08-21 11:57:19 +02:00
Igor Pecovnik
305c9e9708 Add HTML report creation 2018-08-21 11:16:16 +02:00
Igor Pecovnik
e7dabd6efb Add support for armbianmonit and a bugix 2018-08-20 15:59:52 +02:00
Igor Pecovnik
35835233db Read test reports from external repository https://github.com/armbian/testings 2018-08-20 15:43:18 +02:00
Igor Pecovnik
9f2441a1d5 Create Markdown formatted report when building all kernels. Prepared to include simple testing report if exists. 2018-08-20 13:27:34 +02:00
Igor Pecovnik
203fb7335e PGP signing adjustement for Bionic host 2018-08-18 22:59:46 +02:00
zciendor
ddf0ed1edf
Redo of implementation for feature request #947 on current master
This was already implemented with https://github.com/armbian/build/pull/948,
before but never made it into the master branch yet. Probably because the
development branch has been abandoned in the meantime and it is to much effort
now to merge it into master.

It includes all the cleanup changes from commit 08743d3 and has been successfully
tested on an Odroid HC1.

In addition to what is currently in the `luks` branch the following improvments
where done/added:

1. update_initramfs() function in debbootstrap-ng.sh, which needs to be invoked
   after the partition layout and /etc/crypttab was created. Else `cryptroot-unlock`
   won't work and you'll run into:
   https://serverfault.com/questions/907254/cryproot-unlock-with-dropbear-timeout-while-waiting-for-askpass

   Apart from that it might be useful to always run `update-initramfs` at the end
   of the build process anyway, in case customize_image (userpatches) made some
   changes to the initramfs tools configs.

2. CRYPTROOT_SSH_UNLOCK=yes/no config option. It's by default set to yes, but it
   might be desired by some users to disable enable SSH/dropbear access while
   still having LUKS support. E.g. if they have a device that has a display
   and keyboard.

3. If no `authorized_keys` file is provided via userpatches, a new SSH key pair
   is generated and for convenience copied to the output directory along with
   the final image.
2018-07-31 16:02:26 -05:00
Igor Pečovnik
c98949ae29 Few more changes to internal building process 2018-07-24 10:07:54 +00:00
Igor Pečovnik
204d867178 Disable broken sun5i default kernel builds and enable csc rebuilding only when defined in REBUILD_IMAGES 2018-07-23 14:51:41 +00:00
Igor Pečovnik
00c5bd6734
Add CSC support 2018-07-23 09:08:16 +02:00
Igor Pečovnik
093c1636a7
Bugfix
Forgot to pass a parameter
2018-07-23 09:02:35 +02:00
Igor Pečovnik
e7b7a2e289 Introducing new internal parameter, example: REBUILD_IMAGES="bananapi,udoo,rock64" to specify which images need rebuilding when using BUILD_ALL="yes". If parameter is absent, we build them all as it is now. 2018-07-21 20:05:43 +00:00
zador-blood-stained
6afe135989 Better handling for additional ATF toolchains 2018-06-13 19:23:00 +03:00
zador-blood-stained
caec848619 Drop HAS_UUID_SUPPORT variable 2018-06-02 17:49:57 +03:00
Igor Pecovnik
d1a9c8a768 Merging main libs into the stable. Hack for building Bionic on Xenial left out 2018-05-24 21:01:02 +02:00
zador-blood-stained
4b5bbc32e8 More BSP refactoring 2017-12-01 18:46:33 +03:00
Igor Pecovnik
e908807b65 Upload images to server only when server is defined. 2017-11-23 12:15:42 +01:00
zador-blood-stained
ddbe5dd322 Add DEFAULT_OVERLAYS variable 2017-11-01 13:16:21 +03:00
zador-blood-stained
7ad733a19a Fix sunxi u-boot splash
Tested on H3 with DM video driver, may require tweaks for older video
driver (A10/A20)
Boot splash files should be installed in family_tweaks due to different
requirements for different platforms
2017-10-26 18:40:30 +03:00
zador-blood-stained
6dc723af87 Reset DISPLAY_MANAGER variable in build-all.sh 2017-10-12 12:23:48 +03:00
zador-blood-stained
38db0b55f9 Add NM_IGNORE_DEVICES variable, drop NM config from mvebu64 2017-09-28 13:53:14 +03:00
zador-blood-stained
5834783616 Add PACKAGE_LIST_RM to exclude packages from default list 2017-09-09 00:30:08 +03:00
zador-blood-stained
5796f327ba Fix build-all breakage in e29f55e 2017-08-30 23:20:51 +03:00
Igor Pecovnik
6335481fc1 Add WIP boards image creations when expert mode is enabled. The same way as for kernel building. 2017-08-29 13:15:47 +02:00
zador-blood-stained
277c9ecd87 Preparations for adding Rock64 support
Add u-boot and ATF postprocessing hooks
2017-08-16 18:11:01 +03:00
zador-blood-stained
634110e787 Split ATF compilation into a separate function 2017-08-06 16:52:43 +03:00
Igor Pecovnik
1254af3369 Buildall Stretch preparation 2017-08-02 13:26:15 +02:00
zador-blood-stained
a190eebf43 Update the build script github repo address
Remove shebangs from non-executable files
2017-08-01 12:51:10 +03:00
zador-blood-stained
321fcf20a0 Remove useless CACHEDIR variable 2017-08-01 12:26:12 +03:00
zador-blood-stained
91be332f8a Refactor directory structure
Remove "parent of the project directory" setup
Closes #633
Closes #674
2017-08-01 12:24:56 +03:00