Re: [OE-core] [PATCH] runtime package management: ipk/opk

2013-11-02 Thread Trevor Woerner
Hi Saul, On 1 November 2013 12:35, Saul Wold wrote: > This says what you are doing, but the question is why is the change needed? > It might be obvious to you, but not to others. The base-feeds.conf file is > provided via the a distro configuration, so it's not guarenteed to be there > for every

Re: [OE-core] [PATCH] runtime package management: ipk/opk

2013-11-01 Thread Saul Wold
On 10/31/2013 09:45 AM, Trevor Woerner wrote: Place the on-target feed configuration into the "base-feeds.conf" file instead of the "opkg.conf" file. This says what you are doing, but the question is why is the change needed? It might be obvious to you, but not to others. The base-feeds.conf

[OE-core] [PATCH] runtime package management: ipk/opk

2013-10-31 Thread Trevor Woerner
Place the on-target feed configuration into the "base-feeds.conf" file instead of the "opkg.conf" file. Signed-off-by: Trevor Woerner --- meta/classes/rootfs_ipk.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/rootfs_ipk.bbclass b/meta/classes/rootfs_ipk.