hyx0329
28ae76b468
tinkerboard-2: u-boot: bump to v2025.04
...
This is tested on a tinkerboard 2s.
The u-boot dts for tb2 contains other fixes, and the major ones are:
- add missing basic gpio-fan node
- usb-c altmode fix, dts part
2025-06-04 20:34:12 +02:00
igorpecovnik
e03b1b543c
Automatic board configs status synchronise
2025-06-03 09:58:38 +02:00
Ricardo Pardini
c8baf1c888
runners.sh: introduce chroot_sdcard_custom_with_apt_logic() for reuse
...
- we've too much logic in `chroot_sdcard_apt_get()` we need to re-use
for eg debfoster or any extensions that need to manipulate the apt
cache (which is handled via mounts in that function)
- `chroot_sdcard_apt_get()` now accepts a `chroot_command` env var,
defaulting to `apt-get`
- `chroot_sdcard_custom_with_apt_logic()` splits the params and calls
`chroot_command=... chroot_sdcard_apt_get ...` allowing for custom
calls
2025-06-03 09:57:19 +02:00
djurny
0f4303651f
Rework after review prepare-host.sh
...
Use all parameters to display_alert()
```
[🐳 |🌱 ] Running in container [ Adding provisions for container building ]
[🐳 |🌱 ] Adding package to 'host_dependencies' [ python3-setuptools ]
[🐳 |🌱 ] Python2 not available on host release 'noble' [ ancient u-boot versions might/will fail to build ]
```
2025-06-03 09:56:09 +02:00
Tom Urlings
826309f7bc
rockchip64/rk3328: U-Boot v2022.04/07 add setexpr
...
- aimed at nanopi-r2s and nanopineo3
- impacts:
- boards (re)using 'nanopi-r2s-rk3328_defconfig' (rk3328)
and:
- boards using U-Boot v2022.04 or
- boards using U-Boot v2022.07
- added explicit dependency on python3-setuptools as (at least) U-Boot
v2022.04 and v2022.07 fail building due to missing 'distutils' for
boards that use U-Boot v2022.04 or v2022.07
2025-06-03 09:56:09 +02:00
Paolo Sabatino
cc4cb72d40
bump rockchip 32 bit edge kernel to 6.15
2025-06-03 09:53:37 +02:00
Tom Urlings
cdf71df4b8
fix/netplan-dhcp-all-lan-wan-interfaces
...
- apply dhcp to all interfaces that are renamed to either
'lanX' or 'wanX' by udev.
- applies to a.o. nanopi-r1, nanopi-r2s.
2025-06-03 09:49:13 +02:00
dependabot[bot]
08c19c021f
build(deps): bump setuptools from 80.8.0 to 80.9.0
...
Bumps [setuptools](https://github.com/pypa/setuptools ) from 80.8.0 to 80.9.0.
- [Release notes](https://github.com/pypa/setuptools/releases )
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst )
- [Commits](https://github.com/pypa/setuptools/compare/v80.8.0...v80.9.0 )
---
updated-dependencies:
- dependency-name: setuptools
dependency-version: 80.9.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-03 09:48:33 +02:00
dependabot[bot]
acc79288f4
build(deps): bump oras from 0.2.31 to 0.2.33
...
Bumps [oras](https://github.com/oras-project/oras-py ) from 0.2.31 to 0.2.33.
- [Release notes](https://github.com/oras-project/oras-py/releases )
- [Changelog](https://github.com/oras-project/oras-py/blob/main/CHANGELOG.md )
- [Commits](https://github.com/oras-project/oras-py/compare/0.2.31...0.2.33 )
---
updated-dependencies:
- dependency-name: oras
dependency-version: 0.2.33
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-03 09:48:24 +02:00
dependabot[bot]
217149cb01
build(deps): bump ossf/scorecard-action from 2.4.1 to 2.4.2
...
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action ) from 2.4.1 to 2.4.2.
- [Release notes](https://github.com/ossf/scorecard-action/releases )
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md )
- [Commits](https://github.com/ossf/scorecard-action/compare/v2.4.1...v2.4.2 )
---
updated-dependencies:
- dependency-name: ossf/scorecard-action
dependency-version: 2.4.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-03 09:48:12 +02:00
dependabot[bot]
dcc9d91b94
build(deps): bump tj-actions/changed-files
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from c6634ca281a9fc05b03bee224ba00910cb78ab6e to 115870536a85eaf050e369291c7895748ff12aea.
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](c6634ca281...115870536a )
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-version: 115870536a85eaf050e369291c7895748ff12aea
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-03 09:48:01 +02:00
Ricardo Pardini
f149a11b4b
nanopct6(-lts): switch to mainline A-TF; use mainline u-boot also for 'current' branch
...
- keep vendor u-boot for vendor branch (with rk's BL31)
v25.8.0-trunk.94
2025-05-31 11:05:32 +02:00
Igor Pecovnik
166b786fc9
Drop broken patch
2025-05-30 21:18:18 +02:00
Igor Pecovnik
b84e431565
PocketBeagle2: temporally disabling build target
2025-05-30 19:46:43 +02:00
Igor Pecovnik
a55e510628
Rockchip64 current: fixing broken patch
2025-05-30 19:38:09 +02:00
Rolf Leggewie
81d65b09b9
lib distro-specific.sh: move armbian GPG to more common location
2025-05-30 04:06:39 +08:00
Werner
6a825a4446
switch kernel source to mainline ( #8252 )
2025-05-29 18:30:50 +00:00
Andrei Aldea
85e5e238eb
Add Example for custom Kernel Descriptions
2025-05-29 19:30:15 +02:00
Andrei Aldea
557457e4cc
Revert Changes to library-functions
...
Was auto-regenerated
2025-05-29 19:30:15 +02:00
Andrei Aldea
d824a53b58
Add Kernel Version Parsing and Custom Description
...
Adds ability to set custom descriptions for kernel inside family config and parses for kernel version.
2025-05-29 19:30:15 +02:00
igorpecovnik
4150cd4ac8
Automatic board configs status synchronise
2025-05-29 19:08:37 +02:00
Ricardo Pardini
fcfdfeba06
khadas-vim3: u-boot: bump to v2025.04 final
2025-05-29 18:51:04 +02:00
Igor Pecovnik
b2fd69b34d
Enable HiDPI support only if the framebuffer size is detectable
2025-05-29 18:50:43 +02:00
Ricardo Pardini
a268b2dd69
rockchip64-6.15: edge: CONFIG_NETKIT=y
...
- because, well, Cilium: https://isovalent.com/blog/post/cilium-netkit-a-new-container-networking-paradigm-for-the-ai-era/
- nb: nas nothing to do with "ai"
2025-05-29 18:50:10 +02:00
Ricardo Pardini
39fef63e73
kernel-debs: if make clean fails (logs to bitbucket), do it again, but show the logs
2025-05-29 18:32:47 +02:00
Ricardo Pardini
d4945ec071
artifacts-obtain: pack_artifact_to_local_cache: force a fsync() before packing
2025-05-29 18:31:50 +02:00
Ricardo Pardini
26e253b4ad
mixtible-blade3: u-boot: back to radxa's v2024.03, as .10 breaks GMAC stable MAC patch
...
- similar to e9708b8c33 , but for the Blade3
- this reverts d048673c00 just for the Blade3
- there is little to be gained from .10 anyway on those machines (IMHO)
- it is still vendor 2017.09 after all, dunno why Radxa calls them "2024.x"
2025-05-29 18:30:51 +02:00
Ricardo Pardini
faac26177a
odroidhc4: u-boot: 2025.04; use hc4 defconfig for sd as well as mtd
2025-05-29 18:29:11 +02:00
Ricardo Pardini
fb1ac8cb1d
nanopct6(-lts): u-boot: bump to v2025.04 final
2025-05-29 18:27:15 +02:00
Ricardo Pardini
9a971ded79
grub: if serialcon is not a tty0 or tty1, include a console=tty0 as first console
...
- that way one can still get last-resort non-serial console if the serial fails
2025-05-29 18:07:54 +02:00
Ricardo Pardini
03c47689cb
docker: 50%+ faster during "enabling all extensions looking for Docker dependencies"
...
- 7s+ -> 3s
- by using `enable_extensions_with_hostdeps_builtin_and_user "add_host_dependencies" "host_dependencies_known"` instead of `enable_all_extensions_builtin_and_user`
2025-05-29 17:58:28 +02:00
Ricardo Pardini
10570df804
extensions: introduce enable_extensions_with_hostdeps_builtin_and_user()
...
- this is an alternative to `enable_all_extensions_builtin_and_user()`
- this one greps the files for the hooks we're interested in
2025-05-29 17:58:28 +02:00
Ricardo Pardini
fa0d9ab820
rootfs-to-image: do not use --sparse, it's _very slow_ on certain IO/FS combos
...
- Revert "rootfs-to-image: preserve sparse files when moving artefacts to final destination with rsync"
This reverts commit 4fd0e0c29d .
2025-05-29 17:55:27 +02:00
Ricardo Pardini
793d0eea41
quartz64a: bump u-boot to v2025.04 final and make it fancy
...
- UMS mode (use the black USB port)
- Boot order: SD -> NVMe -> SATA -> USB -> eMMC
- Flash LEDs in preboot
- Networking stuff
- Lots of FS's and compression methods
2025-05-29 17:52:53 +02:00
The-going
99afe10bed
wifi-rtl8821cu: initial settings where Wi-Fi and bluetooth will both work
2025-05-29 17:50:10 +02:00
The-going
abe1fb8b7e
sunxi-6.12: bananapi-m4-berry: delete unused nodes
2025-05-29 17:50:10 +02:00
The-going
ec28db9f0f
sunxi-6.12: sun50i-h616: Add the missing digital audio nodes
2025-05-29 17:50:10 +02:00
The-going
0fbc9e4c6b
sunxi-6.12: re-extracting armbian patches
2025-05-29 17:50:10 +02:00
The-going
fa6e4bb2d8
sunxi=6.12: re-extracting megous patches
2025-05-29 17:50:10 +02:00
The-going
c25d079a93
sunxi-6.12: Switching to v6.12.30
2025-05-29 17:50:10 +02:00
djurny
f4f14832f5
helios4: fix helios4-wol.service (wake-on-lan) ( #8235 )
...
* helios4: fix wake-on-lan (wol)
- added ethtool package
- enable wol on all ethernet interfaces
- support common systemd.net-naming-schemes (ethX/endX/enoX)
* Update helios4-wol.service
Removed test code.
* Update helios4-wol.service
Fix bug after retesting.
2025-05-29 17:46:08 +02:00
Ricardo Pardini
c70ab6079c
thinkpad-x13s: bump to jhovold's wip/sc8280xp-6.15 (final)
2025-05-29 09:33:29 +02:00
Ricardo Pardini
560e299512
meson64-6.15: rewrite/rebase patches against 6.15 (final)
2025-05-29 09:33:29 +02:00
Ricardo Pardini
bf2f058d60
mainline-kernel: bump 6.15 to released
2025-05-29 09:33:29 +02:00
Ricardo Pardini
21a9d0c3c8
rockchip64-6.15: add HDMIRX DT patch for NanoPC T6(-LTS)
2025-05-29 09:33:29 +02:00
Ricardo Pardini
6e67114ced
rockchip64-6.15(edge): .config: enable VIDEO_SYNOPSYS_HDMIRX_LOAD_DEFAULT_EDID
...
From the Kconfig:
```
Preload default EDID (Extended Display Identification Data)
branded by Linux Foundation that exposes display modes up
to 4k@30Hz, which have best compatibility with HDMI transmitters.
Enabling this option is recommended for a non-production use-cases.
It will make driver usable out-of-the-box.
For a higher display modes you will need to load customized EDID
from userspace using v4l2-ctl tool or by other means.
Without enabling this option driver will be practically
non-functional until EDID will be loaded from userspace.
Which is a wanted behavior when using this driver in a
commercial product that should utilize own branded EDID.
```
2025-05-29 09:33:29 +02:00
Ricardo Pardini
151d4fcbc9
rockchip64-6.15: add mainline (6.15+) HDMIRX DT patch for CM3588
...
- rockchip64-6.15: drop pre-mainline HDMIRX DT patch for CM3588
2025-05-29 09:33:29 +02:00
Ricardo Pardini
70eb10e1f5
rockchip64-6.15: fix ssv6051 driver for 6.15
...
- just hackfixes ref e4c416533f
2025-05-29 09:33:29 +02:00
Ricardo Pardini
2a5e2073ee
rockchip64-6.15: rewrite patches against 6.15-rc7
2025-05-29 09:33:29 +02:00
Ricardo Pardini
b8dc3cf4a5
rockchip64-6.15: HACK: drop patches that don't build with 6.15 (predatory, build round)
2025-05-29 09:33:29 +02:00