ERROR: QA Issue: recipe: Files/directories were installed but not shipped

問題

bitbake を実行すると package タスクで次のエラーが表示される。

ERROR: QA Issue: <レシピ名>: Files/directories were installed but not shipped
  /usr/src
  /usr/src/debug
  ...

解決方法

レシピに次の行を追加する。

PACKAGE_DEBUG_SPLIT_STYLE = "debug-without-src"