schwar3kat
58b0a55351
Add Linux Mint Virginia and Wilma to supported hosts
...
Add virginia and wilma in host-release.sh
Add wilma in prepare-host.sh
2024-08-05 09:39:01 +02:00
Igor Pecovnik
f08ae68161
Mvebu: update / refresh current kernel config
2024-08-05 09:38:22 +02:00
Igor Pecovnik
8ea1a4df1b
Set fixed mac addresses
2024-08-05 09:38:22 +02:00
Igor Pecovnik
2e9917bc6a
Mvebu: Bump kernel config and sources to 6.10.y
2024-08-05 09:38:22 +02:00
Igor Pecovnik
ff8412d676
Add patches to 6.10 folder
2024-08-05 09:38:22 +02:00
Heisath
9ea9e5b97b
Move to 6.8
2024-08-05 09:38:22 +02:00
Heisath
72ce5c3f0b
Add mvebu 6.7 patches, move to rmk tree
2024-08-05 09:38:22 +02:00
Igor Pecovnik
8662ef1c7b
Meson 6.10: adjust patches to align with upstream changes
...
Need to be tested on hardware
2024-08-05 09:35:43 +02:00
Igor Pecovnik
a6c3bed0a3
Ename KDE Neon on Jammy. It was disabled due to base-files troubles
...
Official KDE Neon is still based on Jammy
2024-08-04 21:28:53 +02:00
Igor Pecovnik
f0b38dc380
KDE neon downgrades base-files for some reason. Lets prevent this to happen
2024-08-04 21:28:53 +02:00
Igor Pecovnik
87845c0ff1
Armsom5 - switch to vendor branch and add BOARD_MAINTAINER field to suppress warnings
2024-08-04 21:26:03 +02:00
SteeManMI
4fe4599f29
Kernel config fix for Odroid C1
2024-08-04 21:25:36 +02:00
SteeManMI
f27076f7e5
rewrite kernel config
2024-08-04 21:25:36 +02:00
SteeManMI
dcf916ffe8
rewrite kernel patches
2024-08-04 21:25:36 +02:00
SteeManMI
78acfe1a5a
Initial changes to move meson edge from 6.9 to 6.10
2024-08-04 21:25:36 +02:00
The-going
8797b2371b
shellcheck: SC2070 (error): -n doesn't work with unquoted arguments.
2024-08-04 21:24:46 +02:00
The-going
70686a11a9
bsp: armbian-install: fix the search for eMMC and SD card devices
...
On different boards, eMMC and SDcard memory devices can have
numbers 0, 1, 2 in any sequence.
SDcard -> 0; eMMC -> 2
SDcard -> 2; eMMC -> 0
SDcard -> 0; eMMC -> 1
eMMC has additional physical partitions such as *boot0,
*boot1 and others.
Use this attribute for unambiguous identification.
Print the type and name of the memory device in the message
to the user.
2024-08-04 21:24:46 +02:00
Igor Pecovnik
1632cf6905
Enable fixed MAC settings for Nanopi R6 series and supress iozone related error
2024-08-04 14:07:42 +02:00
Igor Pecovnik
2aff2c8e5c
Add support for wan and lan nic names when setting random mac with NetPlan
2024-08-04 14:07:42 +02:00
Igor Pecovnik
c91668e645
Cosmetic fix: do not show repository keys that doesn't exits
2024-08-03 17:51:52 +02:00
amazingfate
3980fc42ac
config: rk35xx: vendor: enable CONFIG_NVMEM_ROCKCHIP_OTP
2024-08-03 17:51:38 +02:00
Igor Pecovnik
c958cdc684
Repo management: drop unused component
2024-08-03 16:09:15 +02:00
Igor Pecovnik
264852642d
Packages: move base-files, bsp-desktop and desktop packages to RELEASE specific folders
2024-08-03 16:09:15 +02:00
Nicolas Pereira
4e4b77923d
Update board config h96-max to mainline u-boot
...
since armbian 24.8.0-trunk.205 this board stop working
find a fix on station-p2 for it
2024-08-03 15:34:11 +02:00
Igor Pecovnik
4f92c2ebfc
Adjust patches that are broken or they found a way upstream
2024-08-03 15:34:00 +02:00
dependabot[bot]
8ec78921e1
build(deps): bump ossf/scorecard-action from 2.3.3 to 2.4.0
...
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action ) from 2.3.3 to 2.4.0.
- [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.3.3...v2.4.0 )
---
updated-dependencies:
- dependency-name: ossf/scorecard-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-08-02 17:22:58 +02:00
dependabot[bot]
bdda4f353b
build(deps): bump setuptools from 71.1.0 to 72.1.0
...
Bumps [setuptools](https://github.com/pypa/setuptools ) from 71.1.0 to 72.1.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/v71.1.0...v72.1.0 )
---
updated-dependencies:
- dependency-name: setuptools
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-08-02 17:22:23 +02:00
The-going
820d29b657
sunxi-6.6: exclude iio thermal sensors patches
...
These patches are not needed for the kernel version 6.6 and later.
In addition, they cause minor harm when measuring temperature,
as they additionally calibrate the sensors.
Today, all the work is done by drivers/thermal/sun8i_thermal.c
2024-08-02 17:21:36 +02:00
The-going
d5688b344a
sunxi-current: switch to tag:v6.6.43
2024-08-02 17:21:36 +02:00
The-going
c4d458e2c6
mk_format_patch: fix shellcheck SC2045 (error)
2024-08-02 17:21:36 +02:00
The-going
641025e1a4
sunxi-6.6: Switch to v6.6.37, edit incorrect patch messages
2024-08-02 17:21:36 +02:00
The-going
ef444f587a
sunxi-6.6: Edit the series.conf file, delete unused ones.
2024-08-02 17:21:36 +02:00
The-going
dbdb03ddb8
sunxi-6.6: armbian: delete unused ones, replace changed ones.
...
Now the names of the patch files correspond to the entry
in the commit message.
Patches that have been transferred (copied) since time
immemorial and require revision have been removed.
No one wants to deal with them.
2024-08-02 17:21:36 +02:00
The-going
8bc515ff21
sunxi-6.6: megous: Delete unused ones. Update the changed ones.
2024-08-02 17:21:36 +02:00
The-going
82225ac5a1
mk_format_patch: Copy only those patches that have changes in chunks
2024-08-02 17:21:36 +02:00
Ricardo Pardini
0a3411ec05
thinkpad-x13s: bump to jhovold's 6.10 (from -rc7)
2024-08-02 17:20:56 +02:00
Julian Sikorski
3d59517505
Update odroidxu4-current to 6.6.43
2024-08-02 17:20:37 +02:00
Gunjan Gupta
468342d3f7
meson-s4t7: add comment to ensure rebuild of bsp package
2024-07-30 15:39:34 +02:00
Gunjan Gupta
24d1ddce69
Meson-s4t7: update required modules to match fenix
2024-07-30 15:39:34 +02:00
Gunjan Gupta
4d0d2a4c85
kernel: meson-s4t7: update config to match latest fenix changes
2024-07-30 15:39:34 +02:00
SteeManMI
507c89168c
Enable CONFIG_POWER_RESET_MESON64
2024-07-29 08:16:37 +02:00
SteeManMI
1c5ed3622a
rewrite kernel config
2024-07-29 08:16:37 +02:00
SteeManMI
2f2618f9a5
rewrite kernel patches
2024-07-29 08:16:37 +02:00
SteeManMI
691e7b8b67
Fixes for 6.10: Copied Paolo's rockchip64 overlay compliation fix to meson64
2024-07-29 08:16:37 +02:00
SteeManMI
41fbb0802a
Initial changes to move meson64 edge from 6.9 to 6.10
2024-07-29 08:16:37 +02:00
chainsx
882255833e
sun55iw3-syterkit: update kernel config
2024-07-29 08:16:20 +02:00
Igor
10b92e2493
Extend mesa-vpu extension to load unpatched Chromium by default ( #6657 )
...
* Extend mesa-vpu extension to load unpatches Chromium by default
* Pin only Chromium browser
For future - make separate browser extension
2024-07-29 08:16:00 +02:00
Muhammed Efe Cetin
0c86f76d30
mesa-vpu: install chromium package instead of chromium-browser
2024-07-29 07:55:49 +02:00
Ivan Podogov
8814cc9f3e
Switch Retro Lite CM5 back to legacy U-Boot ( #7004 )
...
This allows us so successfully boot Armbian, ROCKNIX and Android.
2024-07-28 18:36:04 +01:00
amazingfate
94ef30d4bc
bootenv: add rk356x.txt for larger cma size
2024-07-28 14:35:34 +08:00