Commit Graph

3757 Commits

Author SHA1 Message Date
Igor Pecovnik
c79abcd881
Remove not compatible wireless drivers
Can be enabled back once fixed https://armbian.atlassian.net/browse/AR-1091
2022-02-15 10:34:21 +01:00
Ricardo Pardini
cdf2579fe9
AR-1048: rpi: *kernel* upgrades fix; fs label uppercase fix (#3492)
- does NOT touch DTB hack; DTBs simply won't upgrade.
- maybe this is not reverted again without reason, thanks.
2022-02-15 09:37:08 +01:00
Igor Pečovnik
cfa4188d4e
Bump UEFI current & edge kernels to 5.15.y / 5.16.y (#3491) 2022-02-14 23:34:40 +01:00
Igor Pečovnik
ef7eb1aaaf
Adjusting build targets (#3488)
* Enable Pinebook nightly and UEFI stable
* Remove Pinebook pro from nightly, we have RC images
* Optimising targets
2022-02-14 19:07:59 +01:00
The-going
484c6f04f7
Packaging (#3487)
* Revert "rpi: copy DTBs to Debian/Ubuntu standard location /lib/firmware/$version/device-tree; remove build-time-only hacks (#3462)"

This reverts commit 2f2d10c04a.

* Revert "Fix rpi upgrades to kernel and dtbs (#3461)"

This reverts commit 3b7f5b1f34.

Copying dtb files to a folder that cannot belong to a dtb package
creates additional clutter. If this is required for an individual
family, then it is necessary to implement it at the level of system
scripts. And only for this family.

Signed-off-by: The-going <48602507+The-going@users.noreply.github.com>
2022-02-14 19:04:57 +01:00
Igor Pečovnik
4c57347221
Update build targets (#3484)
* Update build targets

Change some beta build targats to sid

* Adjust another few

* Update
2022-02-13 20:28:32 +01:00
The-going
d3ff3de734
Function (#3476)
* Rename "git" to "improved_git" if the command accesses a remote server
* Rename by meaning
* fetch_from_repo: Remove dependency for related functions.
* waiter_local_git: Add an option for the whole family
if present in the configuration
* Correct the comment
* Fix rename git to improved_git
2022-02-13 20:13:51 +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
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
Igor Pečovnik
c318d6fc79
Update build targets (#3456) 2022-02-10 15:16:30 +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
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
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
Oleg
4b75c571aa
fix MODULES_INITRD legacy (#3455) 2022-02-03 07:50:42 +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
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
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
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
Vyacheslav
561e0edf41
JetHome: small fix: set CPUMIN=250000 for JetHub D1/H1 (#3434) 2022-01-24 17:11:55 +01:00
Igor Pečovnik
fd47b867d4
Update download recommendations (#3432) 2022-01-24 16:32:45 +01:00
Oleg
1411efaa10
add image for Station P2 (#3430) 2022-01-24 16:27:41 +01:00
Igor Pecovnik
c51bc31754
Fix typo and change build targets recommendation status
This exposes build targets.
2022-01-24 10:27:20 +01:00
Oleg
7489dc2fc1
new set of images Jentosn Nano (#3428) 2022-01-24 09:58:56 +01:00
Oleg
c7f3c239fe
add image for station m2 (#3429) 2022-01-24 09:56:31 +01:00
Igor Pecovnik
037a7d54e1
Typo 2022-01-22 23:01:08 +01:00
Oleg
e470c8625a
fix add firmware for current (#3419) 2022-01-22 19:49:25 +01:00
Oleg
e4c3b9916c
fix bootsplash and move set PKG_PREFIX to arm64.conf (#3410) 2022-01-22 19:49:06 +01:00
Paolo
d1e8c0d27b
rockchip64: add realtek rtl8723cs and rtl8703bs wifi and serdev bluetooth support for edge 5.15 kernel (#3422) 2022-01-22 19:48:34 +01:00
Igor Pečovnik
fdcd671fba
Update build targets (#3424)
Re-adding C4 since we have a maintainer, enable a few of recommended targets for another test
2022-01-22 19:29:24 +01:00
Igor Pečovnik
1b18df3c83
Remove deprecated library from Dockerfile (#3420)
* Update Dockerfile
* Remove zlib1g:i386 from general.sh as well
2022-01-22 06:04:41 +01:00
Igor Pečovnik
e610f00bc7
Bump Meson64 u-boot to 2022.01 (#3418)
* Bump Meson64 u-boot to 2022.01

Tested VIM boards

* Move Jethub related patches under common meson64 patch collection

* Move jethub patch to per board and remove unneded settings
2022-01-20 23:18:55 +01:00
Igor Pečovnik
e90392f5b5
Adjust few RPi parameters (#3401) 2022-01-20 14:47:06 +01:00
Igor Pečovnik
dc027bf8be
Bugfix - remove refference to aptly repostiry since it went offline (#3416)
Ubuntu from 21.10 packs the same version.
2022-01-20 14:44:27 +01:00
Vyacheslav
f230b5fca5
JetHome: add jethome package repository (#3399) 2022-01-17 18:09:37 +01:00
Vyacheslav
fd3e89ff9e
JetHome: add bullseye stable current and beta edge build targets (#3408) 2022-01-17 18:08:06 +01:00