Re: CVS commit: src/distrib/utils/embedded

2018-11-23 Thread Aymeric Vincent
Jared McNeill writes: > You shouldn't set fdtfile in this script because U-Boot already sets > it. From socfpga_de0_nano_soc_defconfig: > > CONFIG_DEFAULT_FDT_FILE="socfpga_cyclone5_de0_nano_soc.dtb" > > This way, if you match on the SoC type in this file, you can run on > any board using this So

Re: CVS commit: src/distrib/utils/embedded

2018-11-23 Thread Jared McNeill
On Thu, 22 Nov 2018, Aymeric Vincent wrote: src/distrib/utils/embedded/files: armv7_boot.cmd You shouldn't set fdtfile in this script because U-Boot already sets it. From socfpga_de0_nano_soc_defconfig: CONFIG_DEFAULT_FDT_FILE="socfpga_cyclone5_de0_nano_soc.dtb" This way, if you m

Re: CVS commit: src/distrib/utils/embedded/conf

2015-05-22 Thread Christos Zoulas
On May 22, 1:26pm, m...@3am-software.com (Matt Thomas) wrote: -- Subject: Re: CVS commit: src/distrib/utils/embedded/conf | No, use the :Q modifier This is not make(1) it is sh(1) :-) christos

Re: CVS commit: src/distrib/utils/embedded/conf

2015-05-22 Thread Matt Thomas
> On May 22, 2015, at 11:07 AM, Christos Zoulas wrote: > > In article <20150522011822.807e...@cvs.netbsd.org>, > Jared D. McNeill wrote: >> -=-=-=-=-=- >> >> Module Name: src >> Committed By:jmcneill >> Date:Fri May 22 01:18:22 UTC 2015 >> >> Modified Files: >> sr

Re: CVS commit: src/distrib/utils/embedded/conf

2015-05-22 Thread Christos Zoulas
In article <20150522011822.807e...@cvs.netbsd.org>, Jared D. McNeill wrote: >-=-=-=-=-=- > >Module Name: src >Committed By: jmcneill >Date: Fri May 22 01:18:22 UTC 2015 > >Modified Files: > src/distrib/utils/embedded/conf: armv7.conf > >Log Message: >add JETSONTK1 to armv7.img P

Re: CVS commit: src/distrib/utils/embedded/conf

2015-02-12 Thread Jared McNeill
Thank you for catching this mistake, it should have been appending to ${mnt}/etc/rc.local. I have checked in a fix. On Thu, 12 Feb 2015, Takahiro HAYASHI wrote: On 2015/02/07 00:15, Jared D. McNeill wrote: Module Name:src Committed By: jmcneill Date: Fri Feb 6 15:15:02 UTC 20

Re: CVS commit: src/distrib/utils/embedded/conf

2015-02-12 Thread Takahiro HAYASHI
On 2015/02/07 00:15, Jared D. McNeill wrote: Module Name:src Committed By: jmcneill Date: Fri Feb 6 15:15:02 UTC 2015 Modified Files: src/distrib/utils/embedded/conf: rpi.conf Log Message: By default, RPI firmware sets the max CPU frequency to 600MHz. This can be overri

Re: CVS commit: src/distrib/utils/embedded/conf

2014-04-04 Thread Izumi Tsutsui
> make a swap file? Swap space in the distributed image is just annoying for users to rawwrite it into devices. To use resize_ffs(8), users have to edit disklabel anyway, so I'm using a dumb script that checks disk size, updates labels, and executes resize_ffs(8) for my custom images. --- Izumi

re: CVS commit: src/distrib/utils/embedded/conf

2014-04-03 Thread matthew green
make a swap file? .mrg.

Re: CVS commit: src/distrib/utils/embedded/conf

2014-04-03 Thread Christos Zoulas
In article <20140401184816.gq20...@snowdrop.l8s.co.uk>, David Laight wrote: >On Mon, Mar 31, 2014 at 02:18:45PM -0400, Christos Zoulas wrote: >> Module Name: src >> Committed By:christos >> Date:Mon Mar 31 18:18:45 UTC 2014 >> >> Modified Files: >> src/distrib/utils/

