Jaekwon Kim
Jaekwon Kim

Reputation: 39

How can I add or delete the recipe in Yocto image by toaster

I use Yocto image to development some product. And I need to add or delete recipe in my Yocto image.

I try to using toaster and success to analysis my Yocto image. But I can't delete already including recipes.

This image is customized and already using in developing.

When starting the toaster, it doesn't have any UI for delete package or recipe. Only can analysis build image.

Someone has any ideas??

Upvotes: 0

Views: 2278

Answers (1)

yoctotutor.com
yoctotutor.com

Reputation: 5511

Open toaster and find the bitbake variable at bottom side. then you will find the Add variable.

  1. To remove recipe use IMAGE_INSTALL_remove
  2. To add recipe use IMAGE_INSTALL_append

Upvotes: 0

Related Questions