Commit Graph

9001 Commits

Author SHA1 Message Date
Rich
0ea787cd5c adding lxtask to cinnamon 2021-07-10 19:02:08 -04:00
Igor Pecovnik
0a92e39054 CI runners bugfix - better runner cleaning 2021-07-10 18:38:46 +02:00
lanefu
ec9a776aa1
need to clean debs-beta before run 2021-07-09 21:38:20 -04:00
Oleg
4c80535fd8
update kernel legacy 4.9.201 and current 5.10 (#2987) for jetson 2021-07-09 20:54:40 -04:00
Richard Neese
f1e9c76b37
Merge pull request #2989 from RichNeese/xfce-color
Xfce color
2021-07-09 12:28:36 -04:00
Rich
ac8e594377 chane to blue icon 2021-07-09 11:19:58 -04:00
Richard Neese
b258e315c0
Merge pull request #2988 from RichNeese/new-background-icons
adding new icons and backgrounds
2021-07-09 11:06:18 -04:00
Rich
9dd1aec5d5 adding new icons and backgrounds 2021-07-09 11:05:25 -04:00
Rich
9f2de611cd changing the look for xfce 2021-07-09 08:29:57 -04:00
Richard Neese
5ddfb616dd
Merge pull request #2984 from RichNeese/budgie-buil-repair
adding inpolicykit-1-gnome to fix issues
2021-07-08 10:16:22 -04:00
Rich
8376f59ca8 adding inpolicykit-1-gnome to fix issues 2021-07-08 10:15:08 -04:00
Igor Pecovnik
329dc277af Disable 8822bs for sunxi64 since it breaks compilation 2021-07-08 08:04:58 +02:00
Richard Neese
eb7f266522
Merge pull request #2982 from RichNeese/xfce-fix
uninstall/remove ubuntu-session so booting goes right into xfce and n…
2021-07-07 21:41:34 -04:00
Rich
2e1ccaeec4 uninstall/remove ubuntu-session so booting goes right into xfce and not gnome. 2021-07-07 21:40:28 -04:00
Igor Pecovnik
ad53cc2d15 Add upstream patches and adjust configs 2021-07-07 20:16:06 +02:00
Oleg
6bd67e18e5
add media kernel for arm64 (#2971) 2021-07-07 16:15:34 +02:00
Igor Pečovnik
9d4e0408c5
Improvements for BSP creation (#2975)
* Improvements for BSP creation

- add support for the same principle found in desktop creation. For CLI package we are copying content from "bsp-cli" folders.
- moving bsp* copy function to image-helpers
- improve readme
2021-07-07 16:06:00 +02:00
Oleg
5b0dc2d7c5
add support wifi rtl8822bs for kernel 4.4 and 5.x (#2980) 2021-07-07 16:04:27 +02:00
Oleg
0bb36ca04f
add module for station legacy (#2981) 2021-07-07 16:03:28 +02:00
Igor Pecovnik
768e27241d Typo in packages definitions 2021-07-07 09:01:38 +02:00
lanefu
71f67e664e
wait for systemd fully started before first login (#2979) 2021-07-06 22:32:37 -04:00
Richard Neese
e296ce223b
Merge pull request #2978 from RichNeese/xfce-update
cleaning up packages and look for xfce
2021-07-06 19:16:06 -04:00
Rich
7e3c4b6a5f cleaning up packages and look for xfce 2021-07-06 19:14:47 -04:00
Richard Neese
231d8cf5be
Merge pull request #2977 from RichNeese/budgie-fix
updating budgie desktop
2021-07-06 14:45:36 -04:00
Rich
224b996b14 updating budgie desktop 2021-07-06 12:59:54 -04:00
Richard Neese
24cdc92551
Merge pull request #2976 from RichNeese/cinnamon-icon-fix
fixing icon for desktop
2021-07-06 10:59:12 -04:00
Rich
42c6f446c1 fixing icon for desktop 2021-07-06 08:56:20 -04:00
Igor Pečovnik
9249d3f954
Add support for desktop board support package (#2972)
* Add support for desktop board support package

Extracting from https://github.com/armbian/build/pull/2776 which can be closed after.
* Desktop BSP creation is working, but need broader testing and some quick how-to
* Create empty files as examples where we can put things.
* Fixing Pinebook desktop bsp creation
* We need to have information about ARCH in the desktop bsp package. This ain't universal.
2021-07-06 00:59:50 +02:00
Richard Neese
693efc8a3d
Merge pull request #2973 from RichNeese/budgie-fix
working on a budgie-fix in the postinst script
2021-07-05 18:36:14 -04:00
Rich
daf6922051 working on a budgie-fix in the postinst script 2021-07-05 18:35:18 -04:00
lanefu
8c09e1fa93
khadas support (#2903)
* cleanup add vim3l

* Add Khadas edge config

* Add Khadas edge sources definitions. It boots

* Change configuration to maximised model

* Adjust build configs

* witch to case statement for meson x11 config

* push vim1 naming

* Booting VIM2 with khadas prebuild u-boot

Can load from an empty eMMC, can be installed to eMMC via nand-sata-install

* Add Vim1 and move 1 and 2 to supported. VIM1 is not tested yet.

* Enable full featured desktop with 3D for khadas vim 1 and vim2

* Update meson64_common.inc

Co-authored-by: Igor Pecovnik <igor.pecovnik@gmail.com>
2021-07-05 21:05:43 +02:00
The-going
eca7bbb12d
Code cleanup and optimization (#2965)
* prepare_host_basic: Code cleanup and optimization

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

* Checking and install at the beginning the basic utilities

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

* Logging has been removed because it makes little sense.

Signed-off-by: The-going <48602507+The-going@users.noreply.github.com>
2021-07-04 23:25:40 +02:00
Ricardo Pardini
fb69b203d6
Non c4 meson64 fixes (#2967)
* Fix: use $fdtfile for legacy boot DTB, not hardcoded "amlogic/meson64_odroidc4.dtb"

Signed-off-by: Ricardo Pardini <ricardo@pardini.net>

* drop unused c4 bootscript

Signed-off-by: Ricardo Pardini <ricardo@pardini.net>
2021-07-04 22:44:18 +02:00
Richard Neese
8b682233f0
Merge pull request #2970 from RichNeese/cinnamon-skel
fixing desktop menu icon.
2021-07-04 14:09:14 -04:00
Rich
c4a98859a7 fixing desktop menu icon. 2021-07-04 14:03:24 -04:00
Richard Neese
6f0d1d50ba
Merge pull request #2969 from RichNeese/budgie-terminal-fix
fixing missing icon in look for files manager
2021-07-04 11:56:01 -04:00
Rich
440ad587b4 fixing missing icon in look for files manager 2021-07-04 11:55:09 -04:00
Richard Neese
4f88667f25
Merge pull request #2968 from RichNeese/budgie-terminal-fix
updating look and feel via dconf
2021-07-04 11:53:27 -04:00
Rich
dc1a361be8 updating look and feel via dconf 2021-07-04 11:52:28 -04:00
Richard Neese
c8ae7106c8
Merge pull request #2966 from RichNeese/budgie-terminal-fix
fixing budgie to use treminator as default terminal
2021-07-04 10:31:32 -04:00
Rich
fc8efe2230 fixing budgie to use treminator as default terminal 2021-07-04 10:30:38 -04:00
Igor Pecovnik
6fa2732629 Bugfix - repository management distribution detect 2021-07-04 10:47:05 +02:00
Igor Pečovnik
eaebd3c7ff
Removing a few build targets that are not that urgent (#2961) 2021-07-03 22:36:56 +02:00
Igor Pečovnik
ea63296938
Bugfix - some 32bit Allwinner devices are unstable with u-boot 2021.xx (#2963) 2021-07-03 21:58:30 +02:00
Igor Pečovnik
1f2e97febf
Remove Ubuntu Groovy from codebase (#2952) 2021-07-03 21:58:08 +02:00
andpp
b2e98daf7b
Fixed u-boot script and kernel config for i.MX7D (#2953)
* Updated kernel/u-boot for MCIMX7SABRE board

Supporing 'current' and 'legacy' branches for MCIMX7SABRE board

current branch:
   u-boot: imx_v2020.04_5.4.70_2.3.0
   kernel: imx_5.4.70_2.3.0

legacy branch:
   u-boot: imx_v2018.03_4.14.98_2.0.0_ga
   kernel: imx_4.14.98_2.0.0_ga

* Update kernel config with few additional options like zram, bonding, ... just a few to keep minimum consistency over kernels.

* Fixed u-boot script and kernel config for i.MX7D

Fixed bug in u-boot script preventing to use armbianEnv.txt
Configured SDMA as module to fix loading SDMA firmware

Co-authored-by: Igor Pecovnik <igor.pecovnik@gmail.com>
2021-07-03 21:57:43 +02:00
Igor Pecovnik
8ab6aeb342 Cosmetic - supress error vnstat can't be found at first login 2021-07-03 19:27:39 +02:00
Igor Pecovnik
697b5681d2 Type in Budgie package name 2021-07-03 10:52:25 +02:00
Richard Neese
080bc0c0bf
Merge pull request #2959 from RichNeese/xfce-slick-greeter-fix
fix slick-greeter-xfce
2021-07-02 22:29:18 -04:00
Rich
7334a88d67 fix slick-greeter-xfce 2021-07-02 22:28:24 -04:00