* [PATCH] runtime package management: ipk/opk
@ 2013-10-31 16:45 Trevor Woerner
2013-11-01 19:35 ` Saul Wold
0 siblings, 1 reply; 3+ messages in thread
From: Trevor Woerner @ 2013-10-31 16:45 UTC (permalink / raw)
To: openembedded-core
Place the on-target feed configuration into the "base-feeds.conf" file instead
of the "opkg.conf" file.
Signed-off-by: Trevor Woerner <trevor.woerner@linaro.org>
---
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.bbclass
index b0805dc..1537af4 100644
--- a/meta/classes/rootfs_ipk.bbclass
+++ b/meta/classes/rootfs_ipk.bbclass
@@ -159,7 +159,7 @@ ipk_insert_feed_uris () {
echo "Added $feed_name feed with URL $feed_uri"
# insert new feed-sources
- echo "src/gz $feed_name $feed_uri" >> ${IPKGCONF_TARGET}
+ echo "src/gz $feed_name $feed_uri" >> ${IMAGE_ROOTFS}/${sysconfdir}/opkg/base-feeds.conf
done
# Allow to use package deploy directory contents as quick devel-testing
--
1.8.1.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] runtime package management: ipk/opk
2013-10-31 16:45 [PATCH] runtime package management: ipk/opk Trevor Woerner
@ 2013-11-01 19:35 ` Saul Wold
2013-11-02 17:38 ` Trevor Woerner
0 siblings, 1 reply; 3+ messages in thread
From: Saul Wold @ 2013-11-01 19:35 UTC (permalink / raw)
To: Trevor Woerner, openembedded-core
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 file is provided via the a distro configuration, so it's
not guarenteed to be there for every distro, so I am not sure this
change is correct.
Also for future referece the commit message should follow the commit
guidelines:
http://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines
Thanks
Sau!
> Signed-off-by: Trevor Woerner <trevor.woerner@linaro.org>
> ---
> 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.bbclass
> index b0805dc..1537af4 100644
> --- a/meta/classes/rootfs_ipk.bbclass
> +++ b/meta/classes/rootfs_ipk.bbclass
> @@ -159,7 +159,7 @@ ipk_insert_feed_uris () {
> echo "Added $feed_name feed with URL $feed_uri"
>
> # insert new feed-sources
> - echo "src/gz $feed_name $feed_uri" >> ${IPKGCONF_TARGET}
> + echo "src/gz $feed_name $feed_uri" >> ${IMAGE_ROOTFS}/${sysconfdir}/opkg/base-feeds.conf
> done
>
> # Allow to use package deploy directory contents as quick devel-testing
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] runtime package management: ipk/opk
2013-11-01 19:35 ` Saul Wold
@ 2013-11-02 17:38 ` Trevor Woerner
0 siblings, 0 replies; 3+ messages in thread
From: Trevor Woerner @ 2013-11-02 17:38 UTC (permalink / raw)
To: Saul Wold; +Cc: openembedded-core
Hi Saul,
On 1 November 2013 12:35, Saul Wold <sgw@linux.intel.com> 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 distro, so I am not sure this change is correct.
>
> Also for future referece the commit message should follow the commit
> guidelines:
You're right, this patch is messed up.
Thank you for the feedback :-)
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-11-02 17:38 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-31 16:45 [PATCH] runtime package management: ipk/opk Trevor Woerner
2013-11-01 19:35 ` Saul Wold
2013-11-02 17:38 ` Trevor Woerner
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.