Commit Graph

11 Commits

Author SHA1 Message Date
Bernhard Nortmann
5792814010 Add support for auto-updated version information
The Makefile will now use a script (autoversion.sh) to update
version.h, which in turn defines a VERSION string and gets
included from common.h.

The idea is that version.h normally receives a git-describe
based identifier that represents the current checkout. In
cases where git might not be available, e.g. for builds from
a tarball, the script will instead fall back to a predefined
version (that should reflect the most recent release tag).

Signed-off-by: Bernhard Nortmann <bernhard.nortmann@web.de>
2016-10-21 21:46:03 +02:00
Ian Campbell
f1cb74d828 Makefile: Prefix most tools with sunxi-
Several of the tools here are too generic and/or short for distro packaging
purposes (which like to try and avoid naming clashes in $PATH). Prefix the
following with "sunxi-":
  - fexc
  - bootinfo
  - fel
  - pio
  - meminfo

Do not prefix any of the fel "payloads" or raw binaries since they would not
normally be installed in $PATH.

Do not prefix "phoenix_info", since "phoenix" already seems like an appropriate
prefix for this particular tool.

Update in-tree callers, README and .gitignore accordingly.

Signed-off-by: Ian Campbell <ijc@hellion.org.uk>
Acked-by: Peter Korsgaard <peter@korsgaard.com>
2015-10-23 23:20:41 +03:00
Olliver Schinagl
6ff4b1524f do not store backup files
Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
2015-01-24 23:46:19 +01:00
Olliver Schinagl
f204ba7cec Exclude sunxi-meminfo-static from git
Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
2015-01-24 23:45:26 +01:00
Luc Verhaegen
d4e34bcb5a meminfo: rename and add to build
* rename a10-meminfo to meminfo
* add static build to Makefile
* fix operand warning
* built binary verified on proper linux and android

Signed-off-by: Luc Verhaegen <libv@skynet.be>
2014-08-14 22:55:13 +02:00
Alejandro Mery
c7ea2b6e08 nand-part: rename mbr to a more meaningful name 2012-08-06 23:56:02 +00:00
Alejandro Mery
3fc53401f3 build: add mbr to Makefile 2012-08-07 00:38:23 +02:00
Alejandro Mery
0d2d96c484 pio: add pio print < PIO to turn a PIO dump into human readable 2012-07-31 16:01:46 +02:00
Alejandro Mery
915c888d5c build: add fel to .gitignore 2012-06-15 22:58:50 +02:00
Alejandro Mery
020f001c20 fexc: add do-nothing fexc tool 2012-05-10 09:55:10 +02:00
Alejandro Mery
290e0adf62 Initial structure 2012-05-02 09:35:52 +02:00