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.woer...@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
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core