Commit Graph

9201 Commits

Author SHA1 Message Date
Igor Pecovnik
befdbe9c84
Merge branch 'master' into v21.08 2021-08-26 08:19:19 +02:00
Igor Pecovnik
66e98e9827
Don't clean debs 2021-08-26 08:18:53 +02:00
Igor Pecovnik
aec64805ac
Merge branch 'master' into v21.08 2021-08-25 19:56:29 +02:00
Igor Pecovnik
60ac029b7a
Add option to inject prebuild debs to the runners 2021-08-25 19:55:36 +02:00
Igor Pecovnik
e042414b5c
Bump 2021-08-25 19:46:49 +02:00
Igor Pečovnik
38117712d8
Update VERSION 2021-08-25 07:40:52 +02:00
Igor Pečovnik
0db8c1bc63
Remove few packages from Budgie desktop to make it slimmer (#3109)
Removing fonts which seems not to play any role in functioning. Terminator font was reinstalled / checked and its all fine. Tested Focal / Hirsute.
2021-08-24 10:30:09 +02:00
Igor Pecovnik
c9785ba958
Upstream patches 2021-08-24 09:21:03 +02:00
Igor Pečovnik
5004a05a15
Store wallpapers with better compression (#3108)
Saves around 50% without loosing noticable on quality.
2021-08-24 00:44:14 +02:00
Igor Pečovnik
030ba81843
Disable 3D for Meson SM1 / G12 due to uncomplete support (#3107) 2021-08-23 19:30:12 +02:00
Igor Pecovnik
3acc7c0f90
Typo - missing single quote in Budgie desktop wallpaper setting 2021-08-22 20:02:25 +02:00
Igor Pečovnik
2e4446a143
Github action timeout bugfix 2021-08-22 00:19:00 +02:00
Igor Pečovnik
f61f560510
Promote Bullseye to "supported" (#3102)
* Promote Bullseye to "supported"
* Enable Bullseye stable CLI targets
2021-08-21 21:29:12 +02:00
Igor Pečovnik
ae5ec3145c
Enable 3D on remaining desktop builds and other desktop tweaks (#3104)
* Adjust build targets

* Adjust spaces and enable 3d on remaining target

* Remove scrcpy and tracker-extract in non gnome based desktops
2021-08-21 11:17:00 +02:00
Aristo Chen
9aa60df063
Exclude IP of network interface with :avahi at the end of name (#3099) 2021-08-21 11:04:22 +02:00
Vyacheslav
c3051b46ff
Add driver for Realtek 8822CS (SDIO) Wi-Fi adapter. (#3101) 2021-08-21 11:04:06 +02:00
Richard Neese
131d052489
rolled budgie login and desktop back to old imgs (#3095) 2021-08-21 10:43:12 +02:00
Richard Neese
a3f09b90be
removed srccpy from xfce (#3096) 2021-08-21 10:08:38 +02:00
Igor Pecovnik
9a478d4376
Adding and removing upstream patches 2021-08-19 18:29:03 +02:00
Igor Pecovnik
f55584f9e9 Remove deprecated patches 2021-08-19 18:16:18 +02:00
Igor Pečovnik
6d82498bec
Remove deprecated patch (#3097) 2021-08-16 20:32:22 +02:00
Jannis
147b8b54e6
Merge pull request #3092 from armbian/helios64-udev-hwmon-fix
Helios64 combine hwmon rules between legacy and current
2021-08-16 13:46:04 +02:00
Igor Pecovnik
5402a2770b Add upstream patches 2021-08-16 12:53:22 +02:00
Igor Pecovnik
65069acffa Bugfix - family should be defined inside legacy section only 2021-08-13 07:38:43 +02:00
Richard Neese
bca368dc2c
Fix the buster xfce to have old desktop background (#3093) 2021-08-12 20:14:41 +02:00
Igor Pečovnik
91457ff216
Adjusting Cinnamon back to stock graphics (#3094)
- removing tracker-extract since its crashing and is anyway useless tool
- adjusting text to meet the real meaning
2021-08-12 20:14:29 +02:00
Igor Pečovnik
d54b2d6a84
Adding OPi Zero2 legacy kernel support (#2620)
* Adding OPi Zero2 legacy kernel support
2021-08-12 19:19:18 +02:00
Igor Pecovnik
14a04e66b5 Upstream patches 2021-08-12 19:17:29 +02:00
Tony
c5edfdcc6d
Delete board-nanopi-k2-ethernet-fix.patch
This patch is no longer relevant and interferes with Ethernet in newer kernels.
2021-08-12 12:24:47 -04:00
Richard Neese
b354ede7e2
revert xcfe to old look (#3090)
* revert xcfe to old look

* fix login screen xfce old look

* Re-add monitorVirtual-1

* There is not such icon

Co-authored-by: Igor Pečovnik <igorpecovnik@users.noreply.github.com>
2021-08-11 23:03:35 +02:00
Igor Pečovnik
84b111487f
Fixing first login shows "degraded" (#3091)
Status is shown to stdout, but we don't want that in 1st login screen
2021-08-11 00:01:21 +02:00
Paolo Sabatino
cba37d6b47 rk322x: fix mainlined patches 2021-08-09 20:17:28 +00:00
Igor Pečovnik
86051a8e9d
Add Khadas Vim3 to nightly build target 2021-08-09 17:15:52 +02:00
Tony
f3a8c1769e
Fixing ethernet on K2, audio on C2 and patch cleanup (#3089)
* [ meson64 ] nanopi K2 ethernet fix

Fix NanoPi K2 Ethernet issues

Do some cleanup of the Meson64 folder while at it

* [ Meson64 ] revert accidental delete of C2 audio patch
2021-08-09 08:27:39 +02:00
Tony
ee610096bc
RK3328 GPU DMC OPP tables (#3088)
* [ RK3328 ] boost GPU voltages to avoid starving Memory controller

The RK3328 has the dynamic memory controller and GPU on the same power rail.
Both are able to be dynamically clocked, both have opp tables.

 - DMC min voltage:  1.075V
 - GPU min voltage:  0.950V

On boards with only the GPU enabled, they memory controller can be under-voltaged.
On boards attempting to use both, the disagreeing opps result in the GPU failing to init

This patch applies a mV range opp to the GPU and fixed opps to the DMC on rk3328-roc-cc
to allow everything to get alongin all possible devfreq situations.

* [ rockchip64 ] clean up disabled patches

* [ rock64 ] add mali supply and remove unused 5V supply

- New Mali opps will keep from starving ram controller

- extra supply was causing dmesg errors.

As it shares enable with another supply and both were marked "always on"
I removed the second.  Neither are referenced by any ports/devices.
2021-08-09 08:24:51 +02:00
Richard Neese
9c45885554
added packages to remove that dont need to be installed (#3080)
* added packages to remove that dont need to be installed

removed gnome-software and snapd snap store.

* remove package not to be installed in builds

remove scrcpy whic installs jre nto to be installed due to resources
2021-08-08 20:16:56 +02:00
Igor Pečovnik
742aea8af2
Re-enable Debian stretch repository (#3087) 2021-08-08 18:58:40 +02:00
Igor Pecovnik
da1cb09fc2 Bugfix - adjust sunxi u-boots
While necesary revert to 2020.10 we need to exclude a few of. Now they all build OOB.
2021-08-08 18:19:18 +02:00
Igor Pecovnik
bfd3adaf4a Reverting u-boot package change
This is most likely a mistake since we didn't decide on such change or identify as a bug.

Closing https://github.com/armbian/build/issues/3073
2021-08-08 14:25:16 +02:00
Igor Pecovnik
d1aaa70511 Upstream patches add and remove 2021-08-08 14:12:06 +02:00
Tony
01f67a51dc
Merge pull request #3065 from armbian/rk3328-usb3
Move Rk3328 usb3 to mainline
2021-08-06 19:48:04 -04:00
Igor Pecovnik
4bc2dd27b1 Bugfix - disable wireless driver for older kernels and add a few upstream patches for meson64 legacy
Kernel was only tested for building.
2021-08-06 18:27:23 +02:00
Rob Logan
e2fa720f1d
Updated_Upstream_rtl88x2bu (#3083)
* Updated_Upstream_rtl88x2bu

* Updated_Upstream_rtl88x2bu
2021-08-06 08:19:09 +02:00
Igor Pecovnik
f7f992dda2 Add CURRENT kernel choice to Khadas VIM3 2021-08-05 22:45:39 +02:00
Igor Pecovnik
d0ad4f783d Preapare Khadas Vim3 build target list 2021-08-05 22:37:30 +02:00
Igor Pečovnik
7898aebe8d
Double workers (#3075)
* Double workers

* Bugfix - adjust sufix

* Yet another bugfix

* What the heck. Lets double it once again ;)

* Bugfix

* Bugfix
2021-08-05 19:24:04 +02:00
Igor Pečovnik
d6572a4fa2
Update README.md 2021-08-05 16:26:10 +02:00
Igor Pecovnik
7f44207062 Add upstream patches and re-add Orangepi3 to u-boot 2021-08-05 01:15:36 +02:00
Igor Pečovnik
d256411e2d
Do compress and sign operation in the temp folder (#3079) 2021-08-04 16:55:35 -04:00
Richard Neese
fe74c3ffcc
fixed typo's in the wallpaper xml file for xfce desktop (#3078) 2021-08-04 17:53:15 +02:00