简体   繁体   English

找不到 yocto-bsp 命令

[英]yocto-bsp command not found

I'm playing around with yocto currently and want to create a specific BSP for a raspberry pi (learning exercise, so don't want to use the provided meta-rpi layer).我目前正在玩 yocto,想为树莓派创建一个特定的 BSP(学习练习,所以不想使用提供的元 rpi 层)。

The manual is telling me to type the command "yocto-bsp help" but my system is saying that the command is not found.手册告诉我输入命令“yocto-bsp help”,但我的系统说找不到该命令。

I've tried it with a few versions of poky now (zeus currently).我现在已经尝试了几个版本的 poky(目前是 zeus)。

I've done a find for any file name this and the system doesn't find anything.我已经对任何文件名进行了查找,但系统没有找到任何内容。 I've also tried sending the command after "source oe-init-build-env build_dir"我也尝试在“source oe-init-build-env build_dir”之后发送命令

My system is able to find the command "yocto-check-layer"我的系统能够找到命令“yocto-check-layer”

yocto-bsp is no longer maintained. yocto-bsp 不再维护。 All relevant functionality should be available in other commands like bitbake-layers .所有相关功能都应该在其他命令中可用,例如bitbake-layers

The procedure for creating a new BSP layer is documented in the BSP Developer's Guide . BSP 开发人员指南中记录了创建新 BSP 层的过程。

Try the command: bitbake-layers create-layer <yourlayer>尝试命令: bitbake-layers create-layer <yourlayer>

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM