TexasInstruments / ti-bdebstrap

Build custom bootstrap images using bdebstrap
Other
9 stars 10 forks source link

Add support for building debian trixie with 10.00 BSPs #54

Closed sskartheekadivi closed 2 weeks ago

sskartheekadivi commented 2 weeks ago
glneo commented 2 weeks ago

I thought the plan was to move away from this custom image creating script for 10.0? Why not do this now with ISAR? It already supports everything we are doing with this script and more. It also supports a TI board[0] already so it has all the basics in place for our platforms. We should extend that to the full set of EVMs we wish to support.

[0] https://github.com/ilbers/isar/blob/master/meta-isar/conf/machine/beagleplay.conf

sskartheekadivi commented 2 weeks ago

I thought the plan was to move away from this custom image creating script for 10.0? Why not do this now with ISAR? It already supports everything we are doing with this script and more. It also supports a TI board[0] already so it has all the basics in place for our platforms. We should extend that to the full set of EVMs we wish to support.

[0] https://github.com/ilbers/isar/blob/master/meta-isar/conf/machine/beagleplay.conf

Hi @glneo, ISAR is good. But exploring it as a complete replacement will still take time. There are no plans to migrate to it in 10.00 Release. Hopefully 10.01.

glneo commented 2 weeks ago

Sounds good, thanks for the info.

Looking over at the ti-debpkgs repo, seems the packages used for Trixie are the same as already built for Bookworm. I don't think this would be an issue for the currently set of packages, but in the future it might be good to split the binary repo by distro and the compile all the packages fresh against each suite.