oelint.vars.summary80chars

March 17, 2024 ยท View on GitHub

severity: warning

Example

In any bitbake recipe

SUMMARY = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"

Why is this bad?

The OpenEmbedded Style guide requires SUMMARY to be a maximum of 80 characters long

Ways to fix it

SUMMARY = "Something shorter than 80 characters"

Contents

  1. 1Example
  2. 2Why is this bad?
  3. 3Ways to fix it