Security patterns and anti-patterns in embedded development
Security patterns and anti-patterns in embedded development
Posted Apr 30, 2024 16:15 UTC (Tue) by rweikusat2 (subscriber, #117920)Parent article: Security patterns and anti-patterns in embedded development
The Yocto build system with its wild mixture of Python, shell and all of the Bitbake ad hocery isn't exactly a shining example of something that's not "obscure" and I seriously doubt that the majority of people using it actually understand it. Further, the language isn't the real issue here but the code written in it. Most code written in any language will be "obscure" to most people, regardless if they know the language or not, possibly just for the trivial reason that there's a real lot of it (code) and they haven't really seen much of that.
How many people know that meta/classes/devtool-source.bbclass¹ exists and how many of these understand it?
¹ From the dated Yocto version I've worked with last.