You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dt_makefile_patcher uses a regex to determine if a line in Makefile contains a dtb. The regex does not accept any line with a period before .dtb as a valid dtb. For example, px30-engicam-px30-core-edimm2.2.dtb from this Makefile is not created because of the period inside edimm2.2.
What happened?
File: https://github.com/armbian/build/blob/main/lib/tools/common/dt_makefile_patcher.py#L83
dt_makefile_patcher
uses a regex to determine if a line in Makefile contains a dtb. The regex does not accept any line with a period before.dtb
as a valid dtb. For example,px30-engicam-px30-core-edimm2.2.dtb
from this Makefile is not created because of the period insideedimm2.2
.This issue blocks PR armbian/linux-rockchip#234.
How to reproduce?
Build command:
./compile.sh build BOARD=orangepi3b BRANCH=vendor BUILD_DESKTOP=no BUILD_MINIMAL=yes KERNEL_CONFIGURE=no RELEASE=noble
Branch
main (main development branch)
On which host OS are you running the build script and observing this problem?
Ubuntu 24.04 Noble
Are you building on Windows WSL2?
Relevant log URL
https://paste.armbian.com/ibanuqalep
Code of Conduct
The text was updated successfully, but these errors were encountered: