All of lore.kernel.org
 help / color / mirror / Atom feed
* Installing packages - opkg
@ 2015-03-10 10:20 Amber and Sarosh
  2015-03-10 12:20 ` Gary Thomas
  0 siblings, 1 reply; 6+ messages in thread
From: Amber and Sarosh @ 2015-03-10 10:20 UTC (permalink / raw)
  To: openembedded-devel

Hi
Can someone please guide us how can we install any packages on an openembedded system? We are unable to do this using opkg. Maybe our system lack appropriate sources or something like that. We have tried adding sources in opkg.conf but still opkg update or any other trial for installing other packages is not successful. Please guide if anything else is to be done.
Any help in this regard is much appreciated.

Regards,
Amber & Sarosh
 		 	   		  

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Installing packages - opkg
  2015-03-10 10:20 Installing packages - opkg Amber and Sarosh
@ 2015-03-10 12:20 ` Gary Thomas
  2015-03-11  5:26   ` Amber and Sarosh
  0 siblings, 1 reply; 6+ messages in thread
From: Gary Thomas @ 2015-03-10 12:20 UTC (permalink / raw)
  To: openembedded-devel

On 2015-03-10 04:20, Amber and Sarosh wrote:
> Hi
> Can someone please guide us how can we install any packages on an openembedded system? We are unable to do this using opkg. Maybe our system lack appropriate sources or something like that. We have tried adding sources in opkg.conf but still opkg update or any other trial for installing other packages is not successful. Please guide if anything else is to be done.
> Any help in this regard is much appreciated.

More data will help yield an answer.

What have you done/tried?
What errors are you getting?

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Installing packages - opkg
  2015-03-10 12:20 ` Gary Thomas
@ 2015-03-11  5:26   ` Amber and Sarosh
  2015-03-12 20:50     ` Alejandro del Castillo
  0 siblings, 1 reply; 6+ messages in thread
From: Amber and Sarosh @ 2015-03-11  5:26 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1596 bytes --]

We are trying to install sqlite3 using opkg install sqlite command. The output of the command is as in the screenshot attached. Moreover, we have tried adding source URLs to opkg.conf , but running opkg install or opkg update commands yield errors. This file is also attached for reference. 
Please let us know if any other detail is required.

Regards,
Amber & Sarosh


> Date: Tue, 10 Mar 2015 06:20:47 -0600
> From: gary@mlbassoc.com
> To: openembedded-devel@lists.openembedded.org
> Subject: Re: [oe] Installing packages - opkg
> 
> On 2015-03-10 04:20, Amber and Sarosh wrote:
> > Hi
> > Can someone please guide us how can we install any packages on an openembedded system? We are unable to do this using opkg. Maybe our system lack appropriate sources or something like that. We have tried adding sources in opkg.conf but still opkg update or any other trial for installing other packages is not successful. Please guide if anything else is to be done.
> > Any help in this regard is much appreciated.
> 
> More data will help yield an answer.
> 
> What have you done/tried?
> What errors are you getting?
> 
> -- 
> ------------------------------------------------------------
> Gary Thomas                 |  Consulting for the
> MLB Associates              |    Embedded world
> ------------------------------------------------------------
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
 		 	   		  

[-- Attachment #2: opkg.conf --]
[-- Type: text/plain, Size: 929 bytes --]

src/gz namea http://files.ettus.com/binaries/oe-classic-feeds/ipk/usrp-e1xx/
src/gz nameb http://files.ettus.com/binaries/oe-classic-feeds/ipk/armv7a/
src/gz namec http://feeds.angstrom-distribution.org/feeds/next/ipk/eglibc/armv7a/base
src/gz named http://feeds.angstrom-distribution.org/feeds/next/ipk/eglibc/armv7a/debug
src/gz namee http://feeds.angstrom-distribution.org/feeds/next/ipk/eglibc/armv7a/gstreamer
src/gz namef http://feeds.angstrom-distribution.org/feeds/next/ipk/eglibc/all
src/gz nameg http://feeds.angstrom-distribution.org/feeds/next/ipk/eglibc/armv7a/perl
src/gz nameh http://feeds.angstrom-distribution.org/feeds/next/ipk/eglibc/armv7a/python
src/gz namei http://feeds.angstrom-distribution.org/feeds/next/ipk/eglibc/sdk
src/gz namej http://feeds.angstrom-distribution.org/feeds/next/ipk/eglibc/armv7a/machine/usrp-e1xx
dest root /
dest ram /tmp
lists_dir ext /var/opkg-lists
option overlay_root /overlay

[-- Attachment #3: Screenshot-error.png --]
[-- Type: image/png, Size: 136291 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Installing packages - opkg
  2015-03-11  5:26   ` Amber and Sarosh
@ 2015-03-12 20:50     ` Alejandro del Castillo
       [not found]       ` <5502F8D3.3080304@balister.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Alejandro del Castillo @ 2015-03-12 20:50 UTC (permalink / raw)
  To: openembedded-devel; +Cc: openembedded-devel-bounces

[-- Attachment #1: Type: text/plain, Size: 2587 bytes --]

From your opkg.conf file, looks like you are using Ettus & Angstrom feeds. 
I didn't see sqlite on the ettus feed server, so it must be coming from 
Angstrom. Unfortunately, the Anstrom feed server is currently down, 
according to http://wp.angstrom-distribution.org/?p=101 . You can either 
ping the Angstrom guys to get an ETA on when their server is going to up 
again, or you are going to have to build the sqlite package yourself.

cheers,

-Alejandro




From:   Amber and Sarosh <amber_sarosh@hotmail.com>
To:     "openembedded-devel@lists.openembedded.org" 
<openembedded-devel@lists.openembedded.org>, 
Date:   03/11/2015 12:26 AM
Subject:        Re: [oe] Installing packages - opkg
Sent by:        openembedded-devel-bounces@lists.openembedded.org



We are trying to install sqlite3 using opkg install sqlite command. The 
output of the command is as in the screenshot attached. Moreover, we have 
tried adding source URLs to opkg.conf , but running opkg install or opkg 
update commands yield errors. This file is also attached for reference. 
Please let us know if any other detail is required.

Regards,
Amber & Sarosh


> Date: Tue, 10 Mar 2015 06:20:47 -0600
> From: gary@mlbassoc.com
> To: openembedded-devel@lists.openembedded.org
> Subject: Re: [oe] Installing packages - opkg
> 
> On 2015-03-10 04:20, Amber and Sarosh wrote:
> > Hi
> > Can someone please guide us how can we install any packages on an 
openembedded system? We are unable to do this using opkg. Maybe our system 
lack appropriate sources or something like that. We have tried adding 
sources in opkg.conf but still opkg update or any other trial for 
installing other packages is not successful. Please guide if anything else 
is to be done.
> > Any help in this regard is much appreciated.
> 
> More data will help yield an answer.
> 
> What have you done/tried?
> What errors are you getting?
> 
> -- 
> ------------------------------------------------------------
> Gary Thomas                 |  Consulting for the
> MLB Associates              |    Embedded world
> ------------------------------------------------------------
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
    -- 
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[-- Attachment #2: opkg.conf --]
[-- Type: application/octet-stream, Size: 929 bytes --]

src/gz namea http://files.ettus.com/binaries/oe-classic-feeds/ipk/usrp-e1xx/
src/gz nameb http://files.ettus.com/binaries/oe-classic-feeds/ipk/armv7a/
src/gz namec http://feeds.angstrom-distribution.org/feeds/next/ipk/eglibc/armv7a/base
src/gz named http://feeds.angstrom-distribution.org/feeds/next/ipk/eglibc/armv7a/debug
src/gz namee http://feeds.angstrom-distribution.org/feeds/next/ipk/eglibc/armv7a/gstreamer
src/gz namef http://feeds.angstrom-distribution.org/feeds/next/ipk/eglibc/all
src/gz nameg http://feeds.angstrom-distribution.org/feeds/next/ipk/eglibc/armv7a/perl
src/gz nameh http://feeds.angstrom-distribution.org/feeds/next/ipk/eglibc/armv7a/python
src/gz namei http://feeds.angstrom-distribution.org/feeds/next/ipk/eglibc/sdk
src/gz namej http://feeds.angstrom-distribution.org/feeds/next/ipk/eglibc/armv7a/machine/usrp-e1xx
dest root /
dest ram /tmp
lists_dir ext /var/opkg-lists
option overlay_root /overlay

[-- Attachment #3: Screenshot-error.png --]
[-- Type: application/octet-stream, Size: 136291 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Installing packages - opkg
       [not found]       ` <5502F8D3.3080304@balister.org>
@ 2015-03-25  9:53         ` Amber and Sarosh
  0 siblings, 0 replies; 6+ messages in thread
From: Amber and Sarosh @ 2015-03-25  9:53 UTC (permalink / raw)
  To: Philip Balister, alejandro.delcastillo, openembedded-devel

Hi
We have waited for the feed server to be up again but it's still not working. Can you please provide us with the contact address of someone from Angstrom so we may ask them to check their server? Thanks.

Regards,
Amber, Sarosh & Naheed


> Date: Fri, 13 Mar 2015 10:48:51 -0400
> From: philip@balister.org
> To: amber_sarosh@hotmail.com
> Subject: Fwd: Re: [oe] Installing packages - opkg
> 
> I was late seeing this. I think you can install a version of sqlite3 for
> the E100 from the Ettus feeds by running:
> 
> opkg install libsqlite3-dev
> 
> We showed openbts running an E100 ages ago, before it needed sqlite3.
> 
> Hopefully this helps.
> 
> Philip
> 
> 
> -------- Forwarded Message --------
> Subject: Re: [oe] Installing packages - opkg
> Date: Thu, 12 Mar 2015 15:50:54 -0500
> From: Alejandro del Castillo <alejandro.delcastillo@ni.com>
> Reply-To: openembedded-devel@lists.openembedded.org
> To: openembedded-devel@lists.openembedded.org
> CC: openembedded-devel-bounces@lists.openembedded.org
> 
> >From your opkg.conf file, looks like you are using Ettus & Angstrom feeds. 
> I didn't see sqlite on the ettus feed server, so it must be coming from
> Angstrom. Unfortunately, the Anstrom feed server is currently down,
> according to http://wp.angstrom-distribution.org/?p=101 . You can either
> ping the Angstrom guys to get an ETA on when their server is going to up
> again, or you are going to have to build the sqlite package yourself.
> 
> cheers,
> 
> -Alejandro
> 
> 
> 
> 
> From:   Amber and Sarosh <amber_sarosh@hotmail.com>
> To:     "openembedded-devel@lists.openembedded.org"
> <openembedded-devel@lists.openembedded.org>,
> Date:   03/11/2015 12:26 AM
> Subject:        Re: [oe] Installing packages - opkg
> Sent by:        openembedded-devel-bounces@lists.openembedded.org
> 
> 
> 
> We are trying to install sqlite3 using opkg install sqlite command. The
> output of the command is as in the screenshot attached. Moreover, we have
> tried adding source URLs to opkg.conf , but running opkg install or opkg
> update commands yield errors. This file is also attached for reference.
> Please let us know if any other detail is required.
> 
> Regards,
> Amber & Sarosh
> 
> 
> > Date: Tue, 10 Mar 2015 06:20:47 -0600
> > From: gary@mlbassoc.com
> > To: openembedded-devel@lists.openembedded.org
> > Subject: Re: [oe] Installing packages - opkg
> > 
> > On 2015-03-10 04:20, Amber and Sarosh wrote:
> > > Hi
> > > Can someone please guide us how can we install any packages on an 
> openembedded system? We are unable to do this using opkg. Maybe our system
> lack appropriate sources or something like that. We have tried adding
> sources in opkg.conf but still opkg update or any other trial for
> installing other packages is not successful. Please guide if anything else
> is to be done.
> > > Any help in this regard is much appreciated.
> > 
> > More data will help yield an answer.
> > 
> > What have you done/tried?
> > What errors are you getting?
> > 
> > -- 
> > ------------------------------------------------------------
> > Gary Thomas                 |  Consulting for the
> > MLB Associates              |    Embedded world
> > ------------------------------------------------------------
> > -- 
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>     --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> 
> 
> 
> 
 		 	   		  

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Installing packages - opkg
@ 2015-03-10 10:22 Amber and Sarosh
  0 siblings, 0 replies; 6+ messages in thread
From: Amber and Sarosh @ 2015-03-10 10:22 UTC (permalink / raw)
  To: openembedded-devel

Hi
Can someone please guide us how can we install any packages on an openembedded system? We are unable to do this using opkg. Maybe our system lack appropriate sources or something like that. We have tried adding sources in opkg.conf but still opkg update or any other trial for installing other packages is not successful. Please guide if anything else is to be done.
Any help in this regard is much appreciated.

Regards,
Amber & Sarosh
 		 	   		  

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-03-25  9:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-10 10:20 Installing packages - opkg Amber and Sarosh
2015-03-10 12:20 ` Gary Thomas
2015-03-11  5:26   ` Amber and Sarosh
2015-03-12 20:50     ` Alejandro del Castillo
     [not found]       ` <5502F8D3.3080304@balister.org>
2015-03-25  9:53         ` Amber and Sarosh
2015-03-10 10:22 Amber and Sarosh

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.