Compile pli image with ipk Packages
Re: Compile pli image with ipk Packages #2
Re: Compile pli image with ipk Packages #3
Posted 29 June 2012 - 14:24
when i go build-dm800/tmp/deploy/ipk
there is three folder all - dm800 - mipsel
where i put ipk package which folder.
And i put ipk package then its auto compile with image.?
when we install image in box then ipk package work in box.?
Thanks
Edited by bable, 29 June 2012 - 14:25.
Re: Compile pli image with ipk Packages #4
Posted 29 June 2012 - 15:07
But as I see, you want make own .ipk. Plugin or so ? For it is enougt install ipkg util on dream and build it under box. See f.eg. http://www.oesf.org/...itle=IPKG_Howto
Re: Compile pli image with ipk Packages #5
Posted 30 June 2012 - 16:07
i download ipk package in pli image by telnet in dreambox and install in dreambox.Its working without issue.
My question is which ipk package download from pli image by telnet . how i can compile this ipk package with image.
I want to put ipk package permantly in box just install the image and all ipk package work.
Hope you got the point.
How i can compile ipk package with pli image compile.?
Thanks
Re: Compile pli image with ipk Packages #6
Re: Compile pli image with ipk Packages #7
Re: Compile pli image with ipk Packages #8
Re: Compile pli image with ipk Packages #9
Re: Compile pli image with ipk Packages #10
Posted 5 July 2012 - 00:57
Thanks for your reply.
Can you tell me little more how to change openpli-enigma2-image.bb file i need to put path there for ipk.?
Or
As you say ( (or create a new recipe that includes it) and add the package you want installed to the list.) i will create the recipe where i found file installed to the list.?
Sorry little confuse.
Can you tell me step by step with some example.?
Thanks
Re: Compile pli image with ipk Packages #11
Re: Compile pli image with ipk Packages #12
Posted 27 January 2013 - 11:12
use PROVIDES , for example "blablaooooblabla" then you can add blablaooooblabla as a package to openpli-enigma2-image.bb
Open Vision sources: https://github.com/OpenVisionE2
Re: Compile pli image with ipk Packages #13
Posted 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
Re: Compile pli image with ipk Packages #14
Re: Compile pli image with ipk Packages #15
Re: Compile pli image with ipk Packages #16
Re: Compile pli image with ipk Packages #17
Posted 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
Re: Compile pli image with ipk Packages #18
Re: Compile pli image with ipk Packages #19
Posted 5 February 2013 - 15:12
In that example I made my own bb files for oscam. One oscam whit pcsc support another whitout.
I build my image with bitbake cvr-image.
See the locations of the files . It's for openpli 3.0.
You just have to do something similar but then with Your own plugins.
It will build Image and feeds.
Any change to the openpli 3.0 git will not affects my adds. No need to stash. Before a git rebase or update.
Attached Files
Re: Compile pli image with ipk Packages #20
Posted 8 February 2013 - 16:20
The best way is first to make a brandnew fresh build off image (with make image)
Then instead off building the feeds with bitbake openpli-enigma2-feed
First run the git patch included here to remove the crappy included oscam's build.
(I just modified the pli's softcams meta file in order to build all cams except the oscam's)
Copy the recipes local folder to your openpli-oe-core
and build the feeds with
bitbake cvr-image
These recipes will build the latest avbl oscam (the experimental one) configs are in /etc/tuxbox/config/oscam with smargo support webif and ssl (libusb static into binary) Binary called oscam and
the the same oscam but with pcsc cardreader support. With this one configs are in /etc/tuxbox/config/oscam-pcsc . Also libusb,libccid and pcsclite will be installed to your box. for that reason this binary does not have staticlibusb included but dynamic linked libusb1 support. (means that libusb must be installed on box in order to run binary) Binary called oscam-pcsc
Also I added smargo uitil as independend package again but now updated to latest svnrev. (If smargo-list was installed to your box previousely it must be uninstalled first. or just remove the smargo-list binary from /usr/lib)
Attached Files
5 user(s) are reading this topic
0 members, 5 guests, 0 anonymous users