WorkerBee
WorkerBee

Reputation: 63

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).

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

Answers (2)

Ziegfried
Ziegfried

Reputation: 141

Try the command: bitbake-layers create-layer <yourlayer>

Upvotes: 0

Jussi Kukkonen
Jussi Kukkonen

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

Related Questions