1

I'm new to Yocto. I have a custom BSP layer. I need to add an existing recipe to it. My layer needs to have libevent and libsoc in it.

How do I add them to it?

André Kool
  • 4,880
  • 12
  • 34
  • 44
flashburn
  • 4,180
  • 7
  • 54
  • 109

1 Answers1

1

You have to add IMAGE_INSTALL_append = " libevent libsoc" in local.conf as explained on the manual.

Nayfe
  • 2,130
  • 13
  • 18