Re: CVS commit: src/distrib/utils/embedded/conf

2014-04-01 Thread David Laight
On Mon, Mar 31, 2014 at 02:18:45PM -0400, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Mon Mar 31 18:18:45 UTC 2014 > > Modified Files: > src/distrib/utils/embedded/conf: x86.conf > > Log Message: > remove swap; these days x86 machines don't need it.

Re: CVS commit: src/distrib/utils/embedded/conf

2013-09-16 Thread Christos Zoulas
In article <20130916152357.883d...@cvs.netbsd.org>, Adrian Steinmann wrote: >-=-=-=-=-=- > >Module Name: src >Committed By: ast >Date: Mon Sep 16 15:23:57 UTC 2013 > >Modified Files: > src/distrib/utils/embedded/conf: beagleboard.conf rpi.conf > rpi_inst.conf > >Log Mes

Re: CVS commit: src/distrib/utils/embedded

2013-09-16 Thread Christos Zoulas
On Sep 15, 8:54pm, a...@netbsd.org (Adrian Steinmann) wrote: -- Subject: Re: CVS commit: src/distrib/utils/embedded | So you're suggesting I remove the | | GZIP_CMD=${TOOL_GZIP:-gzip} # ${GZIP} is special to gzip(1) Leave that definition in mkimage and remove them from the .conf files whe

Re: CVS commit: src/distrib/utils/embedded

2013-09-15 Thread Adrian Steinmann
On Sun, Sep 15, 2013 at 02:05:59PM -0400, Christos Zoulas wrote: > On Sep 15, 5:59pm, a...@netbsd.org (Adrian Steinmann) wrote: > -- Subject: Re: CVS commit: src/distrib/utils/embedded > > | On Sun, Sep 15, 2013 at 01:26:51PM +, Christos Zoulas wrote: > | > In article &l

Re: CVS commit: src/distrib/utils/embedded

2013-09-15 Thread Christos Zoulas
On Sep 15, 5:59pm, a...@netbsd.org (Adrian Steinmann) wrote: -- Subject: Re: CVS commit: src/distrib/utils/embedded | On Sun, Sep 15, 2013 at 01:26:51PM +, Christos Zoulas wrote: | > In article <20130914125127.7648...@cvs.netbsd.org>, | > Adrian Steinmann wrote: | > | >

Re: CVS commit: src/distrib/utils/embedded

2013-09-15 Thread Adrian Steinmann
On Sun, Sep 15, 2013 at 01:26:51PM +, Christos Zoulas wrote: > In article <20130914125127.7648...@cvs.netbsd.org>, > Adrian Steinmann wrote: > > 1. This is useless in the .conf files since mkimage sets it alreay. > >+GZIP_CMD=${TOOL_GZIP:-gzip} # ${GZIP} is special to gzip(1) Well yes, but it

Re: CVS commit: src/distrib/utils/embedded

2013-09-15 Thread Christos Zoulas
In article <20130914125127.7648...@cvs.netbsd.org>, Adrian Steinmann wrote: 1. This is useless in the .conf files since mkimage sets it alreay. >+GZIP_CMD=${TOOL_GZIP:-gzip} # ${GZIP} is special to gzip(1) >+ 2. You might as well rename the rest of the variables _CMD for conistency. christos

Re: CVS commit: src/distrib/utils/embedded

2013-04-08 Thread Valery Ushakov
On Mon, Apr 08, 2013 at 07:55:10 -0700, Hisashi T Fujinaka wrote: > On Mon, 8 Apr 2013, Valery Ushakov wrote: > > >On Mon, Apr 08, 2013 at 06:35:03 -0700, Hisashi T Fujinaka wrote: > > > >>On Mon, 8 Apr 2013, Jared McNeill wrote: > >> > >>>As author of 1.37, just so it's clear that I didn't appro

Re: CVS commit: src/distrib/utils/embedded

