INHIBIT_PACKAGE_DEBUG_SPLIT

Prevents the OpenEmbedded build system from splitting out debug information during packaging.
OpenEmbedded ビルドシステムによるパッケージング時のデバッグ情報の分離を抑止します。

By default, the build system splits out debugging information during the do_package task.
既定では、ビルドシステムは do_package タスク時にデバッグ情報を分離します。

For more information on how debug information is split out, see the PACKAGE_DEBUG_SPLIT_STYLE variable.
デバッグ情報を分離する方法について詳しくは、PACKAGE_DEBUG_SPLIT_STYLE 変数を見てください。

To prevent the build system from splitting out debug information during packaging, set the INHIBIT_PACKAGE_DEBUG_SPLIT variable as follows:
ビルドシステムによるパッケージング時のデバッグ情報の分離を抑止するには、INHIBIT_PACKAGE_DEBUG_SPLIT 変数を次のように設定してください。

INHIBIT_PACKAGE_DEBUG_SPLIT = "1"