Igor
fb328bf4da
Move RISCV uefi status to WIP as this is closer to reality
2023-05-05 16:41:52 +02:00
Igor
e62ae0fcd0
Enable SECCOMP on Visionfive2 kernel config
...
This will fix chrony
https://forum.armbian.com/topic/28142-visionfive-2-chrony-doesnt-run-kernel-missing-seccomp
2023-05-05 12:34:52 +02:00
amazingfate
5dee9ee935
remove twice declared uboot make targets for rkspi image
2023-05-05 12:25:07 +02:00
amazingfate
cf35a151b3
disable spi flash support on radxa e25
2023-05-05 12:24:51 +02:00
hzy
2e41d350e8
meson: edge: bump to linux-6.3.y
2023-05-05 12:23:46 +02:00
Ricardo Pardini
ad05ef1d6c
de-EOS prematurely-EOS'ed boards (I hope)
2023-05-03 15:09:56 +02:00
igorpecovnik
ba1a84a5e8
Adjusting ORAS cache location, runners ( #5129 )
...
* Move packages to new location
* Adjust build runners
* Switch to OS
Signed-off-by: Igor <igor@armbian.com>
---------
Signed-off-by: Igor <igor@armbian.com>
Co-authored-by: Ricardo Pardini <ricardo@pardini.net>
2023-05-02 11:08:34 +02:00
Ricardo Pardini
f860106a2a
jetson-nano legacy: give up on this legacy and remove it; fixes #5117
2023-05-01 22:46:43 +02:00
Ricardo Pardini
145ae8472c
jetson-nano legacy: try, and fail, to fix this legacy; (does NOT) fixes #5117
...
- `jetson-nano` `legacy`: kernel config: `CONFIG_SECTION_MISMATCH_WARN_ONLY=y`
- `jetson-nano` `legacy`: add `-mno-outline-atomics` to fix linking
- `jetson-nano` `legacy`: add `xxd` host-dependency
- `jetson-nano` `legacy`: downgrade _a lot_ of gcc errors to allow this legacy to build
2023-05-01 22:46:43 +02:00
Ricardo Pardini
ab0eb4936d
macchiatobin-doubleshot: fix u-boot/atf build: export SCP_BL2 had been wrongly converted to declare -g SCP_BL2 when it is in fact required; fixes #5116
2023-05-01 22:46:43 +02:00
Ricardo Pardini
30737fa6f4
rockchip: completely remove legacy branch; fixes #5118
...
- there's absolutely no point in trying to keep this alive, current/edge are good enough, legacy's abandoned for years and broken
2023-05-01 22:46:43 +02:00
Ricardo Pardini
84164c4012
rockchip64_common: add explicit make target u-boot.dtb before u-boot.itb in the target map for SPI; fixes #5114
...
- when `BOOT_SUPPORT_SPI=yes` (and not using the rkspi_loader)
- it seems the makefile target u-boot.itb does not correctly depend on the u-boot.dtb target, and works "by accident" on multicore machines, which are faster and build it fast enough in parallel. this adds u-boot.dtb to the target map, so make's hand is forced to do the right thing.
2023-05-01 22:46:43 +02:00
Ricardo Pardini
f8ddf7f9e2
🔥 JSON info pipeline: v18
...
- pipeline: add `pipeline` context object to targets; use it to filter artifacts and images to build; warn about oci-name with multiple oci-tags
- pipeline: better error messages when info's fail; show some (out-of-order) progress messages during parallel info gathering
- pipeline: targets-compositor: add `not-eos` inventory
- TARGETS_FILENAME, log all OCI lookups
- SKIP_IMAGES
- IMAGES_ONLY_OUTDATED_ARTIFACTS
- no dash in chunk id in JSON
- pipeline: very initial chunking, using the same outputs
- pipeline: template targets, `items-from-inventory:` inventory expansion, CHECK_OCI=yes, CLEAN_MATRIX=yes, CLEAN_INFO=yes, many fixes
- cli: `inventory` / `targets` / `matrix` / `workflow`
- pipeline: workflow beginnings
- pipeline: general log cleanup + OCI stats / better miss handling
- pipeline: fixes/reorg
- pipeline: catch & log JSON parsing errors
- pipeline: gha matrix: use IMAGE_FILE_ID as job description
- pipeline (delusion): gha workflow output, based on old matrix code
- pipeline: better parsing and reporting of stderr log lines (under `ANSI_COLOR=none`)
- pipeline: mapper-oci-uptodate: use separate positive/negative cache dirs (GHA will only cache positives); cache negs for 5 minutes locally
- pipeline: output-gha-matrix artifacts + images
- pipeline: output-gha-matrix artifacts + images: "really" and fake 1-item matrix if empty
- pipeline: move files into subdir; update copyright & cleanup
- pipeline: refactor bash jsoninfo driver a bit
- pipeline: outdated-artifact-image-reducer
- pipeline: introduce `target_id` at the compositor, aggregate it at the reducer, carry it over in the artifact info mapper
- pipeline: mapper-oci-uptodate
- pipeline: info-gatherer-artifact, with PRE_PREPARED_HOST
- pipeline: refactor/rename info-gatherer-image.py
- pipeline: beginnings
2023-05-01 22:46:25 +02:00
雷耀
873e719a6c
treat rk3566 as rk3568 to make "mkimage" work; introduce BOOT_SOC_MKIMAGE
2023-04-28 21:33:12 +02:00
Ricardo Pardini
64f7ff599a
uefi/edge: bump to 6.3
2023-04-28 21:32:52 +02:00
Ricardo Pardini
ba413c9b25
bcm2711/grub: add busybox (for initrd grep/sed) so initramfs-growroot works again on Debian
...
- bcm2711: bomb early when `RELEASE` is set and not supported
2023-04-28 21:32:52 +02:00
Ricardo Pardini
5f2a1af219
bcm2711/edge: bump to 6.3 (rpi4b, RPi Foundation Kernel)
2023-04-28 21:32:52 +02:00
Ricardo Pardini
506189dd8b
rockchip-rk3588/edge: bump to 6.3, drop 6.2 patches
2023-04-28 21:32:52 +02:00
Ricardo Pardini
324953f5d7
rk3568-odroid/edge: bump to 6.3 (odroidm1)
2023-04-28 21:32:52 +02:00
Ricardo Pardini
f25fb7c53c
virtual-qemu: move to eos (replaced by qemu-uboot-x86 and qemu-uboot-arm64)
2023-04-28 21:32:52 +02:00
Ricardo Pardini
d9f2ec3255
qemu-uboot-arm64/qemu-uboot-x86: split more x86/arm64 differences, add some docs, bump to u-boot 23.04 +update-patches; add arm64 bootscript
2023-04-28 21:32:52 +02:00
Ricardo Pardini
6417a22151
sun50iw9: don't inadvertently override pre-existing hook function name - fixes #5099
2023-04-28 21:32:52 +02:00
Ricardo Pardini
a1788bb95c
imx7d (EOS): codeaurora.org is no more, move to nxp-imx's repos for both kernel and u-boot
2023-04-28 21:32:52 +02:00
Pander
9e5c2ab183
revert vcgencmd addition
2023-04-28 21:04:35 +02:00
Pander
62de7e3523
upgrade vcgencmd without tmp vulnerability and inclusion for bananapim2ultra
2023-04-28 21:04:35 +02:00
Paolo Sabatino
da0ab48b79
rockchip: bump edge kernel to 6.3
2023-04-27 21:31:27 +02:00
Paolo Sabatino
98b6aec554
rk322x: bump edge kernel to 6.3
2023-04-27 21:30:02 +02:00
Igor Pecovnik
7c9e85ec25
Bump Allwinner kernels
2023-04-27 07:43:10 +02:00
Igor
94086ff24a
Moving to platinum support with cm4
...
Signed-off-by: Igor <igor@armbian.com>
2023-04-26 11:56:32 +02:00
Igor
37ba149103
Move rock5 to supported
2023-04-26 11:56:32 +02:00
Igor
e9e4d4501c
Change two olimex boards to csc, add previously removed radxa zero2
2023-04-26 11:56:32 +02:00
Igor
50e28f4753
Move Radxa zero2 to wip as its not sold yet
2023-04-26 11:56:32 +02:00
Rafal-Hacus
3ed29cdd4e
Updated the file extention to reflect on the boards status
2023-04-26 11:56:32 +02:00
Pander
420f16c7ea
Installing fake_vcgencmd for Pine64 ( #5095 )
2023-04-24 16:50:30 +02:00
monkaBlyat
22cab870c8
Disable config_ion for better compatibility with modern android containers like redroid
2023-04-24 14:29:27 +02:00
Ricardo Pardini
b031c686f9
rockchip-rk3588: set ROCKUSB_BLOB for RockUSB Maskrom -> Loader mode
2023-04-24 14:23:21 +02:00
Ricardo Pardini
b3f61a1f7a
rockchip-rk3588: add new board mekotronics-r58-minipc.wip (Mekotronics R58 MiniPC, and variants)
2023-04-24 14:23:21 +02:00
Ricardo Pardini
d7a6f80c81
rockchip-rk3588: add new board mekotronics-r58x.wip (Mekotronics R58X)
2023-04-24 14:23:21 +02:00
Ricardo Pardini
e37adb5c8f
rockchip-rk3588: add new board mekotronics-r58x-4g.wip (Mekotronics R58X-4G); add u-boot patches
2023-04-24 14:23:21 +02:00
amazingfate
4266d0bdca
rockchip-rk3588: add new board hinlink-h88k
2023-04-22 10:04:58 +02:00
Igor
9cdb042199
Bump sunxi to latest version
2023-04-20 16:26:41 +02:00
Igor
bc9eb5f14d
Fix invalid packages install within families
2023-04-20 09:21:16 +02:00
Werner
283258c8ab
sunxi: add support for Wireguard ( #5069 )
...
Probably went missing at some point.
2023-04-18 09:04:36 +02:00
Muhammed Efe Çetin
fd6a6dec66
Add support for NanoPi R6S
2023-04-16 16:13:09 +02:00
Radoslav
88fe8bae61
h3 thermal sensor values fix
2023-04-15 22:47:26 +02:00
Radoslav
24dcf942f5
OrangePi Zero TV Output kernel patch
2023-04-15 22:47:26 +02:00
Igor
40fa40ebaa
Remove optimisation as it breaks on Debian Bookworm
...
Minimal images doesn't have any of this anyway ...
2023-04-14 00:39:09 +02:00
Igor
046ba3a121
Starfive kernel has some patch issues ... fixing it to last known working kernel.
2023-04-13 20:46:04 +02:00
Igor
10315c4f74
Bump sunxi and disable broken mvebu patch @heisath
2023-04-13 20:46:04 +02:00
Igor
2ab6272ce4
Add xauth package that should fix RDP related issues
2023-04-13 11:36:16 +02:00
hzy
53b8a4b173
meson: Enable more SDIO and USB Wifi support
2023-04-12 14:59:52 +02:00
hzy
ac5a84b5f6
meson: Refresh config
2023-04-12 14:59:52 +02:00
hzy
8e9548c3a4
meson: Enable some net modules
2023-04-12 14:59:52 +02:00
Thomas McKahan
7a075070a3
enable mipi-dsi on Rockchip
2023-04-12 14:59:39 +02:00
Pander
9f0f296f45
enabled kernel modules pine64 for CSI and camera drivers
2023-04-08 14:35:35 +02:00
amazingfate
43b8bed616
appgroup/office: add libreoffice-gtk3 for ime support
2023-04-08 14:35:15 +02:00
Igor
21ee606778
Changing status
2023-04-08 14:34:26 +02:00
Ricardo Pardini
3ec50ea03c
orangepizero2/sun50iw9/legacy: actually use NAME_KERNEL=uImage
2023-04-08 14:33:39 +02:00
Ricardo Pardini
871415b7b3
arch configs (all): default, but do not overwrite, KERNEL_IMAGE_TYPE/KERNEL_INSTALL_TYPE/etc: allow board/family to set
2023-04-08 14:33:39 +02:00
Ricardo Pardini
1e61b60cf8
orangepizero2/sun50iw9/legacy: implement pre_package_kernel_image hook to convert vmlinuz to uImage manually; fix legacy u-boot build
...
- sourceaddr `0x40008000` was found in Xunlong's legacy kernel source squashed into a huge commit. Thanks, Xunlong!
- bring `busybox` dependency with inline hook for legacy u-boot "unix2dos" which is essential
2023-04-08 14:33:39 +02:00
Ricardo Pardini
bdab9c1cd7
sun50iw9/legacy: armbian-next'ify, add logging, avoid changing global PATH, use host dtc utility, make write_uboot_platform() verbose
2023-04-07 13:00:09 +02:00
Igor
00793be73e
Bump sunxi
2023-04-06 14:09:45 +02:00
Igor
839e4940ab
Bump Allwinner
...
Signed-off-by: Igor <igor@armbian.com>
2023-04-06 09:55:15 +02:00
Igor
e1fc9b0a4e
Changing status
2023-04-06 09:55:15 +02:00
Igor
d1128a6515
Enable CONFIG_EXFAT_FS on remaining kernels
2023-04-06 09:52:59 +02:00
Ricardo Pardini
c4d91fd66f
rockchip64_common: refactor: extract BOOT_SPI_RKSPI_LOADER=yes into rock-3a, rock-5b, and orangepi5 (no more such rockchip-rk3588 references in common code)
2023-04-03 11:14:44 +02:00
Igor
e986b8c0ee
Move lsof package to minimal images as its needed for armbian-install
2023-04-01 20:50:51 +02:00
Igor
e33842ef2c
Remove broken font from Ubuntu Lunar
...
[🐳 |🌱 ] Installing 128 desktop packages [ lunar xfce ]
[🐳 |🔨 ] E: Unable to locate package libfontembed1
[🐳 |🔨 ] Reading package lists...
[🐳 |🔨 ] Building dependency tree...
[🐳 |🔨 ] Reading state information...
[🐳 |🔨 ] E: Unable to locate package libfontembed1
2023-03-31 13:56:04 +02:00
Ricardo Pardini
6ce9f48885
fix: (uImage change, after #5018 ): config: fix: replace undue export statements with declare -g; shellfmt
2023-03-31 12:29:53 +02:00
Igor
e599976a35
Bump Allwinner kernels to latest version
2023-03-31 09:45:48 +02:00
Ricardo Pardini
c6e68bf577
meson64: only gxbb and gxl require fetching repo odroidc2-blobs, split hook
2023-03-31 09:37:37 +02:00
Ricardo Pardini
667ac5afb7
odroidn2: bump to 2022.10 u-boot with boot order patch and nothing else; remove old legacy uboot crap (odroidn2 hasn't even had a legacy BRANCH for a while)
2023-03-31 09:37:37 +02:00
Ricardo Pardini
62f5fe1596
config: fix: replace undue export statements with declare -g; shellfmt
2023-03-31 09:37:37 +02:00
Matthijs Kooijman
54636219cc
Include alsa-utils in minimal cli builds
...
This ensures that the armbian-audio-config script actually works in
minimal builds too.
This fixes #5012 (AR-1644)
2023-03-29 23:22:19 +02:00
hzy
76ce4c3a3d
Fix uImage build
2023-03-30 03:41:28 +08:00
Igor
577d0eaa28
Update sunxi and kernel configs
2023-03-28 15:56:14 +02:00
CueMaxX
6aad142ac8
Update boot-sunxi.cmd
...
'setenv console "display"' in boot-sunxi.cmd & in armbianEnv.txt had the same effect as 'setenv console "both"'.
That was due to a false if-statement in boot-sunxi.cmd:41
Fixed that, so 'setenv console "display"' will not co-enable the serial console anymore.
2023-03-28 10:51:41 +02:00
Paolo Sabatino
5930e5e536
rk322x: move edge kernel to 6.2
2023-03-24 23:14:09 +01:00
Paolo Sabatino
97c3448983
rockchip: put all rockchip 32 bit into uboot/v2022.04 directory
2023-03-24 23:13:42 +01:00
Paolo Sabatino
3f704692a7
rockchip: bump edge kernel to 6.2
2023-03-24 23:12:56 +01:00
Muhammed Efe Çetin
6bd665eaf4
Naming Audios on OPi5
2023-03-22 07:47:11 +01:00
amazingfate
07f4f48727
naming audio output names of rock5b
2023-03-22 07:46:25 +01:00
Tony
915bd66187
[ rockchip64] second round config migration ( #4982 )
...
* [ rockchip64] second round config migration
Recommend all @armbian/boards-rockchip maintainers double check the resulting configurations, as stated in the PR the level of confusion in the family config logic likely means some boards have unnecessary extra stuff.
2023-03-21 10:40:22 -04:00
Lane Jennison
7be216f4b5
defconfig didnt work use full kernel
2023-03-21 01:04:01 -03:00
Lane Jennison
7869b5488d
enable btrfs on midstream kernel
2023-03-21 01:04:01 -03:00
Thomas McKahan
6d182e4aaf
accidentally wiped out a "fi"
...
during whitespace cleanup.
2023-03-20 12:22:01 -03:00
Igor
518ccf90cd
Add dialog package
...
Armbian install fails to start on minimal images
2023-03-20 11:35:17 -03:00
Igor
8a27b4a6da
Re-enable CONFIG_ARCH_BCM2835
2023-03-20 11:34:25 -03:00
Tony
ee76ad99b0
[ Rockchip64 ]Move board specific configs ( #4974 )
2023-03-20 10:19:57 -04:00
Igor
87b8ad6ae7
Bump sunxi to latest versions
2023-03-20 13:30:48 +01:00
SteeManMI
6dc26119c3
Cleanup: Removed two dead links (softlinks whose target doesn't exist) ( #4972 )
...
Changes to be committed:
deleted: config/desktop/buster/appgroups/programming/sources
deleted: patch/kernel/archive/sunxi-5.11/sunxi-5.12
2023-03-20 08:02:20 -04:00
SteeManMI
010077305c
aml-s9xx-box: Move board specific bsp file handling to the board ( #4971 )
...
config file from from the family config file
Changes to be committed:
modified: config/boards/aml-s9xx-box.tvb
modified: config/sources/families/meson-gxl.conf
2023-03-19 19:13:05 -04:00
Tony
d4a5b9c799
Move Jetson and Pinebook Pro board tweaks to board conf file ( #4968 )
...
* Move Jetson board tweaks to board conf file
* Move Pinebook Pro BSP and board tweaks
to PBP config file, decluttering family config
2023-03-19 18:26:18 -04:00
Paolo Sabatino
989b49ff6b
rockchip: enable rtl8723ds kernel module
2023-03-18 21:40:32 +01:00
amazingfate
c21aef6e20
update rk35xx legacy kernel source to github
2023-03-17 08:33:42 +01:00
Ricardo Pardini
6b965c605c
completely remove any traces of KERNEL_ONLY and exit with error if set
2023-03-17 08:32:11 +01:00
Ricardo Pardini
b16ffd62da
odroidxu4/current: set KERNEL_SKIP_MAKEFILE_VERSION=yes
2023-03-17 08:32:11 +01:00
Ricardo Pardini
4a1eec83e7
rockchip-rk3588: edge: fix, I messed up move from 6.2-rc7 to 6.2.y 🤦
2023-03-17 08:32:11 +01:00
Ricardo Pardini
032025877c
kinetic: desktop: browsers appgroup: remove firefox-esr -- thanks, Ubuntu :-(
2023-03-17 08:32:11 +01:00
Jianfeng Liu
ff38c51de7
add ca-certificates to debootstrap ( #4949 )
...
* add ca-certificates to debootstrap
* Remove ca-certificates from main as its present in deboostrap anyway
---------
Co-authored-by: Igor <igor@armbian.com>
2023-03-15 16:21:31 +01:00