This service is available only in Japanese-language.
http://elinux.org/RZ-G/Boards/Yocto を使っていますが、weston 環境に Qt を導入したいため、 build/conf/local.conf の IMAGE_INSTALL_append に以下の Qt 関連を追加して構築してみました。 ===== qtbase \ qtbase-fonts \ qtbase-plugins \ qtbase-tools \ qtdeclarative \ qtdeclarative-plugins \ qtdeclarative-tools \ qtdeclarative-qmlplugins \ qtmultimedia \ qtmultimedia-plugins \ qtmultimedia-qmlplugins \ qtconnectivity \ qtconnectivity-qmlplugins \ qtwayland \ qtwayland-plugins \ qtquickcontrols-qmlplugins \ qtquick1 \ qtsvg \ qtsvg-plugins \ qtsensors \ qtimageformats-plugins \ qtsystems \ qtsystems-tools \ qtsystems-qmlplugins \ qtscript \ qt3d \ qt3d-qmlplugins \ qt3d-tools \ qttranslations \ qtwebkit \ qtwebkit-qmlplugins \ qtgraphicaleffects-qmlplugins \ qtlocation \ qtlocation-plugins \ qtlocation-qmlplugins \ ===== 構築結果は下記の通り NOTE: Runtime target 'qtbase' is unbuildable, removing... が出力されて qtbase の構築から失敗します。 解決方法はありますでしょうか?
===== developer@ubuntu:~/rzg1e/build$ bitbake core-image-weston Parsing recipes: 100% |############################################################| Time: 00:00:11 Parsing of 1427 .bb files complete (0 cached, 1427 parsed). 1854 targets, 52 skipped, 10 masked, 0 errors. WARNING: No recipes available for:
/home/developer/rzg1e/build/../meta-renesas/meta-rzg1/recipes-graphics/qt/qtwebkit_git.bbappend
/home/developer/rzg1e/build/../meta-renesas/meta-rzg1/recipes-graphics/qt/qtwayland_git.bbappend
/home/developer/rzg1e/build/../meta-renesas/meta-rzg1/recipes-graphics/qt/qtbase_git.bbappend NOTE: Resolving any missing task queue dependencies ERROR: Nothing RPROVIDES 'qtbase' (but /home/developer/rzg1e/build/../poky/meta/recipes-graphics/images/core-image-weston.bb RDEPENDS on or otherwise requires it) NOTE: Runtime target 'qtbase' is unbuildable, removing... Missing or unbuildable dependency chain was: ['qtbase'] ERROR: Required build target 'core-image-weston' has no buildable providers. Missing or unbuildable dependency chain was: ['core-image-weston', 'qtbase'] =====
Beagleboard Rev C4のuImageについてです。
下記サイトより、BSPと、Yocto project 1.5をダウンロードして構築を試みました。https://www.yoctoproject.org/downloads/bsps/dora15/beagleboard
conf/bblayers.confにmeta-tiを追加し、 $bitbake core-image-minimal 上記コマンドで、 最小構成で構築しましたが、 生成されたファイル群を確認したところ、以下の通りでした。
$ ls MLO MLO-beagleboard MLO-beagleboard-2011.12-r8 README_-_DO_NOT_DELETE_FILES_IN_THIS_DIRECTORY.txt core-image-minimal-beagleboard-20170403081856.rootfs.jffs2 core-image-minimal-beagleboard-20170403081856.rootfs.tar.bz2 core-image-minimal-beagleboard.jffs2 core-image-minimal-beagleboard.tar.bz2 modules--3.10.11+git0+363bd856c8_702040ac7c-r0-beagleboard-20170403081856.tgz modules-beagleboard.tgz u-boot-beagleboard-2011.12-r8.img u-boot-beagleboard.img u-boot.img zImage zImage--3.10.11+git0+363bd856c8_702040ac7c-r0-beagleboard-20170403081856.bin zImage--3.10.11+git0+363bd856c8_702040ac7c-r0-omap3-beagle-20170403081856.dtb zImage--3.10.11+git0+363bd856c8_702040ac7c-r0-omap3-beagle-xm-20170403081856.dtb zImage-beagleboard.bin zImage-omap3-beagle-xm.dtb zImage-omap3-beagle.dtb
sdカード書き込み手順によると、以下の表記があります。
3. Install the kernel uImage: # cp uImage-beagleboard.bin /media/boot/uImage
このファイルが確認できていません。 通常のbitbakeでは、uImageは生成されないのでしょうか。
高田と申します。 Yocto初心者です。
現在、Edison(Intel)というCPUモジュール用のYocto Linuxをビルドしようとしているのですが、 ビルド途中で以下のエラーが発生してしまいます。 このエラーの対処方法をご教授いただけないでしょうか。
ERROR: Task 499 (virtual:native:/home/guest/work/iot-devkit-yp-poky-edison-20160606/iot-devkit-yp-poky-edison-20160606/poky/out/linux64/poky/meta/recipes-support/apr/apr_1.5.1.bb, do_compile) failed with exit code '1'
ビルド環境は以下になります。 ビルドマシン:Ubuntu 14.04 LTS 64bit(仮想マシン) ビルド環境:IntelのHPよりダウンロード https://software.intel.com/en-us/iot/hardware/edison/downloads
手順はIntelが提供するガイドを参考にしています。 http://www.intel.com/content/www/us/en/support/boards-and-kits/000005616...
よろしくお願いいたします。