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.
您好!
您能不能指导我,Yocto 系统中如何生成微型 rootfs Arago-Tiny 映像?
据我所知,local.conf 和 bblayers.conf 文件可以控制 tisdk-rootfs-image 的特征。
Yocto-build/build/conf
但我不知道 Yocto 系统中生成的 rootfs 是多少。
在哪里可以修改以控制 Tiny rootfs、Arago-Tina-image。
您好、Allen、
Tiny rootfs 是根据 meta-Arago 文件夹下的./meta-arago-distro/recipes-core/images/arago-tiny-image.bb 定义生成的。 从 SDK 的角度来看、它位于 install_DIR/Yocto-build/sources/meta-Arago 下
此处列出的数据包组是此映像的依赖项。
如果要添加或删除组件、请从此顶级文件开始、然后直接在此配方(./meta-arago-distro/recipes-core/images/arago-tiny-image.bb)或其中包含的封装组上添加或删除组件。
此致
Karthik