Jump to content


Photo

How to show 3rd-party packages in plugin installer


  • Please log in to reply
7 replies to this topic

#1 fnpanic

  • Member
  • 8 posts

0
Neutral

Posted 17 April 2013 - 22:12

Hi,

 

i have created a little feed for easy install on my box.

 

The feed works fine and i can install packages with opkg install from the feed.

 

Sadly they do not show up in the plugin installer in the menu.

 

I looks like the installer only looks in /var/lib/opkg/openpli-mips32el file.


the files from the other feeds are in the same folder an look good.

 

How can i add the packages from my feed to the list?

Is there a config somewhere which i was missing?

Best Regards

fnpanic



Re: How to show 3rd-party packages in plugin installer #2 MiLo

  • PLi® Core member
  • 14,055 posts

+298
Excellent

Posted 18 April 2013 - 09:05

Look in
/etc/opkg/
Real musicians never die - they just decompose

Re: How to show 3rd-party packages in plugin installer #3 fnpanic

  • Member
  • 8 posts

0
Neutral

Posted 18 April 2013 - 11:35

Hi Milo,

 

i looked there.

 

My feed conf is there and i see no option in opkg.conf to also add the custom feed to the plugin installer.

Maybe there is a config for this one or is it "just" a frontend?

 

What i see is when i pipe my packages list from /var/lib/opkg to the openpli-mips32el i see the packages in the installer.

 

When i want to install one i see that wget tries to download form download.openpli.org and not from the feed url.

 

On the console installing with opkg install it works perfectly fine.

 

Regards

Thomas


Edited by fnpanic, 18 April 2013 - 11:37.


Re: How to show 3rd-party packages in plugin installer #4 MiLo

  • PLi® Core member
  • 14,055 posts

+298
Excellent

Posted 18 April 2013 - 12:38

Don't have a box here, but there are several "feed" config files in /etc/opkg/

 

All you need to do is ADD an extra file there with your feed name and server URI and that's all. An "opkg update" should fetch the new sources and any new plugins will appear in the list if you named them properly.

 

If that doesn't help, post EXACTLY what you type on the terminal, what responses you got, and upload or otherwise insert any files you created. I cannot read your mind, nor can I access your box from here, so you'll have to be verbose.


Real musicians never die - they just decompose

Re: How to show 3rd-party packages in plugin installer #5 fnpanic

  • Member
  • 8 posts

0
Neutral

Posted 18 April 2013 - 13:23

Hi Milo,

 

Thanks for your help!
 

on the console it works flawlessly

 

I added my fnpanic.conf into /etc/opkg with this content:

 

src/gz fnpanic http://vm001.fnpanic.lab.net/feed

 

(this is an internal machine)

 

when i run 

 

opkg update

 

it gets the packages.gz and adds the list of packages to /var/lib/opkg/fnpanic

 

i can now search packages with

 

opkg list | grep packagename

 

and install the packages with

 

opkg install packagename

 

The problem is that the plugin installer in the enigma2 gui (i am running openpli 3.0 on a et6000) it only shows packages which are in

 

/var/lib/opkg/openpli-mips32el

 

How can i make the installer also include the /var/lib/opkg/fnpanic ?

Hope that info helps to solve the problem.

 

Regards

Thomas



Re: How to show 3rd-party packages in plugin installer #6 Avalanche

  • Member
  • 5 posts

+1
Neutral

Posted 18 April 2013 - 13:45

You need to rename fnpanic.conf to fnpanic-feed.conf to see them in the addon gui.



Re: How to show 3rd-party packages in plugin installer #7 fnpanic

  • Member
  • 8 posts

0
Neutral

Posted 18 April 2013 - 13:46

Thanks! I will try that!

I let you know how it went.



Re: How to show 3rd-party packages in plugin installer #8 fnpanic

  • Member
  • 8 posts

0
Neutral

Posted 18 April 2013 - 17:51

That was it! Works like a charm now!

Many thanks.

 

This should maybe go to the wiki...




2 user(s) are reading this topic

0 members, 2 guests, 0 anonymous users