Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 273 Bytes

oelint.file.nospaces.md

File metadata and controls

15 lines (8 loc) · 273 Bytes

oelint.file.nospaces

severity: error

Example

File /some/file/with/a /space/ in /its/path.bb

Why is this bad?

Bitbake doesn't support spaces at any place in the absolute file path.

Ways to fix it

Rename to /some/file/with/a_/space/_in_/its/path.bb