sbsv2/raptor/notes/query_cli.txt
author lorewang
Wed, 17 Nov 2010 11:21:28 +0800
changeset 684 2defe8c85348
parent 591 22486c9c7b15
permissions -rw-r--r--
elf2e32 treatment of ARM$$INIT_ARRAY$$Base can break GCCE builds


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]