Jump to content


Photo

Openpli Quick setup Ubuntu/debian


  • Please log in to reply
572 replies to this topic

Re: Openpli Quick setup Ubuntu/debian #501 aouamed

  • Senior Member
  • 45 posts

0
Neutral

Posted 25 February 2018 - 21:35

 

You can build your own feed using

MACHINE=vuduo2 bitbake openpli-enigma2-feed

Thank you for your answer
I have already done and the image build is ready with feed and all ...
what i want is added more plugin and depends ...
example:
when i pressed menu plugin and
i pressed green button on the remote there are lots of plugins but kodi I can not find and serviceapp and ...
I can download them manually and install them with FTP ... TELNET on my vuzero4k
but I want him to be with the download plugins with the remote control
I added the kodi plugins "ipk" to the command
OpenPLi-ow-core / build / tmp / deploy / ipk / vuzero4k
but I do not think it's a direct line
thank you...



Re: Openpli Quick setup Ubuntu/debian #502 aouamed

  • Senior Member
  • 45 posts

0
Neutral

Posted 6 March 2018 - 21:29

 

 

You can build your own feed using

MACHINE=vuduo2 bitbake openpli-enigma2-feed

Thank you for your answer
I have already done and the image build is ready with feed and all ...
what i want is added more plugin and depends ...
example:
when i pressed menu plugin and
i pressed green button on the remote there are lots of plugins but kodi I can not find and serviceapp and ...
I can download them manually and install them with FTP ... TELNET on my vuzero4k
but I want him to be with the download plugins with the remote control
I added the kodi plugins "ipk" to the command
OpenPLi-ow-core / build / tmp / deploy / ipk / vuzero4k
but I do not think it's a direct line
thank you...

 

Nobody can help me...!



Re: Openpli Quick setup Ubuntu/debian #503 WanWizard

  • PLi® Core member
  • 69,906 posts

+1,787
Excellent

Posted 6 March 2018 - 21:44

If you have a generated feed, you need to install some sort of webservice so the files in the feed can be downloaded by the box, and your need an opkg configration file in /etc/opkg that points to that webservice.

 

If you have external plugins you want to add to your own feed, you have to do the same, but you also need to generate your own Packages.gz for those packages, which is the package index.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Openpli Quick setup Ubuntu/debian #504 aouamed

  • Senior Member
  • 45 posts

0
Neutral

Posted 7 March 2018 - 17:02

If you have a generated feed, you need to install some sort of webservice so the files in the feed can be downloaded by the box, and your need an opkg configration file in /etc/opkg that points to that webservice.

 

If you have external plugins you want to add to your own feed, you have to do the same, but you also need to generate your own Packages.gz for those packages, which is the package index.

thank you for the answer
 

i have all done feed, generated, web service, "apache + host, dyndns"
and the feed files, can be downloaded by the normal box ...
and I can enter my web page index package " all, armv7ahf-neon, vuuno4kse " with
google chrome, mozilla ... or other browser
what remains to me is how to add to my own feed, external plugins ...

(generate your own Packages.gz for those packages, which is the package index) how?
Thank you



Re: Openpli Quick setup Ubuntu/debian #505 WanWizard

  • PLi® Core member
  • 69,906 posts

+1,787
Excellent

Posted 7 March 2018 - 18:31

You'll probably have to Google for that.

 

Check the Packages.gz file in one of the other feeds, so you can see what is in here. You should be able to reconstruct that manually based info info in the control file in the ipk. 


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Openpli Quick setup Ubuntu/debian #506 blzr

  • PLi® Core member
  • 2,269 posts

+118
Excellent

Posted 7 March 2018 - 18:50

