This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
工具/软件:Linux
您好!
我正在为 AM3358构建 Yocto (Arago)、我使用的是 PROCESSOR-SDK-04.00.00.04-CONFIG (http://processors.wiki.ti.com/index.php?title=Processor_SDK_Building_The_SDK&oldid=229652)
MACHINE=AM335x-EVM bitbake tisdk-rootfs-image
因为建立铬- wayland 需要大量 RAM、并且需要太长的时间、所以我想跳过 Chromium- wayland。
我尝试添加:
IMAGE_INSTALL_remove += "chromium-wayland"
或
PACKAGE_EXCLUDE = "
铬- wayland "
在 build/conf/local.conf 上、但没有任何变化。 它仍在编译铬- wayland。
那么 、当我构建 Yocto 时、我如何跳过铬- wayland 呢?
您好!
我认为这个 image_install_remove +="chromium-wayland"是不够的。
请尝试同时设置 BBMASK。 如需更多信息、请查看:
www.yoctoproject.org/.../mega-manual.html
该螺纹还可用于帮助提供 一个示例、说明如何去除铬- wayland:
e2e.ti.com/.../2423239
希望这对您有所帮助。
BR
玛格丽塔