We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/mozilla-japan/meta-browser/wiki/Debug-RZ-G1E
上記手順で構築したSDKでFirefoxをビルドできない。
alsa.pcに関しては、local.confで
IMAGE_INSTALL_append = " alsa-dev "
で解決した。devパッケージ扱いになっていない? pythonモジュールに関しては
TOOLCHAIN_HOST_TASK_append = " nativesdk-python-modules "
で行けるかと思ったがダメだった。
The text was updated successfully, but these errors were encountered:
pythonやperlに関してはホストの物を使うようにすれば良いので致命的では無いが、釈然としないのですっきりと解決したい。
pythonモジュールがないと、Yoctoのdevtoolも使えない。
Sorry, something went wrong.
ちなみにプロジェクト初期の頃はi.MX6向けに(レシピではなく)SDKでビルドしていたが、やはりpythonはホストの物を使うようにしていた。
という意味ではRZ/G1E固有の問題では無くてi.MX6向けにも何とかしたいのでタイトル変更。
alsa.pcに関しては、local.confで IMAGE_INSTALL_append = " alsa-dev " で解決した。devパッケージ扱いになっていない?
で解決した。devパッケージ扱いになっていない?
当然、これも本当はこれじゃダメ。実機にまでインストールされてしまう。
SDKのイメージにはIMAGE_INSTALLのパッケージに加えて-devや-dbgを補完して入れるが、alsa-devはあってもalsaというパッケージが無いことが原因か。
-dev
-dbg
alsa-dev
alsa
No branches or pull requests
https://github.com/mozilla-japan/meta-browser/wiki/Debug-RZ-G1E
上記手順で構築したSDKでFirefoxをビルドできない。
alsa.pcに関しては、local.confで
で解決した。devパッケージ扱いになっていない?
pythonモジュールに関しては
で行けるかと思ったがダメだった。
The text was updated successfully, but these errors were encountered: