Sorry but I wanted to put ipk already compiled... your system is not good for me.
"myplugin.bb" creating a folder /myplugin into /tmp/deploy/ipk with inside my ipk's. The problem that remains is how to get the ipk into my image. I modified the file openpli-enigma2-image.bb without results...
You can supply "file://${HOME}/some/folder/some/file" as SRC_URI to fetch local files.
Doing so will of course make whatever you do unusable for other people.
myplugin.bb creating a folder /myplugin into /tmp/deploy/ipk with inside the ipk's BUT now how can I insert into image this packages? modifing "openpli-enigma2-image.bb"?? HOW?
best way is to add a bitbake recipe for example myownfile.bb to your OE , then upload the sources on github and optimize myownfile.bb for it like e2openplugins
use PROVIDES , for example "blablaooooblabla" then you can add blablaooooblabla as a package to openpli-enigma2-image.bb
Ok but without upload to github?? with local folder is not possible?