]> Zhao Yanbai Git Server - minix.git/commit
build:arm allow to store build settings in a .settings file. 04/604/4
authorKees Jongenburger <kees.jongenburger@gmail.com>
Thu, 30 May 2013 06:47:39 +0000 (08:47 +0200)
committerKees Jongenburger <kees.jongenburger@gmail.com>
Thu, 30 May 2013 11:01:05 +0000 (13:01 +0200)
commiteb1e5bf04263553625baca23651e004b6c32c99f
treeeda4463709885f799fbb12a940687e27ff1cb5ec
parent26428d4bc68dfde77a223459409e0313841086ba
build:arm allow to store build settings in a .settings file.

If present a file called .settings will be sourced when
calling the arm_sdimage.sh script. This allows to configure
the build setting for arm build without the need to specify
the flags each time arm_sdimage.sh is called.

For example to configure arm_sdimage.sh to target the
beaglebone put the following content in your .settings file.

BASE_URL=http://www.minix3.org/arm/beaglebone
FLAG=-DAM335X
CONSOLE=tty00

Change-Id: Ide0341a255bc7f41dc5c30d0a43e71b01a8ea55c
releasetools/arm_sdimage.sh