equal
deleted
inserted
replaced
|
1 |
|
2 A new --query command-line option allows other tools to easily read raptor's |
|
3 configuration data without having to understand exactly how raptor config |
|
4 files work. |
|
5 |
|
6 For example, all the valid build aliases which can be used to build with |
|
7 the -c option can be obtained using: |
|
8 |
|
9 sbs --query=aliases |
|
10 |
|
11 All the known product variants can be obtained using: |
|
12 |
|
13 sbs --query=products |
|
14 |
|
15 And the details of a particular configuration can be found using: |
|
16 |
|
17 sbs --query=config[armv5_urel.n8] |
|
18 |