Reputation: 63
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).
The manual is telling me to type the command "yocto-bsp help" but my system is saying that the command is not found.
I've tried it with a few versions of poky now (zeus currently).
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"
My system is able to find the command "yocto-check-layer"
Upvotes: 1
Views: 3217
Reputation: 14607
yocto-bsp is no longer maintained. All relevant functionality should be available in other commands like bitbake-layers
.
The procedure for creating a new BSP layer is documented in the BSP Developer's Guide.
Upvotes: 2