Commit Graph

8797 Commits

Author SHA1 Message Date
Igor Pečovnik
413be5311b Bugfix: Docker does not install on Hirsute host (#2863) 2021-05-30 21:09:48 +02:00
Paolo Sabatino
a7d3086f8a rk3328: add missing gpu opp table, lima driver does not complain anymore 2021-05-30 14:30:21 +00:00
lanefu
10eb5947ea Merge pull request #2854 from armbian/potato-patato
spell lepotato right in common config
2021-05-28 19:19:25 -04:00
Aristo Chen
4f3b2ab999 Remove extra tab (#2855) 2021-05-28 19:40:26 +02:00
Werner
0ce1c3a6ea Switch to Libera #2
missed that
2021-05-28 15:28:11 +02:00
Igor Pecovnik
e1f63c571c Add upstream patches and remove deprecated patch
sunxi, odroidxu4
2021-05-28 14:17:47 +02:00
Igor Pecovnik
0d76096d8e Add upstream patch 2021-05-28 08:59:13 +02:00
lanefu
4fcad8c8e3 spell lepotato right in common config
world's smallest change.. may cause le potato to have different x11 config.... but that needs attention anyway
2021-05-27 21:49:01 -04:00
Igor Pecovnik
39f703ea85 Add upstream patches 2021-05-27 20:47:53 +02:00
The-going
050feb590f Fixed recompilation of kernel headers into a single thread. (#2851)
Compiling the kernel headers repeatedly and in a single thread
increased the overall package build time by several times.

Signed-off-by: The-going <48602507+The-going@users.noreply.github.com>
2021-05-27 20:40:29 +02:00
iav
2d3f31643a docker on aarch64 need same settings as on amd64 (#2852) 2021-05-27 20:40:15 +02:00
Aristo Chen
95fef5d443 Fix inconsistent indent (#2853) 2021-05-27 20:40:06 +02:00
lanefu
cbe14848a2 Merge pull request #2850 from armbian/remove-htop-manipulation
Delete 80-update-htop-and-offload-tx until refactored
2021-05-26 22:43:54 -04:00
Werner
1f2dc3423a Delete 80-update-htop-and-offload-tx
- users are "confused" about manipulating files in their home directories
- introduced security issues which have been worked around but there might be others too
- more recent  htop may support network stuff oob (https://armbian.atlassian.net/browse/AR-771?focusedCommentId=10546)
2021-05-26 05:49:52 +02:00
The-going
fc892b7e3f Rework make linux headers (#2849)
* Rework make linux headers

Signed-off-by: The-going <48602507+The-going@users.noreply.github.com>

* Make linux-source first and clear the memory

Signed-off-by: The-going <48602507+The-going@users.noreply.github.com>
2021-05-25 02:50:16 +02:00
Igor Pecovnik
1473cd31fc Add sunxi upstream patches 2021-05-24 12:42:26 +02:00
Aristo Chen
583c656baf Make nls_ascii become built-in (#2845) 2021-05-24 00:01:48 +02:00
Igor Pečovnik
f7c2dc2bc3 More motd related fixed (#2848)
Fixing error when we don't have etherned
2021-05-23 18:25:21 +02:00
Igor Pečovnik
e78cb4ce2a Extract Odroid related patches from Tobetter branch and move sources to mainline (#2847)
Also temoporally remove overlay support which is broken
2021-05-23 17:28:33 +02:00
Werner
cafa137761 Switch to Libera
Webchat is not available yet
2021-05-23 15:07:59 +02:00
ThomasKaiser
0f348185be Fix typo in f0f10a5 (workaround for 7350topless) 2021-05-23 14:48:51 +02:00
ThomasKaiser
f0f10a5b68 Workaround for 7350topless
Not touching logic or the (IMO ridiculous) behavior of this script. Just meant as a quick&dirty workaround for the specific sed/symlink attack vector. Check https://github.com/stealth/7350topless for details.
2021-05-23 13:51:04 +02:00
Igor Pečovnik
b65d1caecb Adjust build targets (#2838)
* Adjust beta targets

* Add edge hirsute targets

* More adjusting
2021-05-23 00:07:27 +02:00
Uglymotha
314061c3c3 Improve sunxi fix-a64-timejump.patch (#2824)
* Improve sunxi fix-a64-timejump.patch

Current patch still throws BUG:
WARNING: CPU: 2 PID: 31 at drivers/clocksource/arm_arch_timer.c:364 sun50i_a64_read_cntpct_el0+0x2c/0x38

Cause: Timer values are required to be exactly the same, while it may increase in between reads. Seems to happen especially during boot
Timer values are like: x2 : 0000000015014561 - x0 : 0000000015014567

Solution: Normalize timer values and return normalized value.

* Add patch for 5.12.y

Note. Small changes on upstream solution:
GENMASK(9, 0 ... -> GENMASK(8, 0 ...

Co-authored-by: Igor Pecovnik <igor.pecovnik@gmail.com>
2021-05-23 00:06:52 +02:00
juanesf
7445aa7a49 Bpi-M2-Ultra swap audio patch (#2836)
* Remove unnecessary patch

- this patch works when compiling and installing manually.
- the dtb with the changes is taken from the kernel and not from u-boot, therefore this patch does not work.

* Add enable-audio-codec-bpim2ultra-kernel.patch

- Add patch to enable audio codec in bpi-m2-ultra with h3 compatible
- Built and tested on Armbian Buster with Kernel 5.11.x (edge)
2021-05-22 17:18:24 +02:00
Igor Pecovnik
8665e44f20 Upstream patches for Odroid XU4 current 2021-05-22 17:15:08 +02:00
Igor Pečovnik
3b3d85e25c Upgrade EDGE to 5.12.y (#2825)
* Bump imx6 edge to 5.12.y

* Bump odroid xu4 edge to 5.12.y

* Bump Jetson nano edge to 5.12.y

* WIP: Bump sunxi to 5.12.y

- create a copy of patches and make a new link
- wireless patches needs adjutement to 5.12
- some patches are still failing

* Adjust wireless patches to build on 5.12.y

* Remove template wireless patch

* Move Espressobin edge to 5.12.y

* Bump mvebu to 5.12

- patch 92-mvebu-gpio-remove-hardcoded-timer-assignment.patch was disabled @heisath
- adjusted wireless driver for 8723ds

* Adjust sunxi / sunxi64 edge to compile

* Fix kernel config for Jetson nano edge

* bump meson64 to 5.12.y

* bump rockchip edge to 5.12.y

* Bump rockchip64 to 5.12.y

* Bump rk322x edge to 5.12.y

@paolosabatino

* Cleanup im6, re-add 5.10.y patches since one is missing in 5.12.y

* Update odroidxu4 edge links

* rk322x: moved rk322x-edge to kernel 5.12, fix overlay compilation, retouched included kernel modules

* Cleanup: remove deprecated config

Co-authored-by: Paolo Sabatino <paolo.sabatino@gmail.com>
2021-05-22 17:08:44 +02:00
The-going
8f1fb2e2be Packaging (#2844)
* New build kernel if version ge 5.12

Signed-off-by: The-going <48602507+The-going@users.noreply.github.com>

* Rename packagename for kernel in the armbian style

Signed-off-by: The-going <48602507+The-going@users.noreply.github.com>

* Fix depends pkg for build linux-*

Signed-off-by: The-going <48602507+The-going@users.noreply.github.com>

* Fixed version search by Source field

Signed-off-by: The-going <48602507+The-going@users.noreply.github.com>

* Fix postinst, prerm scripts for headers pkg

Signed-off-by: The-going <48602507+The-going@users.noreply.github.com>
2021-05-22 17:01:29 +02:00
Julian Sikorski
ba87e0cfb8 Update odroidxu4-current to 5.4.120 (#2843) 2021-05-21 07:49:45 +02:00
Igor Pečovnik
3e72d73d8a Rework u-boot writing part (#2842)
Read directory value from the package
2021-05-19 22:32:08 +02:00
Igor Pecovnik
94c3d1661e Remove empty file
Closing https://github.com/armbian/build/issues/2841
2021-05-19 17:52:24 +02:00
Igor Pecovnik
c96918d6c4 Remove wrong link 2021-05-19 07:27:02 +02:00
Igor Pečovnik
4cc754e0b3 Bugfix - vnstat doesn't like very long input parameterts and it fails on certain wireless devices (Ampak, most common ones) (#2839)
Limiting device to eth* enp* only seems like a viable workaround.
2021-05-18 09:15:55 +02:00
lanefu
cdf8ab3784 fix suspendstate correctly in sleep.conf for pop 2021-05-17 22:40:02 -04:00
lanefu
7339437edf Merge pull request #2837 from lanefu/virtual
Virtual Qemu
2021-05-17 09:29:35 -04:00
Lane Jennison
f4c5f78f7b minimal documentation in board config file 2021-05-17 09:27:03 -04:00
Lane Jennison
928ed03c5f more hacking 2021-05-16 18:37:13 -04:00
Lane Jennison
e1e4d3405b add atag to kernel 2021-05-16 09:32:20 -04:00
Igor Pecovnik
8b1630c924 Merge branch 'master' of https://github.com/armbian/build 2021-05-16 15:12:16 +02:00
Igor Pecovnik
abbc67f0d2 Moved i3wm from Hirsute to Focal and make a link from Hirsute
- removed broken packages within
- enable 32bit - it builds it
- fixed small cosmetic issue in 1st stage of deboostrap
2021-05-16 15:10:56 +02:00
Lane Jennison
c5e4dd9159 Merge branch 'master' of https://github.com/armbian/build into virtual 2021-05-16 08:56:53 -04:00
Lane Jennison
0c5ff7e259 fix family names 2021-05-16 08:56:51 -04:00
Piotr Szczepanik
8eece74eb5 Re-enabled accidentally disabled xhci trb quirk in rockchip64-current 2021-05-16 13:35:47 +02:00
Lane Jennison
c4071ac346 virt update 2021-05-15 19:39:49 -04:00
Igor Pecovnik
ce3a85c9c4 Packages cleaning and bugfixes 2021-05-15 22:59:41 +00:00
lanefu
3911384748 Merge pull request #2803 from The-going/packaging
chroot packaging: build script as separate function
2021-05-15 16:19:02 -04:00
Lane Jennison
896da4280c Merge branch 'master' of https://github.com/armbian/build into virtual 2021-05-15 15:57:01 -04:00
lanefu
1bc196089a use official GitHub repo for u-boot GitHub mirror 2021-05-15 15:56:32 -04:00
Lane Jennison
d452d5e6bc add first pass of virt 2021-05-15 15:55:15 -04:00
Richard Neese
c907ce590d cinnamon-update-#2 (#2835)
added terminator and did cleanup on printer lines
2021-05-15 20:51:08 +02:00