2015-12-09から1日間の記事一覧

ERROR: QA Issue: File '/path/to/file' from recipe was already stripped, this will prevent future debugging!

問題 bitbake コマンドを実行すると、次のようなエラーが表示される。 ERROR: QA Issue: File '/path/to/file' from recipe was already stripped, this will prevent future debugging! 環境 Yocto Project 1.6 (daisy) 原因 バイナリーファイルにデバッグ…

ERROR: QA Issue: non -dev/-dbg/-nativesdk package contains symlink .so: recipe path 'path/to/libfile.so'

問題 bitbake コマンドを実行すると、次のようなエラーが表示される。 ERROR: QA Issue: non -dev/-dbg/-nativesdk package contains symlink .so: recipe path 'path/to/libfile.so' 環境 Yocto Project 1.6 (daisy) 原因 ソースファイルに .so ファイルが…

bin_package.bbclass

The bin_package class is a helper class for recipes that extract the contents of a binary package (e.g. an RPM) and install those contents rather than building the binary from source. bin_package クラスは、ソースからバイナリーをビルドする…

NT_STATUS_OBJECT_NAME_COLLISION

問題 ファイルをアップロードした時に次のメッセージが表示される。 NT_STATUS_OBJECT_NAME_COLLISION 原因 共有フォルダーに同じ名前のファイル/フォルダーが既に存在するため。 解決策 害は無いので、何もしない。