pyavitz / debian-image-builder

Debian image builder for single board computers
Other
139 stars 33 forks source link

linux packaging: `dtc list` #82

Closed pyavitz closed 9 months ago

pyavitz commented 9 months ago

The builder will now check the board $SERIES and generate a DTC list. The list will be populated by the content in the $DEVICETREE variable.

To ensure VENDOR kernels are still packaged correctly the builddeb will generate a new list based on the DTC files actually available.

NOTE: On a user level nothing will change, except that you may see more DTC files inside the /boot/$PLATFORM directory.

Makefile: patching=true/false Example: make kernel version=6.1.y board=odroidn2plus github=tobetter repo=linux branch=odroid patching=false