Commit graph

6731 commits

Author SHA1 Message Date
Piotr Szczepanik
b3bb934543 Rock Pi 4 enable PCIe in device tree for "dev" target (#1624)
* Rock Pi 4 enabled support for PCIe in device tree
* Rockchip64-dev added possibility to enable PCIe Gen2 speed via overlay
2019-11-18 18:23:10 +01:00
Levin Du
01fec6b3b4 lib/main.sh: allow correctly use of 'head' in BRANCH reference. (#1611)
In fetch_from_repo() from general.sh, when ref uses `head` as value, the ref_name
will be set to `HEAD`, which is later used as a subdir:

   local workdir=$dir/$ref_name

This commit makes the directories consistent with the workdir above.
2019-11-16 09:49:00 +01:00
darinpp
3fdbeaf8f3 Rockchip PCIe driver change to Builtin (#1623)
The previos default kernel config was seting the Rockchip PCIe host
controller driver to be compiled as a module. This prevents booting
from PCIe attached devices (i.e. nvme ssd).
2019-11-16 09:19:35 +01:00
V33m
85080ff373 Update armbian-ramlog (#1620)
Prevent hard disk drive spin-up.
2019-11-11 23:17:14 +01:00
Igor Pecovnik
336cf390d0 Bugfix: when installing full desktop from armbian-config it lead to installing waaaay too much things. Making things simple again. 2019-11-08 21:44:24 +01:00
zub2
6c7a687d14 don't set LC_ALL=C (#1617)
This breaks UTF-8 in console and in general it just should not be there.

See https://forum.armbian.com/topic/10054-locale-config-issue-stretch/
2019-11-08 00:42:01 +01:00
Piotr Szczepanik
8ce464f049 Rock Pi 4A fixed build with correct add-trust-ini.patch 2019-11-06 18:33:43 +00:00
zhangn1985
fd5dfeba14 btrfs-tools to btfs-progs (#1613)
* btrfs-tools to btfs-progs

Signed-off-by: Zhang Ning <832666+zhangn1985@users.noreply.github.com>

* Force rootfs cache recompilation

"Just in case" measure

* Change btrfs-progs in the package base too

* We will build Ubuntu 19.10 rootfs cache as well
2019-11-02 18:40:46 +01:00
Igor Pecovnik
436ab9ca7d Adjust odroid wireless driver remove patch 2019-11-01 22:19:36 +01:00
Igor Pecovnik
ad71eeab96 Infrastructure: small fixes and improvements regarding images upload 2019-10-31 16:14:24 +01:00
5kft
f1cdca2753 [ sunxi-dev ] added cpu-clock-1.0GHz-1.1v overlay for overclocking the H5 to 1.0GHz on boards that have a fixed 1.1v regulator 2019-10-30 17:52:29 -07:00
Julian Sikorski
cbe0c1b8a1 Bump version to 5.99 (#1606) 2019-10-29 21:11:07 +01:00
Igor Pecovnik
0161721100
Rockchip64 default bump to latest kernel, adjust current and remove deprecated patches 2019-10-29 20:50:25 +01:00
alemairebe
b110ae2d56 enable DRBD (#1597)
* enable DRBD

make DRBD module available again, same issue as #639

* Update linux-imx7d-default.config

* Update linux-mt7623-default.config

* Update linux-mvebu64-dev.config

* Update linux-odroidc1-next.config

* Update linux-rockchip64-dev.config

* Update linux-rockchip-dev.config

* Update linux-s5p6818-next.config

* Update linux-sunxi64-dev.config

* Update linux-sunxi-dev.config
2019-10-29 19:29:11 +01:00
Karabek
5b4a40b74f fix xradio driver & nanopi-duo for dev-branch (5.3.7) (#1607)
* Fix wifi

patch "board-h2plus-nanopi-duo-add-device.patch": increase post-power-on-delay-ms from 50ms to 200ms in wifi_pwrseq node in nanopi-duo dts [dev-branch].
Change in line with other XRADIO device trees (orange pi zero, sunvell).
See also Pull Request #1605.

* Fix xradio patch (dev-branch)

fix KConfig to 5.x - WLAN_VENDOR-flag set to "y" in line with other drivers - otherwise module not loaded.

* correct device name

change nodes "model" and "compatible" to correct device name (from "NanoPi Duo AIR" to "NanoPi Duo") [dev-branch]
Not functionally necessary, but more correct.
2019-10-29 18:59:09 +01:00
Karabek
5f3aa9a527 repair wifi (#1605)
this board lost wifi (see https://forum.armbian.com/topic/8101-nanopi-duo-no-wifi-with-lastest-ubuntu/) a year ago.
Increasing the post-power-on-delay-ms to 200ms (in line with other xradio boards) fixes this issue.
2019-10-29 18:58:57 +01:00
Martin Ayotte
fd93fe052b remove useless patch 2019-10-23 11:08:08 -04:00
Martin Ayotte
72f04c43a8 fix overlays patch and re-enble it 2019-10-23 11:05:14 -04:00
Igor Pečovnik
01229d6672
bugfix: repository management
Storing everything into main instead of sub-repo
2019-10-22 20:14:28 +02:00
Igor Pečovnik
fc51493f3c
btrfs-tools were changed to btrfs-progs
https://github.com/armbian/build/pull/1598
2019-10-20 23:51:29 +02:00
Aditya Prayoga
6caf9e2dce [mvebu-next] Fix wrong dtb path on bootscript
Signed-off-by: Aditya Prayoga <aditya@kobol.io>
2019-10-15 01:47:33 +07:00
Aditya Prayoga
26dcccb705 Added overlay support
U-Boot already support device tree overlay. However, it requires the
base dtb to be compiled with __symbol__ support.

This commit added patches to compile dtb with required parameter.

Signed-off-by: Aditya Prayoga <aditya@kobol.io>
2019-10-13 20:47:18 +07:00
Aditya Prayoga
14a0a54ac9 add some USB_SERIAL to mvebu DEFAULT/NEXT
Signed-off-by: Aditya Prayoga <aditya@kobol.io>
2019-10-13 20:47:15 +07:00
Wrong-Code
7d0ad244ab Restored the inclusion of the DVB-USB dib0700 driver for linux-rockchip64-default (#1593)
*  UPSTREAM: media: rc: rename RC_TYPE_* to RC_PROTO_* and RC_BIT_* to RC_PROTO_BIT_*

Realigned the source code to the RC_TYPE* / RC_BIT_* refactoring

* Restored the inclusion of the DVB-USB dib0700 driver
2019-10-13 12:41:28 +02:00
Bot Fap
259a0bf5fe
Merge pull request #1588 from Averell7/master
Fix armbian-ramlog overwriting rotated log files
2019-10-08 22:41:25 +01:00
Igor Pecovnik
c597defd9a Merge branch 'master' of https://github.com/armbian/build
Signed-off-by: Igor Pecovnik <igor.pecovnik@gmail.com>
2019-10-08 18:17:50 +02:00
Igor Pecovnik
22c8cd2307 Rockchip64/rk3399 default - enable USB gadgets and few other sensors 2019-10-08 18:15:00 +02:00
Igor Pecovnik
993a4c2f76 Rockchip64/rk3399 default - enable USB gadgets and few other sensors 2019-10-08 17:53:44 +02:00
Bot Fap
3e149d2fa9
Prevent rotated .xz logs from being loaded to ramlog 2019-10-08 13:09:10 +01:00
Averell7
d999875cb5
Remove --delete from syncToDisk 2019-10-08 02:51:47 +02:00
Averell7
51ee63978f
Modify logrotate.service
Create a modified logrotate.service to improve armbian-ramlog.
See discussion here
https://github.com/armbian/build/issues/1582
2019-10-07 19:44:18 +02:00
Averell7
62e6febab8
add postrotate to ramlog
Improve armbian-ramlog. See discussion here :
https://github.com/armbian/build/issues/1582
2019-10-07 19:29:17 +02:00
Shuhao Wu
b6706ec67a Add /userpatches to .gitignore (#1585)
If userpatches is a symlink, then it will not be ignored.
2019-10-06 20:56:28 +02:00
Igor Pecovnik
d9e6106c29 Tiny development related feature. Adding local mirror if defined. 2019-10-03 20:06:45 +02:00
Paolo
278b5c1eaf Fix to clock properties in sound node for various meson64-dev boards, thus enabling sound (#1583) 2019-10-02 20:20:43 +02:00
zhangn1985
de58ac1faa fix shell script execute after su (#1581)
`su xxx -c bash a.sh`
it will execute like `su xxx -c bash` and ignore a.sh

in order to do right way

`su xxx -c "bash a.sh"`
2019-10-01 16:53:22 +02:00
Igor Pecovnik
2c0adc006a General: strenghten host preparation with downloading aptly keys from two different servers 2019-09-29 18:53:02 +00:00
Igor Pecovnik
3a143a8dfa Docker: add command dockerpurge to recreate armbian containters 2019-09-29 16:01:07 +02:00
Igor Pecovnik
a58c8d1133 Bugfix / typo 2019-09-29 11:47:49 +02:00
zhangn1985
552f4bdb4e docker: do not always require root privileges for docker build (#1579)
due to docker can be running normal user, and inside docker can be root.

so drop root privileges for docker build.

Signed-off-by: Zhang Ning <832666+zhangn1985@users.noreply.github.com>
2019-09-29 11:42:41 +02:00
zhangn1985
507a19ff0d git: do not update/checkout with root privileges (#1580)
* git: do not update/checkout with root privileges
Signed-off-by: Zhang Ning <832666+zhangn1985@users.noreply.github.com>
* Add warning and rfc utils install
2019-09-29 11:41:43 +02:00
Igor Pečovnik
8bfb5aab3b
Resolving Docker dependencies
Apparently this is needed too
2019-09-28 22:47:10 +02:00
Igor Pečovnik
c87d9692e2
Tiny bugfix for starting fro m very minimal image
Check also for gnupg and install it
2019-09-28 22:19:51 +02:00
Igor Pečovnik
0941aec869
Add missing dependencies
We can't import keys without PGP suite installed. Adding. Add another check to install Docker automated only on Debian based distributions.
2019-09-28 21:00:46 +02:00
Igor Pečovnik
fa9b0f54b9
Moving configs under userpatches (#1564)
* Config files moved to userpatches.
* Automatic move config-default.conf to userpatches folder
* Move Dockerfile to config/templates which is then copied to userpatches. 
* Enable torrent dl by default
* Install docker if we want to build under Docker but its not installed

* Adjust Vagrant settings
Signed-off-by: Tian Yuanhao <tianyuanhao@aliyun.com>
2019-09-28 20:49:28 +02:00
Igor Pecovnik
60cd84383d Bugfix: run apt update when installing desktop since we use cached rootfs. Up with version. 2019-09-28 01:03:41 +02:00
Igor Pecovnik
b9adf0ea48
Revert remove redundant cleanup (#1567)
U-boot runs several targets. Cubox, Helios4, ... and they are not cleaned at checkout. @zhangn1985
This reverts commit 357926add6

Signed-off-by: Igor Pecovnik <igor.pecovnik@gmail.com>
2019-09-27 19:17:49 +02:00
Igor Pecovnik
70e1e5882d
Cubox: bump NEXT kernel to 5.3.y
Adjust configuration, merge with general purpose armv7 Fedora kernel, remove deprecated patch, move coherent_pool and cma to boot script

Signed-off-by: Igor Pecovnik <igor.pecovnik@gmail.com>
2019-09-27 19:03:07 +02:00
Sébastien Lucas
24aeccc77a [fix] Add a patch made to fix ethernet for pine64+ (#1576) 2019-09-24 12:18:13 +02:00
Igor Pecovnik
6727c50d7b
Remove broken patch. Closes https://github.com/armbian/build/issues/1312
Signed-off-by: Igor Pecovnik <igor.pecovnik@gmail.com>
2019-09-23 21:37:35 +02:00