All of lore.kernel.org
 help / color / mirror / Atom feed
* FEED_DEPLOYDIR_BASE_URI does not work
@ 2015-12-01  9:49 Ayoub Zaki
  2015-12-01 14:34 ` Leonardo Sandoval
  0 siblings, 1 reply; 4+ messages in thread
From: Ayoub Zaki @ 2015-12-01  9:49 UTC (permalink / raw)
  To: yocto

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

Hello,

Setting FEED_DEPLOYDIR_BASE_URI
<http://www.yoctoproject.org/docs/2.0/mega-manual/mega-manual.html#var-FEED_DEPLOYDIR_BASE_URI>
in local.conf as specified in the yocto manual does NOT generate any
/etc/opkg/base-feeds.conf in the root of the target filesystem!
Is ist a known bug ? I'm using jethro version with opkg as package manager.

cheers,
Ayoub zaki

[-- Attachment #2: Type: text/html, Size: 469 bytes --]

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

* Re: FEED_DEPLOYDIR_BASE_URI does not work
  2015-12-01  9:49 FEED_DEPLOYDIR_BASE_URI does not work Ayoub Zaki
@ 2015-12-01 14:34 ` Leonardo Sandoval
  2015-12-01 18:16   ` Paul Eggleton
  0 siblings, 1 reply; 4+ messages in thread
From: Leonardo Sandoval @ 2015-12-01 14:34 UTC (permalink / raw)
  To: Ayoub Zaki, yocto

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



On 12/01/2015 03:49 AM, Ayoub Zaki wrote:
> |Hello,
>
> Setting FEED_DEPLOYDIR_BASE_URI 
> <http://www.yoctoproject.org/docs/2.0/mega-manual/mega-manual.html#var-FEED_DEPLOYDIR_BASE_URI> 
> in local.conf as specified in the yocto manual does NOT generate any 
> /etc/opkg/base-feeds.conf in the root of the target filesystem!
> Is ist a known bug ? I'm using jethro version with opkg as package 
> manager.
> |
Looks like a bug, so file a bug on bugzilla.yoctoproject.org.

Have you tried setting the variables named 
PACKAGE_FEED_[URIS|BASE_PATHS|ARCHS] ?

http://www.yoctoproject.org/docs/2.0/mega-manual/mega-manual.html#var-PACKAGE_FEED_URIS

> |
> cheers,
> Ayoub zaki
> |
>
>


[-- Attachment #2: Type: text/html, Size: 1794 bytes --]

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

* Re: FEED_DEPLOYDIR_BASE_URI does not work
  2015-12-01 14:34 ` Leonardo Sandoval
@ 2015-12-01 18:16   ` Paul Eggleton
  2015-12-01 18:38     ` Leonardo Sandoval
  0 siblings, 1 reply; 4+ messages in thread
From: Paul Eggleton @ 2015-12-01 18:16 UTC (permalink / raw)
  To: Leonardo Sandoval; +Cc: yocto, Scott Rifenbark, Ayoub Zaki

On Tue, 01 Dec 2015 08:34:15 Leonardo Sandoval wrote:
> On 12/01/2015 03:49 AM, Ayoub Zaki wrote:
> > |Hello,
> > 
> > Setting FEED_DEPLOYDIR_BASE_URI
> > <http://www.yoctoproject.org/docs/2.0/mega-manual/mega-manual.html#var-FEE
> > D_DEPLOYDIR_BASE_URI> in local.conf as specified in the yocto manual does
> > NOT generate any /etc/opkg/base-feeds.conf in the root of the target
> > filesystem!
> > Is ist a known bug ? I'm using jethro version with opkg as package
> > manager.
> 
> Looks like a bug, so file a bug on bugzilla.yoctoproject.org.
> 
> Have you tried setting the variables named
> PACKAGE_FEED_[URIS|BASE_PATHS|ARCHS] ?
> 
> http://www.yoctoproject.org/docs/2.0/mega-manual/mega-manual.html#var-PACKAG
> E_FEED_URIS

Leo - I'm not sure your patch implementing this functionality actually got 
merged in the end, though I suspect the corresponding changes to the manual 
did in advance (if that's the case, that shouldn't have happened). Can you 
double-check this?

Thanks,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre


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

* Re: FEED_DEPLOYDIR_BASE_URI does not work
  2015-12-01 18:16   ` Paul Eggleton
@ 2015-12-01 18:38     ` Leonardo Sandoval
  0 siblings, 0 replies; 4+ messages in thread
From: Leonardo Sandoval @ 2015-12-01 18:38 UTC (permalink / raw)
  To: Paul Eggleton; +Cc: yocto, Scott Rifenbark, Ayoub Zaki



On 12/01/2015 12:16 PM, Paul Eggleton wrote:
> On Tue, 01 Dec 2015 08:34:15 Leonardo Sandoval wrote:
>> On 12/01/2015 03:49 AM, Ayoub Zaki wrote:
>>> |Hello,
>>>
>>> Setting FEED_DEPLOYDIR_BASE_URI
>>> <http://www.yoctoproject.org/docs/2.0/mega-manual/mega-manual.html#var-FEE
>>> D_DEPLOYDIR_BASE_URI> in local.conf as specified in the yocto manual does
>>> NOT generate any /etc/opkg/base-feeds.conf in the root of the target
>>> filesystem!
>>> Is ist a known bug ? I'm using jethro version with opkg as package
>>> manager.
>> Looks like a bug, so file a bug on bugzilla.yoctoproject.org.
>>
>> Have you tried setting the variables named
>> PACKAGE_FEED_[URIS|BASE_PATHS|ARCHS] ?
>>
>> http://www.yoctoproject.org/docs/2.0/mega-manual/mega-manual.html#var-PACKAG
>> E_FEED_URIS
> Leo - I'm not sure your patch implementing this functionality actually got
> merged in the end, though I suspect the corresponding changes to the manual
> did in advance (if that's the case, that shouldn't have happened). Can you
> double-check this?
Paul, you are right, patch is not yet on master but documentation is 
already there. I will reply the original email so it is taken into 
account for the next merge.

>
> Thanks,
> Paul
>



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

end of thread, other threads:[~2015-12-01 18:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-01  9:49 FEED_DEPLOYDIR_BASE_URI does not work Ayoub Zaki
2015-12-01 14:34 ` Leonardo Sandoval
2015-12-01 18:16   ` Paul Eggleton
2015-12-01 18:38     ` Leonardo Sandoval

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.