try something like this:
bart@brtX:~$ git clone git://git.yoctoproject.org/opkg-utils
Cloning into 'opkg-utils'...
remote: Counting objects: 337, done.
remote: Compressing objects: 100% (198/198), done.
remote: Total 337 (delta 212), reused 261 (delta 136)
Receiving objects: 100% (337/337), 89.00 KiB | 123.00 KiB/s, done.
Resolving deltas: 100% (212/212), done.
bart@brtX:~$ cd openpli-oe-core/build/tmp/deploy/ipk/myfeed/
bart@brtX:~/openpli-oe-core/build/tmp/deploy/ipk/myfeed$ ~/opkg-utils/opkg-make-index . > Packages
bart@brtX:~/openpli-oe-core/build/tmp/deploy/ipk/myfeed$ gzip Packages

True sarcasm doesn't need green font...

Re: Openpli Quick setup Ubuntu/debian #507 aouamed

  • Senior Member
  • 45 posts

0
Neutral

Posted 8 March 2018 - 15:36

try something like this:

bart@brtX:~$ git clone git://git.yoctoproject.org/opkg-utils
Cloning into 'opkg-utils'...
remote: Counting objects: 337, done.
remote: Compressing objects: 100% (198/198), done.
remote: Total 337 (delta 212), reused 261 (delta 136)
Receiving objects: 100% (337/337), 89.00 KiB | 123.00 KiB/s, done.
Resolving deltas: 100% (212/212), done.
bart@brtX:~$ cd openpli-oe-core/build/tmp/deploy/ipk/myfeed/
bart@brtX:~/openpli-oe-core/build/tmp/deploy/ipk/myfeed$ ~/opkg-utils/opkg-make-index . > Packages
bart@brtX:~/openpli-oe-core/build/tmp/deploy/ipk/myfeed$ gzip Packages

a première commande passe bien :

 

newuser@ahmed:~$ git clone git://git.yoctoproject.org/opkg-utils
Cloning into 'opkg-utils'...
remote: Counting objects: 337, done.
remote: Compressing objects: 100% (198/198), done.
remote: Total 337 (delta 212), reused 261 (delta 136)
Receiving objects: 100% (337/337), 89.00 KiB | 0 bytes/s, done.
Resolving deltas: 100% (212/212), done.
Checking connectivity... done.

 

and the second is what he gives me :

 

root@ahmed:/home/newuser/openpli-oe-core/build/tmp/deploy/ipk/myfeed# ~/openpli-oe-core/build/tmp/deploy/ipk/myfeed$ ~/opkg-utils/opkg-make-index . > Packages
-bash: /root/openpli-oe-core/build/tmp/deploy/ipk/myfeed$: No such file or directory
root@ahmed:/home/newuser/openpli-oe-core/build/tmp/deploy/ipk/myfeed#

 

I created a myfeed folder but I have nothing in the "myfeed" folder
feeds are in "ipk" folder (all, armv7ahf-neon, vuuno4kse)

 

Thanks for helping me...



Re: Openpli Quick setup Ubuntu/debian #508 aouamed

  • Senior Member
  • 45 posts

0
Neutral

Posted 8 March 2018 - 15:53

You'll probably have to Google for that.

 

Check the Packages.gz file in one of the other feeds, so you can see what is in here. You should be able to reconstruct that manually based info info in the control file in the ipk. 

 

Exemple : plugin shootyourscreen
""""""""""""""""""""""""""""""""""""""""
Package: enigma2-plugin-extensions-shootyourscreen
Version: 0.2+git8+8efb254-r0
Depends: aio-grab, python-core
Section: base
Architecture: vuuno4kse
Maintainer: OE-Core Developers <openembedded-core@lists.openembedded.org>
MD5Sum: f4c80fad7a8b91610d62393f94c188c6
Size: 12846
Filename: enigma2-plugin-extensions-shootyourscreen_0.2+git8+8efb254-r0_vuuno4kse.ipk
Source: enigma2-plugin-extensions-shootyourscreen.bb
Description: enigma2-plugin-extensions-shootyourscreen version 0.2+gitAUTOINC+8efb254055-r0
create screenshots with remote control of your STB
OE: enigma2-plugin-extensions-shootyourscreen
License: GPLv2+
Priority: optional
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
 

I checked the Packages.gz file and
I reconstruct the information manually based in the control file in the ipk ...
so what am I doing now ... please
thank you ...


Edited by aouamed, 8 March 2018 - 15:54.


Re: Openpli Quick setup Ubuntu/debian #509 blzr

  • PLi® Core member
  • 2,269 posts

+118
Excellent

Posted 8 March 2018 - 17:54

now I'm not sure if I understood correctly what are you wanted to do (?)
but, assuming you're trying to create own feed with foreign ipk packages (not built with openpli feed):
1) put your ipk's in myfeed (just a dummy name, you can name it as you wish) folder
2) create Packages.gz as described above
3) add proper myfeed-feed.conf in /etc/opkg (look in other confs as an example)
True sarcasm doesn't need green font...

Re: Openpli Quick setup Ubuntu/debian #510 aouamed

  • Senior Member
  • 45 posts

0
Neutral

Posted 8 March 2018 - 18:20

now I'm not sure if I understood correctly what are you wanted to do (?)
but, assuming you're trying to create own feed with foreign ipk packages (not built with openpli feed):
1) put your ipk's in myfeed (just a dummy name, you can name it as you wish) folder
2) create Packages.gz as described above
3) add proper myfeed-feed.conf in /etc/opkg (look in other confs as an example)

(you're trying to create own feed with foreign ipk packages (not built with openpli feed)

yes that's what I want

I did what you said to me and I give you the answer...

thanks



Re: Openpli Quick setup Ubuntu/debian #511 aouamed

  • Senior Member
  • 45 posts

0
Neutral

Posted 9 March 2018 - 14:58

now I'm not sure if I understood correctly what are you wanted to do (?)
but, assuming you're trying to create own feed with foreign ipk packages (not built with openpli feed):
1) put your ipk's in myfeed (just a dummy name, you can name it as you wish) folder
2) create Packages.gz as described above
3) add proper myfeed-feed.conf in /etc/opkg (look in other confs as an example)

 

same problem...
I saw this method
http://www.jumpnowte...repository.html
and I copy two package ipk to myfeed and in the terminal gives me the same error

 

root@ahmed:/home/newuser/openpli-oe-core/build/tmp/deploy/ipk/myfeed# ~/openpli-oe-core/build/tmp/deploy/ipk/myfeed$ ~/opkg-utils/opkg-make-index . > Packages
-bash: /root/openpli-oe-core/build/tmp/deploy/ipk/myfeed$: No such file or directory
root@ahmed:/home/newuser/openpli-oe-core/build/tmp/deploy/ipk/myfeed#

 

Thank you for your help



Re: Openpli Quick setup Ubuntu/debian #512 blzr

  • PLi® Core member
  • 2,269 posts

+118
Excellent

Posted 9 March 2018 - 18:27

and I copy two package ipk to myfeed and in the terminal gives me the same error
 
root@ahmed:/home/newuser/openpli-oe-core/build/tmp/deploy/ipk/myfeed# ~/openpli-oe-core/build/tmp/deploy/ipk/myfeed$ ~/opkg-utils/opkg-make-index . > Packages
-bash: /root/openpli-oe-core/build/tmp/deploy/ipk/myfeed$: No such file or directory
root@ahmed:/home/newuser/openpli-oe-core/build/tmp/deploy/ipk/myfeed#
 
Thank you for your help


remove this part marked red above (too much pasted?)
you're already in myfeed directory, just need to run opkg script...
True sarcasm doesn't need green font...

Re: Openpli Quick setup Ubuntu/debian #513 aouamed

  • Senior Member
  • 45 posts

0
Neutral

Posted 9 March 2018 - 20:01

 

and I copy two package ipk to myfeed and in the terminal gives me the same error
 
root@ahmed:/home/newuser/openpli-oe-core/build/tmp/deploy/ipk/myfeed# ~/openpli-oe-core/build/tmp/deploy/ipk/myfeed$ ~/opkg-utils/opkg-make-index . > Packages
-bash: /root/openpli-oe-core/build/tmp/deploy/ipk/myfeed$: No such file or directory
root@ahmed:/home/newuser/openpli-oe-core/build/tmp/deploy/ipk/myfeed#
 
Thank you for your help


remove this part marked red above (too much pasted?)
you're already in myfeed directory, just need to run opkg script...

 

Thank you for the quick answers

Yes
will pass well...

 

root@ahmed:/home/newuser/openpli-oe-core/build/tmp/deploy/ipk/myfeed# ~/opkg-utils/opkg-make-index . > Packages
root@ahmed:/home/newuser/openpli-oe-core/build/tmp/deploy/ipk/myfeed# gzip Packages
root@ahmed:/home/newuser/openpli-oe-core/build/tmp/deploy/ipk/myfeed#

 

I have 2 files (Packages.gz and Packages.stamps)

what do I do ...



Re: Openpli Quick setup Ubuntu/debian #514 blzr

  • PLi® Core member
  • 2,269 posts

+118
Excellent

Posted 9 March 2018 - 20:07

I wrote already...

...
3) add proper myfeed-feed.conf in /etc/opkg (look in other confs as an example)


do you have other feeds (from your build machine) configured/available on you stb(s)?
True sarcasm doesn't need green font...

Re: Openpli Quick setup Ubuntu/debian #515 aouamed

  • Senior Member
  • 45 posts

0
Neutral

Posted 9 March 2018 - 22:46

I wrote already...

...
3) add proper myfeed-feed.conf in /etc/opkg (look in other confs as an example)


do you have other feeds (from your build machine) configured/available on you stb(s)?

 

yes i have other feeds : ( " all, armv7ahf-neon, vuuno4kse ")

now i have configure apache and i can enter my new feed (myfeed) in the web



Re: Openpli Quick setup Ubuntu/debian #516 aouamed

  • Senior Member
  • 45 posts

0
Neutral

Posted 9 March 2018 - 23:14

 

I wrote already...

...
3) add proper myfeed-feed.conf in /etc/opkg (look in other confs as an example)


do you have other feeds (from your build machine) configured/available on you stb(s)?

 

yes i have other feeds : ( " all, armv7ahf-neon, vuuno4kse ")

now i have configure apache and i can enter my new feed (myfeed) in the web

when I come back to the web with my ip (host)
I find all feeds: all, armv7ahf-neon, vuuno4kse + myfeed
is it good ?
and how do i configure new feed (myfeed) on my vu +?

thank you ...



Re: Openpli Quick setup Ubuntu/debian #517 aouamed

  • Senior Member
  • 45 posts

0
Neutral

Posted 13 March 2018 - 22:45

I wrote already...

...
3) add proper myfeed-feed.conf in /etc/opkg (look in other confs as an example)


do you have other feeds (from your build machine) configured/available on you stb(s)?

 

all work well ...
Thank you To all who help me
  (blzr, WanWizard, christophecvr, ... and all moderator and team OpenPLi) :D



Re: Openpli Quick setup Ubuntu/debian #518 aouamed

  • Senior Member
  • 45 posts

0
Neutral

Posted 25 March 2018 - 17:39

blzr

can you tell me the first steps how to Develop GStreamer for my image openpli home.built
thank you ...



Re: Openpli Quick setup Ubuntu/debian #519 aouamed

  • Senior Member
  • 45 posts

0
Neutral

Posted 29 March 2018 - 12:59

Nobody can help me...!



Re: Openpli Quick setup Ubuntu/debian #520 WanWizard

  • PLi® Core member
  • 69,906 posts

+1,787
Excellent

Posted 29 March 2018 - 14:17

What do you want to "develop"? We don't develop Gstreamer, we just use it.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.



1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users