Re: [OE-core] [PATCH 1/2] do_rootfs: Added PACKAGE_FEED_URIS functionality

2014-03-04 Thread David Nyström
On 2014-03-03 21:41, Trevor Woerner wrote: Does this resolve issue 5407? https://bugzilla.yoctoproject.org/show_bug.cgi?id=5407 This patch satisfies a small part of 5407, when this patch has been reworked into a recipe and merged, there is still the issue to synchonize the formatting for

Re: [OE-core] [PATCH 1/2] do_rootfs: Added PACKAGE_FEED_URIS functionality

2014-03-04 Thread Paul Eggleton
On Tuesday 04 March 2014 09:45:09 David Nyström wrote: On 2014-03-03 21:41, Trevor Woerner wrote: Does this resolve issue 5407? https://bugzilla.yoctoproject.org/show_bug.cgi?id=5407 This patch satisfies a small part of 5407, when this patch has been reworked into a recipe and merged I'm

Re: [OE-core] [PATCH 1/2] do_rootfs: Added PACKAGE_FEED_URIS functionality

2014-03-04 Thread Andreas Oberritter
On 04.03.2014 11:29, Paul Eggleton wrote: On Tuesday 04 March 2014 09:45:09 David Nyström wrote: On 2014-03-03 21:41, Trevor Woerner wrote: Does this resolve issue 5407? https://bugzilla.yoctoproject.org/show_bug.cgi?id=5407 This patch satisfies a small part of 5407, when this patch has been

Re: [OE-core] [PATCH 1/2] do_rootfs: Added PACKAGE_FEED_URIS functionality

2014-03-04 Thread Paul Eggleton
On Tuesday 04 March 2014 12:02:41 Andreas Oberritter wrote: On 04.03.2014 11:29, Paul Eggleton wrote: On Tuesday 04 March 2014 09:45:09 David Nyström wrote: On 2014-03-03 21:41, Trevor Woerner wrote: Does this resolve issue 5407? https://bugzilla.yoctoproject.org/show_bug.cgi?id=5407

Re: [OE-core] [PATCH 1/2] do_rootfs: Added PACKAGE_FEED_URIS functionality

2014-03-03 Thread Trevor Woerner
Does this resolve issue 5407? https://bugzilla.yoctoproject.org/show_bug.cgi?id=5407 ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

Re: [OE-core] [PATCH 1/2] do_rootfs: Added PACKAGE_FEED_URIS functionality

2014-03-03 Thread Otavio Salvador
On Mon, Mar 3, 2014 at 5:41 PM, Trevor Woerner trevor.woer...@linaro.org wrote: Does this resolve issue 5407? https://bugzilla.yoctoproject.org/show_bug.cgi?id=5407 Seems so :D -- Otavio Salvador O.S. Systems http://www.ossystems.com.br

Re: [OE-core] [PATCH 1/2] do_rootfs: Added PACKAGE_FEED_URIS functionality

2014-02-28 Thread David Nyström
On 2014-02-27 23:34, Paul Eggleton wrote: On Thursday 27 February 2014 21:20:37 David Nyström wrote: Adding a common interface to add predefined package manager channels to prebuilt rootfs:es. Adding PACKAGE_FEED_URIS = http://myre.po/repo/, will assume repo directories named (rpm,ipk,deb) as

[OE-core] [PATCH 1/2] do_rootfs: Added PACKAGE_FEED_URIS functionality

2014-02-27 Thread David Nyström
Adding a common interface to add predefined package manager channels to prebuilt rootfs:es. Adding PACKAGE_FEED_URIS = http://myre.po/repo/, will assume repo directories named (rpm,ipk,deb) as subdirectories and statically add them to the rootfs, using the same PKG_ARCHs as the build which

Re: [OE-core] [PATCH 1/2] do_rootfs: Added PACKAGE_FEED_URIS functionality

2014-02-27 Thread Paul Eggleton
On Thursday 27 February 2014 21:20:37 David Nyström wrote: Adding a common interface to add predefined package manager channels to prebuilt rootfs:es. Adding PACKAGE_FEED_URIS = http://myre.po/repo/, will assume repo directories named (rpm,ipk,deb) as subdirectories and statically add them

Re: [OE-core] [PATCH 1/2] do_rootfs: Added PACKAGE_FEED_URIS functionality

2014-02-27 Thread Laurentiu Palcu
Reviewed-by: Laurentiu Palcu laurentiu.pa...@intel.com On Thu, Feb 27, 2014 at 09:20:37PM +0100, David Nyström wrote: Adding a common interface to add predefined package manager channels to prebuilt rootfs:es. Adding PACKAGE_FEED_URIS = http://myre.po/repo/, will assume repo directories