Jump to content


eagleLS

Member Since 25 Nov 2012
Offline Last Active 12 Oct 2014 09:48
-----

Posts I've Made

In Topic: Compile pli image with ipk Packages

10 February 2013 - 14:05

Did you compile your optional packages in pli environment?
How did you modify openpli-enigma2-image.bb?


Hi tension!

myplugin.bb added /myplugin folder feed. Into work

Added "myplugin" in DEPENDS + and added the plugin's names in ENIGMA2_PLUGINS +

but don't work..

In Topic: Compile pli image with ipk Packages

10 February 2013 - 11:49

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...

Help me MiLo

Many Thanks

In Topic: Compile pli image with ipk Packages

5 February 2013 - 14:34

Help...

In Topic: Compile pli image with ipk Packages

2 February 2013 - 18:31

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?

Thanks

In Topic: Compile pli image with ipk Packages

27 January 2013 - 11:34

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?

Thanks