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 Build 中删除 Chrome/Wayland

Guru**** 2036780 points
Other Parts Discussed in Thread: AM3358
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/684205/linux-am3358-removing-chromium-wayland-from-yocto-build

器件型号:AM3358

工具/软件: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
    玛格丽塔

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    您好、Margarita、
    非常感谢您的帮助、我正尝试按照您的方向重建 Yocto。