mbox series

[0/1] BBClass checker script (14235)

Message ID 20240128000405.3074503-1-sgw@bigsur.com
Headers show
Series BBClass checker script (14235) | expand

Message

Saul Wold Jan. 28, 2024, 12:04 a.m. UTC
This is the first pass at a script for addressing 14235 [0]:
bbclass file name convention is not consistent wrt dash and underscore

This is could be a contrib script or added to bitbake parsing somehow, 
I am open to suggestions for where to add this or if other tests are
needed.

[0] https://bugzilla.yoctoproject.org/show_bug.cgi?id=14235

Saul Wold (1):
  check-bbclasses: add new script to check bbclasses

 scripts/check-bbclasses | 109 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 109 insertions(+)
 create mode 100755 scripts/check-bbclasses