bitbake

    0熱度

    1回答

    我使用Yocto buildsystem爲包含Qt5的樹莓派創建圖像,但我在正確配置qtbase時遇到問題。如果我開始我的應用程序,像這樣 This application failed to start because it could not find or load the Qt platform plugin "xcb" in "". Available platform plugin

    1熱度

    1回答

    能不能做,如果讓我得到以下錯誤 [email protected]:~/BeagleBone/poky-dora-10.0.1/build$ bitbake core-image-minimal ERROR: Traceback (most recent call last): File "/home/joe/BeagleBone/poky-dora-10.0.1/bitbake/li

    0熱度

    1回答

    我是Ubuntu新手,目前正試圖讓bitbake-toaster工作。 如果我嘗試通過終端啓動烤麪包機,出現以下消息: Warning: bitbake appears to be dead, but the Toaster web server is running. Something fishy is going on. Cleaning up the web server to sta

    1熱度

    2回答

    起初我運行命令來查看我的層: $bitbake-layers show-layers layer path priority meta .../poky-krogoth-15.0.0/meta 5 meta-poky .../poky-krogoth-15.0.0/meta-poky 5 meta-yocto-bsp .../poky-kro

    5熱度

    1回答

    我最近進行了一個基於Linux的嵌入式系統的構建,與我平常嵌入的東西差不多,我有總計控制一切。 作爲其中的一部分,我正在研究Yocto/bitbake/OpenEmbedded構建系統。 我有一件事情要解決,那就是分層概念,所以我試圖找出圖層使用/影響其他圖層的方式。 從我的理解至今,.bb配方文件使用require簡單地包含另一個文件,類似於C的#include "myheader.h"這一般看

    0熱度

    2回答

    我使用Yocto創建包括apache2的構建,但是我很難添加php支持。我曾經運行過它(去年),但從那以後,meta-openembedded中的meta-webserver層發生了變化。從元網絡服務器的README文件: "This layer used to provide a modphp recipe that built mod_php, but this is now built as

    0熱度

    1回答

    我跑的命令 bitbake core-image-minimal 這是我的步驟: git clone poky git clone meta-raspberrypi source oe-init-build-env rpi-build rpi-build/conf/bblayer.conf # adding meta-raspberrypi rpi-build/conf/local.c

    2熱度

    1回答

    我正在尋找一個示例,其中顯示瞭如何將自己的庫包含到工具鏈中。 我們稱之爲「myLib」庫。對於它,我創建了一個配方 「myLib.bb」 並補充說: BBCLASSEXTEND = "native nativesdk" 在我 「的local.conf」 我補充道: IMAGE_INSTALL_append = " myLib" 當通過構建SDK: $ bitbake myTarget -c

    4熱度

    5回答

    我的一個Yocto食譜需要創建一個包含一個非常具體的線路文件,是這樣的: ${libdir}/something 要做到這一點,我有祕方的任務: do_install() { echo '${libdir}/something' >/path/to/my/file } 牢記我想要的字符串正好是所示,我不知道如何逃避它,以防止bitbake從它自己的值libdir中代替。 我本來

    0熱度

    1回答

    我想編譯一個c代碼並使用yocto進行安裝。它使用do_compile成功編譯。 我試圖用do_install來安裝,它給出了波紋管錯誤。 ERROR: Failed to spawn fakeroot worker to run /PATH_TO_THIS/example_0.1.bb:do_install: [Errno 2] No such file or directory 請在下面找到