Commit Graph

9819 Commits

Author SHA1 Message Date
KevinZønda
3236e5299b upd mirror site (#3483) 2022-02-13 17:42:27 +01:00
Igor Pečovnik
a4ae3a2270 Update targets (#3482) 2022-02-12 23:14:44 +01:00
Igor Pečovnik
b744ddb0a6 Enable 3d on bullseye, buster, sid (#3480) 2022-02-12 21:42:31 +01:00
Igor Pečovnik
84944eaaf4 Enable audio on Rpi in config (#3479)
* Enable audio on Rpi in config
* Add asound.state
2022-02-12 19:36:06 +01:00
Igor Pečovnik
ff4346c468 Fix Debian Sid dependency (#3478) 2022-02-12 15:18:35 +01:00
Oleg
5ac86784f8 fix build legacy station m2\p2 (#3477) 2022-02-12 15:18:24 +01:00
Igor Pečovnik
078b58df01 u-boot install fallback - use version which was downloaded from repo (#3475) 2022-02-12 10:30:07 +01:00
Jannis
3c1dde938c Merge pull request #3474 from armbian/mvebu-updates
Bump mvebu-current to 5.15 and mvebu-edge to 5.16
2022-02-11 12:16:36 +01:00
Heisath
4de4c42e6f Bump mvebu-current to 5.15 and mvebu-edge to 5.16 2022-02-11 11:00:57 +01:00
Oleg
05d849cf59 fix target nanopc t4 (#3473) 2022-02-11 08:11:12 +01:00
Igor Pečovnik
1e37959e53 Bumping sunxi/64, xu4, rockchip and mvebu64 to 5.16.y (#3453)
* Prepare xu4 edge for 5.16.y, move current of imx6 to 5.15.y and edge to 5.16.y

- fix bootsplash on 5.16.y

* rk322x: advance current to 5.15 and edge to 5.16

* rockchip: advance current kernel to 5.15, edge to 5.16

* - adjust configs
- fix bootsplash patches
- adjust aufs

* Switch sunxi / sunxi64 current to 5.15.y, edge to 5.16.y

- cleanup bootsplash patches
- adjust configs

* Update mvebu64

Co-authored-by: Paolo Sabatino <paolo.sabatino@gmail.com>
2022-02-10 20:32:58 +01:00
Oleg
a037db891e add utils ddbr for create\restore full backup eMMC (#3406) 2022-02-10 15:32:57 +01:00
Igor Pečovnik
c318d6fc79 Update build targets (#3456) 2022-02-10 15:16:30 +01:00
The-going
fbe942b150 Patching sunxi (#3463)
* Add new patches from the tag orange-pi-5.16-20220205-1958

* Remove mutually exclusive patches

* Add, sort next patches for series armbian  5.16

* Add next armbian patches to series.conf

* Swich BRANCH for sunxi: legacy=5.10 current=5.15 edge=5.16

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

* Add upstream megous 5.16 patch to 5.15

* Add wifi rtl8723cs patches to series armbian

* Add a new one, remove old patches that are already in the kernel

* Add redesigned patches for 5.15 to the armbian series

* Remove unused patches

* Finish line

* The old rtl8723cs driver is disabled by default.

* Enable the old rtl8723cs driver by default.

* Comment enable\disable the old driver rtl8723cs-old

* Revert "Swich BRANCH for sunxi: legacy=5.10 current=5.15 edge=5.16"

This reverts commit aad1e92b5e.
2022-02-10 15:08:01 +01:00
Oleg
b3070c7eef fix use auto dtb for extlinux (#3466) 2022-02-10 15:04:16 +01:00
Oleg
daa0e70004 add image adv (#3467) 2022-02-10 15:02:50 +01:00
Oleg
a3fd209abe fix extlinux.conf (#3468) 2022-02-10 15:02:09 +01:00
Oleg
51300f1c7f update kernel legacy for station m2\p2 (#3469) 2022-02-10 15:00:45 +01:00
Oleg
43daaea590 fix disable u-boot and initramfs hooks (#3470)
Close https://github.com/armbian/build/issues/3457
2022-02-10 14:59:05 +01:00
Vyacheslav
e8480e9705 Add support for JetHub D1 new revision with AP6256 WiFi/BT (#3471) 2022-02-10 14:57:57 +01:00
Igor Pečovnik
38e496ccee Change RC folder caps 2022-02-09 14:20:27 +01:00
Igor Pečovnik
387df71566 Actions: run build train from any branch (#3465) 2022-02-07 12:58:58 +01:00
Ricardo Pardini
2f2d10c04a rpi: copy DTBs to Debian/Ubuntu standard location /lib/firmware/$version/device-tree; remove build-time-only hacks (#3462)
- this allows us to remove the most horrible hack
- should allow for correctly working DTB upgrades
- should NOT impact other families
2022-02-07 11:36:22 +01:00
iav
4034a8f535 switch RTL8188EU USB WiFi driver with 5.15+ kernel to mainline (#3464)
https://www.phoronix.com/scan.php?page=news_item&px=Linux-5.15-Staging
2022-02-07 09:52:39 +01:00
Ricardo Pardini
3b7f5b1f34 Fix rpi upgrades to kernel and dtbs (#3461)
* rpi: fix: flash-kernel fix to ignore kernel 'flavour' for all raspi's

- use uppercase RPICFG label, so it shows up on Windows/Mac (FAT requires uppercase)

* builddeb: fix indenting of heredocs and shellfmt

* rpi: add DTB symlink in Debian/Ubuntu standard location /lib/firmware/$version/device-tree; remove build-time-only hacks

- this allows us to remove the most horrible hack
- should allow for correctly working DTB upgrades
- should NOT impact other families, although a new symlink will be created, nothing uses it.
2022-02-06 09:24:13 +01:00
The-going
990798c3fb Patching sunxi 5.15 (#3460)
* Remove an aged patch from use #3443

Allwinner-Add-frame-inversion-to-correct-audio-chann.patch

* Rename and prepare for the series 5.15

* Split and rename files for sun50i-h616-dtsi

* Split and rename files for sunxi overlays

* Remove mutually exclusive patches

* Add fifty redesigned patches to the series

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

* Remove fifty-four old patches

* Fix compile error

* Delete unused ones and sort if possible for megous series

* sunxi-5.15: Sort, fix compile warning, remove unused

* Rework print log for patching
2022-02-05 21:53:26 +01:00
Julian Sikorski
1d499d9ac2 Update odroidxu4-current to 5.4.176 (#3458)
* Update odroidxu4-current to 5.4.176
* Update odroidxu4-current to 5.4.177
2022-02-05 18:05:47 +01:00
Igor Pecovnik
dc9722b535 During a build display mirror server where kernel sources are comming from 2022-02-03 13:35:57 +01:00
Oleg
4b75c571aa fix MODULES_INITRD legacy (#3455) 2022-02-03 07:50:42 +01:00
Igor Pečovnik
26cef397c0 Add switch to skip image creation if it already exists (#3454)
* Move artefact creation directory into from deboostrap into configuration

This is needed to support function of early checking for artefacts. Useful for CI

* Introduce IMAGE_PRESENT parameter which we can use when creating a lot of images so we don't need to recreate whole CI if one image fails
2022-02-02 20:54:42 +01:00
The-going
f80117f21c Recycling of megous v5.16.4 patches (#3449)
* Recycling of megous v5.16.4 patches

The patches were sorted as far as possible. Some patches are renamed
according to their place of application. The length of the patch name
has been changed to improve readability using
the `git format-patch --filename-max-length=75` method.

The folder containing the patches will have the name `patches.name`
and the corresponding file `series.name` for the convenience
of processing and moving them upstream. But the control file remains
`series.conf`.


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

* Add a series of armbian patches for 5.16

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

* Remove patches whose fixes are already in the kernel

Signed-off-by: The-going <48602507+The-going@users.noreply.github.com>
2022-02-02 11:03:44 +01:00
csrbzhb
367280b10d fix github mirror.china github speed up (#3451) 2022-02-02 10:55:01 +01:00
Oleg
e7267c3fee new module list generation function for Initramfs (#3447)
* new module list generation function for Initramfs

* fix

Co-authored-by: Igor Pečovnik <igorpecovnik@users.noreply.github.com>
2022-02-02 10:50:50 +01:00
Oleg
7d69cfeb6e fix install u-boot to eMMC (#3448) 2022-02-02 10:49:41 +01:00
Oleg
365c5b6e4a fix start Jetson Nano kernel legacy USB media (#3452) 2022-02-02 10:49:20 +01:00
catalinii
188d6d0a8a Support edge kernel for Rock 3A and rk35xx (#3371)
* Support edge kernel for Rock 3A and rk35xx

* Removing patch email headers

There is also some script floating around to do this automatically when pooling from patchwork

* Update rk356x-usb2-support.patch

* Remove email headers

* Remove email headers

* Remove email headers

* Update config and change edge branch

* Enable edge beta build

* Refresh the rk35xx patches and update the dts
Remove also previous wireless patches related to IPX removal

* Removing hirsute target

deprecated

Co-authored-by: Catalin Toda <catalinii@yahoo.com>
Co-authored-by: Igor Pečovnik <igorpecovnik@users.noreply.github.com>
Co-authored-by: Igor Pecovnik <igor.pecovnik@gmail.com>
2022-02-01 22:53:43 +01:00
Igor Pecovnik
21a4908f15 Force cache rebuild 2022-02-01 12:46:09 +01:00
Igor Pečovnik
d4ee87852c Add option to override default ubuntu arhive (#3446) 2022-01-30 23:10:51 +01:00
The-going
d885bfc97d Patching sunxi (#3445)
* waiter_local_repo: Fixed incomplete logic

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

* A series of patches for sunxi v5.15.16

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

* DEBUG

* check 70

* check 101

* Add 101 Armbian patches as series

Patches are renamed using the logic of the file structure
and the essence of the changes, sorted in the order
of their receipt. Fixed a lot of incorrect overlay
of some pieces in patches. Several small patches are
combined, because they changed one file.

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

* Remove old patches that have been reworked into a series

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

* Fix for apply to v5.15.17

* Two Bluetooth-BTRTL patches for sunxi will be applied in the series.

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

* check 113

* Fix print output

* Revert "DEBUG"

This reverts commit 49e2c7fdc0.
2022-01-28 19:08:04 +01:00
Igor Pecovnik
8fda8d4852 Remove deprecated patches that breaks meson64 edge 2022-01-28 14:00:34 +01:00
Paolo Sabatino
ce0899e1e5 rockchip64: add broadcom bluetooth serdev workaround against default MAC address for edge 5.15 kernel 2022-01-27 14:21:09 +00:00
Igor Pecovnik
1d80b5cde3 Revert "When checking for shell, use strict grep (#3437)"
This reverts commit b77bd30460.
2022-01-26 20:18:46 +01:00
Oleg
1001751983 add image Firefly-rk3399 (#3441) 2022-01-26 16:25:24 +01:00
Igor Pečovnik
3d9bf9a15f Remove Hirsute from build targets (#3440) 2022-01-26 13:04:05 +01:00
Vyacheslav
1b817e2869 JetHome: advertise recommended targets at download pages (#3438) 2022-01-26 13:02:25 +01:00
Igor Pečovnik
72e8fc7d36 Improve cache creation process by removing /root and /home to be syched (#3439) 2022-01-26 12:48:13 +01:00
Oleg
84dfc3c638 edit list image Station M1\P1 (#3435) 2022-01-25 23:26:44 +01:00
Igor Pečovnik
a6d465f03f Add gnome-system-monitor to Focal and Jammy (#3436) 2022-01-25 23:26:20 +01:00
Igor Pečovnik
b77bd30460 When checking for shell, use strict grep (#3437) 2022-01-25 23:26:05 +01:00
Vyacheslav
561e0edf41 JetHome: small fix: set CPUMIN=250000 for JetHub D1/H1 (#3434) 2022-01-24 17:11:55 +01:00