My libprussdrv recipe does not build an .ipk, only -dev.ipk and -dbg.ipk. Can anybody help find the glitch?
https://github.com/moto-timo/meta-replicape/blob/master/recipes-bsp/libprussdrv/libprussdrv_git.bb
Easy: the library should be named libblah.so.X.Y.Z with a symlink libblah.so then the actual library will go into main ipk package and the symlink into -dev ipk.
@denix ahhh, Debian naming! Thank you, Denys!