Reputation: 4508
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.
libevent
libsoc
How do I add them to it?
Upvotes: 1
Views: 551
Reputation: 2300
You have to add IMAGE_INSTALL_append = " libevent libsoc" in local.conf as explained on the manual.
IMAGE_INSTALL_append = " libevent libsoc"
local.conf