【发布时间】:2022-05-14 19:28:10
【问题描述】:
meta-example
├── conf
│ └── layer.conf
└── recipes-example
└── debs
├── debs.bb
└── files
└── example.deb
我有一个上面显示的简单层。我应该在 debs.bb 中写什么,以便在构建期间安装 example.deb 文件,并且我的最终映像包含已安装的 deb 包。此外,我还需要在我的 local.conf 文件中进行哪些其他更改。
【问题讨论】: