ColorfulRhino
b8dbe607e5
partitioning: Declare rootpart as local variable
...
The others like `uefipart` and `bootpart` are also defined as local var. Establish consistency.
2024-08-05 20:39:57 +02:00
ColorfulRhino
1092d60d3e
partitioning: Set correct partition type UUID for root filesystem
...
Previously, only the type "Generic Linux filesystem" was used.
Use the correct type "Linux root ($ARCHITECTURE)" for the root filesystem.
2024-08-05 20:39:57 +02:00
ColorfulRhino
a027c4be37
partitioning: Add check to use legacy BIOS boot partition with GPT only, not MBR
...
Exit with an error message if trying to add this partition to an MBR disk.
2024-08-05 20:39:57 +02:00
ColorfulRhino
01d8716bf9
partitioning: Output the partitioning options to the debug log
2024-08-05 20:39:57 +02:00
ColorfulRhino
0b6d61f4c4
partitioning: Add some comments to improve readbility
2024-08-05 20:39:57 +02:00
Igor Pecovnik
aaee1bb85f
RaspberryPi: bump EDGE kernel to 6.10.y
2024-08-05 20:38:46 +02:00
Igor Pecovnik
a082d95117
imx6: bump EDGE kernel to 6.10.y
2024-08-05 20:38:31 +02:00
Igor Pecovnik
382e4d064a
Odroid XU4: bump EDGE kernel to 6.10.y
2024-08-05 20:38:13 +02:00
dependabot[bot]
48128c869f
build(deps): bump actions/upload-artifact from 4.3.4 to 4.3.5
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.3.4 to 4.3.5.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](0b2256b8c0...89ef406dd8 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-08-05 20:38:00 +02:00
Martin Schmiedel
42cc795f4d
MBa8MPxL: update imx8m-6.6
...
- linux-tqma-current.config: enable HDMI, LVDS, Bluetooth
- imx8_common.inc: use tag instead of branch (v6.6.43)
- fix asound.state.tqma
Signed-off-by: Martin Schmiedel <Martin.Schmiedel@tq-group.com>
2024-08-05 14:36:51 +02:00
Martin Schmiedel
19ec627e90
MBa8MPxL: fix boot problem after updating uboot.sh
...
- since 792d9d9d Variables add to environment in post_config_uboot_target function are ignored.
- So setting the variable ATF_LOAD_ADDR doesn't work anymore
- ATF_LOAD_ADDR changed in the uboot patch instead
Signed-off-by: Martin Schmiedel <Martin.Schmiedel@tq-group.com>
2024-08-05 14:36:51 +02:00
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