yocto 中有哪些不同的功能可用 - do_compile_append?

What are the different functions available in the yocto just like - do_compile_append?

我正在寻找 yocto 中可用的不同功能,就像 do_compile_append() 一样? 此外,yocto 何时调用 do_compile_append()。我正在研究有关此类功能的深入手册文档。有可用的示例吗?

Yocto 有丰富的文档。 Reference Manual. The function override style ("_append" and "_prepend") is explained in the Bitbake Manual 中定义了一般任务和依赖项以及 do_compile() 等标准任务。 do_compile 期间究竟发生了什么当然取决于具体的食谱。

Mega Manual 将所有 Yocto 文档包含在一个 html 文件中——对于快速搜索非常有用,但它已经比大多数小说长得多,因此不适合从头到尾阅读返回。