[ptxdist] [PATCH 04/13] build images from ipkg repository

2011-04-28 Thread George McCollister
Added option to build images from the ipkg repository. Signed-off-by: George McCollister --- platforms/image_ipkg.in | 12 +++ rules/post/ptxd_make_image_prepare_work_dir.make |6 - rules/post/ptxd_make_world_common.make |1 + scripts/ipkg

Re: [ptxdist] [PATCH 04/13] build images from ipkg repository

2011-04-29 Thread Michael Olbrich
On Thu, Apr 28, 2011 at 04:13:24PM -0500, George McCollister wrote: > Added option to build images from the ipkg repository. > > Signed-off-by: George McCollister > --- > platforms/image_ipkg.in | 12 +++ > rules/post/ptxd_make_image_prepare_work_dir.make |

Re: [ptxdist] [PATCH 04/13] build images from ipkg repository

2011-05-05 Thread Michael Olbrich
I've looked at this again... See below. On Thu, Apr 28, 2011 at 04:13:24PM -0500, George McCollister wrote: > Added option to build images from the ipkg repository. > > Signed-off-by: George McCollister > --- > platforms/image_ipkg.in | 12 +++ > rules/post/pt

Re: [ptxdist] [PATCH 04/13] build images from ipkg repository

2011-05-10 Thread George McCollister
image/env is a better place for this. I moved it in image/env like you suggested and changed the name from ptx_repo_dist_dir to image_repo_dist_dir. I will retest once other changes are ready. if ptxd_get_path "${ptxd_reply%.ipk}.perms" "${ptxd_reply%/*/*}/state/${1}.perms"; then ptx

Re: [ptxdist] [PATCH 04/13] build images from ipkg repository

2011-05-11 Thread Michael Olbrich
On Tue, May 10, 2011 at 09:24:00AM -0500, George McCollister wrote: > > >image/env is a better place for this. > I moved it in image/env like you suggested and changed the name from > ptx_repo_dist_dir to image_repo_dist_dir. I will retest once other > changes are ready. > >if ptxd_get_path "${ptx