Recipetool 从 Git Repo 创建

Recipetool create from Git Repo

我正在学习教程 How to create your first recipe and enable auto-start using systemd。值得注意的是

Note that the recipe is setup to automatically download the sources from the GNU URL. The recipetool utility can also use URIs from source code management systems such as Git.

recipetool 可以接受 repo URL 作为参数吗?还是我需要创建一个骨架配方并添加我的 git repo 信息?

我在书里找到了答案!

 recipetool create -V 1.0 https://github.com/OSSystems/bbexample

来自

Embedded Linux Development using Yocto Projects Second Edition

第 90 页