PiRogueToolSuite / deb-packages

PiRogue Debian packages
https://pts-project.org/
GNU General Public License v3.0
2 stars 2 forks source link

Consider dropping custom DTBs #24

Open CyrilBrulebois opened 2 weeks ago

CyrilBrulebois commented 2 weeks ago

The pirogue-hardware-detection ships custom DTBs for Pi 3/Pi 4 and a hook to make sure they override DTBs shipped by the linux-image packages, for the following reason:

  * Ship Raspberry Pi 3 and 4 DTBs built from src:linux as found in Debian
    12, with mainline commits 3cdba279c5e9 and e925743edc0d cherry-picked,
    so that they're built with -@, making it easier to apply DTBOs.

but src:linux in Debian 12 recently got those commits included, so we don't need to keep doing that. Debian tag: debian/6.1.94-1, and that's available as of the 12.6 point release (late June 2024).

There's no rush to clean this up though.