是否可以使用 poky 构建二进制包?

Is it possible to build a binary package with poky?

mega-manual

中给出

4.2.2.2. Creating the Project

You can create two types of projects: Autotools-based, or Makefile-based. This section describes how to create Autotools-based projects from within the Eclipse IDE. For information on creating Makefile-based projects in a terminal window, see the section "Using the Command Line" in the Yocto Project Application Developer's Guide.

我想部署一个单独的二进制包,我不想创建包含我的包的映像。是不是可以使用poky构建一个像.ipk.deb.rpm这样的二进制包?

是的,总是创建包。 Autotools 和 Makefiles 用于 configuring/building 软件,因此与问题无关。

使用 PACKAGE_CLASSES variable in your configuration to select the package types you want to build with Yocto/OpenEmbedded. When you "bitbake recipe-name" the packages are built in the deploy directories under recipe WORKDIR.

不过请不要指望这些软件包与其他操作系统兼容:它们将根据您的特定配置进行定制。如果你已经有一个图像 运行 正是那个配置,那么它应该没问题。