2013-04-08 Thread Hisashi T Fujinaka
On Mon, 8 Apr 2013, Valery Ushakov wrote: On Mon, Apr 08, 2013 at 06:35:03 -0700, Hisashi T Fujinaka wrote: On Mon, 8 Apr 2013, Jared McNeill wrote: As author of 1.37, just so it's clear that I didn't approve this commit, I don't recall being asked about it at all. I asked you directly sev

Re: CVS commit: src/distrib/utils/embedded

2013-04-08 Thread Valery Ushakov
On Mon, Apr 08, 2013 at 06:35:03 -0700, Hisashi T Fujinaka wrote: > On Mon, 8 Apr 2013, Jared McNeill wrote: > > >As author of 1.37, just so it's clear that I didn't approve this commit, I > >don't recall being asked about it at all. > > I asked you directly several times on IRC and you didn't r

Re: CVS commit: src/distrib/utils/embedded

2013-04-08 Thread Hisashi T Fujinaka
On Mon, 8 Apr 2013, Jared McNeill wrote: On Fri, 5 Apr 2013, Hisashi T Fujinaka wrote: On Sat, 6 Apr 2013, Izumi Tsutsui wrote: If the problem is overflow of the image, shouldn't the "extra" variable in each config file be bumped instead of changing a unit? Sorry for the messy commit. I ju

Re: CVS commit: src/distrib/utils/embedded

2013-04-08 Thread Jared McNeill
On Fri, 5 Apr 2013, Hisashi T Fujinaka wrote: On Sat, 6 Apr 2013, Izumi Tsutsui wrote: If the problem is overflow of the image, shouldn't the "extra" variable in each config file be bumped instead of changing a unit? Sorry for the messy commit. I just changed the -b line the way I did becaus

Re: CVS commit: src/distrib/utils/embedded

2013-04-05 Thread Hisashi T Fujinaka
On Sat, 6 Apr 2013, Izumi Tsutsui wrote: If the problem is overflow of the image, shouldn't the "extra" variable in each config file be bumped instead of changing a unit? Sorry for the messy commit. I just changed the -b line the way I did because I'm not sure where extra comes from and versio

Re: CVS commit: src/distrib/utils/embedded

2013-04-05 Thread Izumi Tsutsui
> > If the problem is overflow of the image, shouldn't the "extra" variable > > in each config file be bumped instead of changing a unit? > > Sorry for the messy commit. I just changed the -b line the way I did > because I'm not sure where extra comes from and version 1.37 broke every > img that I

Re: CVS commit: src/distrib/utils/embedded

2013-04-05 Thread Hisashi T Fujinaka
On Sat, 6 Apr 2013, Izumi Tsutsui wrote: Module Name:src Committed By: htodd Date: Wed Apr 3 19:37:43 UTC 2013 Modified Files: src/distrib/utils/embedded: mkimage Log Message: Fix build. What build problem did you try to fix? --- mkimage 28 Mar 2013 00:20:02 -00

Re: CVS commit: src/distrib/utils/embedded

2013-04-05 Thread Izumi Tsutsui
> Module Name: src > Committed By: htodd > Date: Wed Apr 3 19:37:43 UTC 2013 > > Modified Files: > src/distrib/utils/embedded: mkimage > > Log Message: > Fix build. What build problem did you try to fix? --- mkimage 28 Mar 2013 00:20:02 - 1.37 +++ mkimage 3 Apr

Re: CVS commit: src/distrib/utils/embedded

2013-02-03 Thread Christos Zoulas
On Feb 3, 7:02pm, tsut...@ceres.dti.ne.jp (Izumi Tsutsui) wrote: -- Subject: Re: CVS commit: src/distrib/utils/embedded | Does this mean that tools makefs -t msdos is now functional? | If so I'd consider to prepare build.sh live-image targets for more ports. | (to build images without

Re: CVS commit: src/distrib/utils/embedded

2013-02-03 Thread Izumi Tsutsui
> Modified Files: > src/distrib/utils/embedded: mkimage > src/distrib/utils/embedded/conf: beagleboard.conf evbarm.conf rpi.conf > usermode.conf > > Log Message: > switch to makefs Does this mean that tools makefs -t msdos is now functional? If so I'd consider to prepare bui