Re: [ptxdist] [PATCH] util-linux-ng: add support for hwclock

2011-04-26 Thread Michael Olbrich
On Mon, Apr 25, 2011 at 10:16:51AM -0500, Joseph A. Lutz wrote: Signed-off-by: Joseph A. Lutz joseph.l...@novatechweb.com Tnx, applied. Michael --- rules/util-linux-ng.in | 13 + rules/util-linux-ng.make |3 +++ 2 files changed, 16 insertions(+), 0 deletions(-) diff

Re: [ptxdist] [PATCH 1/7] build images from ipkg repository

2011-04-26 Thread Michael Olbrich
On Mon, Apr 25, 2011 at 01:14:17PM -0500, George McCollister wrote: Added option to build images from the ipkg repository. Hmmm, so with this you want tun run ptxdist images and create an image from ipks without building everything, right? Isn't there a dependency to 'world' in there somewhere?

Re: [ptxdist] [PATCH 4/7] opkg: don't symlink /tmp to /usr/lib/opkg

2011-04-26 Thread Michael Olbrich
On Mon, Apr 25, 2011 at 01:14:20PM -0500, George McCollister wrote: Repository data is stored in /usr/lib/opkg. Don't link it to /tmp. Hmmm, for what kind of operations does opkg try to write there? This should work with a read-only rootfs (In that case opkg won't be able to install/remove

Re: [ptxdist] [PATCH 5/7] host-openssl: added for ipkg-repository signing

2011-04-26 Thread Michael Olbrich
On Mon, Apr 25, 2011 at 01:14:21PM -0500, George McCollister wrote: openssl is used to sign the Packages file in the ipkg-repository. Comments below. Signed-off-by: George McCollister george.mccollis...@gmail.com --- platforms/hosttools.in |1 + rules/host-openssl.in |5 +

Re: [ptxdist] [PATCH 7/7] Added install_config

2011-04-26 Thread Michael Olbrich
On Mon, Apr 25, 2011 at 01:14:23PM -0500, George McCollister wrote: I added install_config which is the same as install_alternative except it also adds the file name to conffiles inside of the .ipk file so it is handled by the package manager as a config file. Can you move this patch to the

Re: [ptxdist] [PATCH 6/7] Added option to sign ipkg-repository

2011-04-26 Thread Michael Olbrich
On Mon, Apr 25, 2011 at 01:14:22PM -0500, George McCollister wrote: ipkg-repository can now be signed using openssl. A signature for the Packages file is created and stored in Packages.sig. On the target, opkg can be configured to enforce verification of the Packages file (which in turn

Re: [ptxdist] [PATCH 1/7] build images from ipkg repository

2011-04-26 Thread Marc Kleine-Budde
On 04/26/2011 01:08 PM, Michael Olbrich wrote: On Mon, Apr 25, 2011 at 01:14:17PM -0500, George McCollister wrote: Added option to build images from the ipkg repository. Hmmm, so with this you want tun run ptxdist images and create an image from ipks without building everything, right? Isn't

Re: [ptxdist] [PATCH 3/7] opkg: patch up to SVN trunk

2011-04-26 Thread Michael Olbrich
On Mon, Apr 25, 2011 at 01:14:19PM -0500, George McCollister wrote: Upstream recommends using the SVN trunk. I'm adding all changes since 0.1.8. Once they publish a new release we can throw this all away and switch to that. http://code.google.com/p/opkg/ it is recommended to use the most

[ptxdist] Meego

2011-04-26 Thread ayserd yawsedr
Hi, did anybody try to run meego on phyCard-series? Couls anybody tell me, how I could realize that? Thanks -- ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] [PATCH 2/7] opkg can now be used instead of ipkg

2011-04-26 Thread Michael Olbrich
On Mon, Apr 25, 2011 at 01:14:18PM -0500, George McCollister wrote: opkg and opkg-utils can now be used to build .ipk files and generate images from them. Please split into multiple commits. E.g. to add a host tool, some generalization, and finlly the actual ipkg/opkg selection.

Re: [ptxdist] setup ipkg package server

2011-04-26 Thread Alexander Dahl
Hei there, I tried a little more and came to a satisfying setup, I'll describe here now. On Thu, 21 Apr 2011 08:16:23 -0500, George McCollister wrote: What's not included in the guide is how to setup such a package server. I tried to find a description or a HowTo how to setup one but my 20

Re: [ptxdist] [PATCH 1/7] build images from ipkg repository

2011-04-26 Thread George McCollister
I'm making changes to the patches but I'm not going to re-post any of them until I've had a chance to go through and reply to comments on all of the patches and make necessary changes. Comments below. On 04/26/2011 06:08 AM, Michael Olbrich wrote: On Mon, Apr 25, 2011 at 01:14:17PM -0500,