sbsv2/raptor/notes/query_cli.txt
author mikek
Sun, 13 Jun 2010 16:27:09 +0100
changeset 20 f2446ffbf2b5
parent 18 de5b887c98f7
permissions -rw-r--r--
Provide elf2e32 with an option to select either RVCT assembler or GNU assembler output for the --dump option


A new --query command-line option allows other tools to easily read raptor's
configuration data without having to understand exactly how raptor config
files work.

For example, all the valid build aliases which can be used to build with
the -c option can be obtained using:

sbs --query=aliases

All the known product variants can be obtained using:

sbs --query=products

And the details of a particular configuration can be found using:

sbs --query=config[armv5_urel.n8]