Commit Graph

8730 Commits

Author SHA1 Message Date
Igor Pecovnik
fa2de2a3a2 Add upstream patches 2021-05-13 12:58:16 +02:00
Igor Pecovnik
e46a6a5ef6 Typo - fixing wrong board name 2021-05-13 08:46:31 +02:00
Igor Pecovnik
e47cd5409f Bugfix - add missing YYLOC global declaration 2021-05-12 21:54:16 +02:00
Ricardo Pardini
1f79933197
meson64 vs hardkernel "meson_drv_shutdown" patch debacle (#2821)
A long story short:
- patch 'meson64_add_shutdown_function_to_meson_drv.patch' (adds meson_drv_shutdown) added on 04/03/2021
- same patch renamed to '.patch_disabled' on 07/03/2021, since it broke what it was supposed to fix
- kernel 5.10.24 upstream merged similar version of patch, which indeed fixed some khadas stuff, but broke odroid, at least HC4
- now I add this patch to revert upstream.
- also remove the .patch_disabled to avoid confusion
- to say the truth, the HC4 is not reboot-proof, it still hangs sometimes. so this is not the end of it.
  - ps: without this revert, HC4 hangs 100% of the time.
- ps2: did not test on edge 5.11 yet, but it looks like the same

Signed-off-by: Ricardo Pardini <ricardo@pardini.net>
2021-05-12 21:43:12 +02:00
Oleg
d886ee3b62
fix jetson-nano build deb board package (#2822) 2021-05-12 21:42:29 +02:00
Przemysław Sztoch
486a821a55
VENDOR, rock-pi-n10, RM_LIST for armbian-config/zsh, Static MAC for networkd (#2789)
* VENDOR, rock-pi-n10, RM_LIST for armbian-config/zsh

VENDOR parameter in configuration
zsh is the best of course...
Static MAC for networkd

ROCK Pi N10 (Radxa) - Initial support, knwon bugs:
- Problem with poweroff (kernel panic).
- DeviceTree is not fully verified, I suspect missing and unnecessary
entries.
- No support for NPU
- u-boot without NVME support
- I have doubts if I chose the right preboot loader for RK3399Pro, NPU
  and installed DDR memory.

* New RK3399Pro boot preloaders.

* rootfs checksum, DEBOOTSTRAP_LIST fix, output.log fix

Repaired checksum for rootfs
Added use PACKAGE_LIST_RM to purge DEBOOTSTRAP_LIST
Better logging to output.log
Fix for new host distribution detection (ie Debian Bullseye).
ubootdebs as new cleaning option
2021-05-11 21:50:14 +02:00
Igor Pecovnik
1688bf83b0 Bugfix - wrong symbolic link 2021-05-11 21:46:13 +02:00
Richard Neese
5a506992cc
adding new files and moved dir and linked to hirsute (#2820) 2021-05-11 21:37:59 +02:00
Danny
d553e2eba6
Support for capture selection, for Allwinner A20 Audio Codec (#2818) 2021-05-11 20:27:57 +02:00
Kirill Zhumarin
5b459ee366
Enable CONFIG_BINFMT_MISC=m (#2810)
* CONFIG_BINFMT_MISC=m for linux-rockchip 4.4

* Adjust other configs to the same value

Co-authored-by: Igor Pecovnik <igor.pecovnik@gmail.com>
2021-05-11 10:56:48 +02:00
Richard Neese
343e80b560
Update targets-desktop-beta.conf (#2816) 2021-05-11 10:42:05 +02:00
Richard Neese
77acb0dc52
Update targets-desktop-beta.conf (#2811) 2021-05-11 10:41:51 +02:00
Richard Neese
e118e20c0a
Update packages (#2815) 2021-05-11 10:41:24 +02:00
Igor Pecovnik
239bc89294 Remove Cinnamon meta config since we are not using it 2021-05-09 15:25:11 +00:00
Igor Pečovnik
76ef27621f
Backend improvements (#2812)
* Backend improvements

When making images, show with green color if image already exists.

* Few fixes
2021-05-09 17:00:31 +02:00
lanefu
fd7ede37b9
Merge pull request #2813 from RichNeese/master
Update create_desktop_package.sh -- var formatting
2021-05-09 10:18:47 -04:00
Richard Neese
bdc8135a24
Update create_desktop_package.sh
cleaning up spacing
2021-05-09 08:50:27 -04:00
Richard Neese
f9e4148d98
Update create_desktop_package.sh
fixing missing quotes
2021-05-09 08:36:21 -04:00
Igor Pecovnik
c7f5a1920b Bugfix - moving mpv from CLI BSP package 2021-05-07 19:50:30 +02:00
Igor Pecovnik
9c185c596b Remove deprecated patch 2021-05-07 11:53:33 +02:00
Igor Pecovnik
23dd921bac rk322x-edge: adjust kernel config
Enable AUFS
2021-05-06 18:38:27 +02:00
Richard Neese
1120d6f717
Xmonad wm (#2808)
* add xmonad wm to armbian

* fixed spacing in list
2021-05-06 14:30:14 +02:00
Richard Neese
9dd6f93efe
updating cinnamon desktop and linking to hirsute (#2809) 2021-05-06 14:29:54 +02:00
Igor Pecovnik
e3a7b902ce Add upstream patches 2021-05-06 11:51:34 +02:00
Igor Pecovnik
70b985d90a Bump with version 2021-05-06 11:51:17 +02:00
Igor Pecovnik
bb3fee0952 Upstream patches 2021-05-06 11:07:21 +02:00
Igor Pečovnik
d3997fe64c
Cache creation improvements (#2806) 2021-05-05 20:49:25 +02:00
Igor Pecovnik
f43db66d32 Cosmetical in backend
Supress error when we rebuild rootfs cache
2021-05-03 00:08:55 +02:00
Igor Pečovnik
9b0dd2b839
Fix broken Docker support (#2804)
* lsb-release package is getting deprecated

It is not present on Hirsute anymore so we better remove its dependency

* - remove lsb-release dependency from docker
- exit if Docker version is too low (check works only on Ubuntu builds, else doesn't do anything)

Reference: https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1916485

* Cleanup

* Remove quotes for proper pkg install

* Automatically upgrade Docker engine

* Missing python dependencies

* Bugfix - debian name is not just one word

* Put this back

* provoke error

* Revert

* Adjust Github runner to make bionic and focal and compile u-boot for test

* Adjust cron

* Remove Bionic, cron back to 14 days

* Change to ubuntu-latest
2021-05-02 18:06:38 +02:00
lanefu
ccecf0df11
Merge pull request #2805 from lanefu/CI-tweaks
limit ci builds to armbian org
2021-05-02 11:32:15 -04:00
Lane Jennison
74642ebbc0 limit builds to armbian repo 2021-05-02 11:29:21 -04:00
Igor Pecovnik
049121c17b Add upstream patches 2021-05-02 10:52:22 +02:00
lanefu
903bf67973
Merge pull request #2778 from armbian/htop-fix-uncheched-buffer-writes
Fix unchecked buffer writes in custom htop code
2021-05-01 22:20:21 -04:00
Jack Chen
27175e3e55
rockchip: fix emmc busy loop on Tinkerboard (#2791)
There are already emmc nodes in rk3288-tinker-s.dts, adding these nodes
to rk3288-tinker.dtsi will cause emmc busy loop on original Tinkerboard.

Signed-off-by: Jack Chen <redchenjs@live.com>
2021-05-01 19:20:41 +02:00
lanefu
9737c2171e
Merge pull request #2759 from tparys/microzed
Adds Xilinx Bootgen tools to build environment (alongside sunxi-tools, etc ..)
Adds new SoC family Zynq (7000 series, not MP/UltraScale)
Adds new board Avnet MicroZed
2021-05-01 11:38:06 -04:00
tim
904fab2bcb Re-stage Avnet MicroZed as CSC board 2021-05-01 11:24:09 -04:00
lanefu
c2944ea7b2
Merge pull request #2801 from RichNeese/update-targets.conf
update beta build list for testing
2021-04-30 21:35:40 -04:00
Richard Neese
7ce60c1450 fix spacking of lines 2021-04-28 08:19:58 -04:00
Richard Neese
cff8e49512 fixing bad spacing 2021-04-28 08:12:59 -04:00
Richard Neese
a0d5c73370 cleanup of lines 2021-04-28 07:41:00 -04:00
Richard Neese
aca45f3aa9 update beta build list for testing 2021-04-27 11:34:26 -04:00
lanefu
ee77afbf50
Merge pull request #2800 from lanefu/master
add hirsute desktops for pinebook pro
2021-04-26 20:30:50 -04:00
Lane Jennison
60543d1890 add hirsute desktops for pinebook pro 2021-04-26 20:28:32 -04:00
lanefu
d4fa3b0372
Merge pull request #2793 from RichNeese/pinebook-pro-build-fix
fixing pine book pro builds
2021-04-25 10:39:55 -04:00
lanefu
f2683bac9c
fix spacing in cp command 2021-04-25 10:38:54 -04:00
Richard Neese
f73f5888b1 added some mkdir to try and fix issuewith build 2021-04-25 10:25:08 -04:00
Paolo Sabatino
fb0f8f73bd rk322x: add led/gpio config for T066 boards, updates to rk322x-config 2021-04-25 11:55:45 +00:00
Werner
cb4defdf26
Merge pull request #2797 from tparys/compile-typo
Adjusting typo
2021-04-24 19:40:56 +02:00
tim
cd0301cd62 Adjusting typo 2021-04-24 13:22:20 -04:00
Werner
b880441c45
minor cosmetics 2021-04-24 09:36:49 +02:00