Skip to content
Advertisement

Where should I _append Yocto bitbake task to create work folder symlink?

Let’s say I have my package at

JavaScript

I would like to have symlink created

JavaScript

each time the new version is fetched and unpacked. How can I achieve that ? Which class, task should I append, extend ?

Optionally, I would like to have that for all packages or at least packages in my meta.

Advertisement

Answer

A new task that comes after unpack will probably be a suitable place to add the link.

User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement