Commit Graph

8780 Commits

Author SHA1 Message Date
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
Richard Neese
3b9ad69985
Deepin-Update-#2 (#2834)
added terminator and did line cleanup
2021-05-15 20:51:00 +02:00
Richard Neese
64bccd84ab
Xfce update #2 (#2833)
* Xfce-Update-#2

added more functions to xfce for printing and system update fonts samba support network tools

* removed gnome items not used by xfce

took out a few gnome pkgs not used by xfce
2021-05-15 20:50:51 +02:00
Richard Neese
5902110563
Budgie-Update-#2 (#2832)
added terminator terminal and cleaned up a few lines moved printer related to 2 lines not 3
2021-05-15 20:50:32 +02:00
Igor Pecovnik
a09e90dad8 Merge branch 'master' of https://github.com/armbian/build 2021-05-15 18:52:03 +02:00
Igor Pecovnik
503245afeb Add and remove upstream patches 2021-05-15 18:51:44 +02:00
Richard Neese
35e889d0be
updating budgie package list (#2826)
Cleaning up the package list adding in cups for printing
2021-05-15 18:39:34 +02:00
Richard Neese
1da0b383a0
Updating cinnamon packagelist (#2827)
updated the cinnamon build to include cups and laptop support a
2021-05-15 18:39:21 +02:00
Igor Pečovnik
73e8dfcc7e
Extracting branch and write it to the /etc/armbian-release file. This information is still needed for armbian-config (#2831) 2021-05-15 18:38:11 +02:00
Richard Neese
e0c4dffd2f
Create packages (#2828)
adding cups and laptops support
2021-05-15 18:35:56 +02:00
juanesf
53c98cd6ca
Pinecube swap audio patch (#2830)
* 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-sound-pinecube-kernel.patch

- Add patch to enable audio codec in pinecube with v3s compatible
- Built and tested on Armbian Buster with Kernel 5.11.x (edge)
2021-05-15 18:33:43 +02:00
The-going
f86e3bde43
chroot packaging: build script as separate function
Signed-off-by: The-going <48602507+The-going@users.noreply.github.com>
2021-05-15 15:37:34 +03:00
Igor Pecovnik
81d1de321a Bugfix - adjust patches 2021-05-14 15:04:50 +02:00
Igor Pecovnik
aaaad16bb2 mvebu - remove deprecated patches 2021-05-14 14:31:18 +02:00
Igor Pecovnik
96227680c9 Bugfix - build failed when compiling rockchip64-current
small patch adjustement
2021-05-14 13:07:06 +02:00
Igor Pecovnik
84d7079c5d Bump with roofs cache and small cache recreation optimisation 2021-05-13 21:30:06 +02:00
Igor Pecovnik
57d2e637fc Remove Deepin for Hirsute
Packages exists only for x86 and apparently there are no changes anytime soon. We don't need to keep this in the code.

We can put this back or derive from Focal when it will be fixed upstream
@RichNeese
2021-05-13 18:20:33 +02:00
Igor Pecovnik
d4cd2c849f Bugfix - package name has been changed 2021-05-13 15:38:37 +02:00