Matt Ploetz | e59bd1e | 2015-06-11 11:32:30 -0500 | [diff] [blame^] | 1 | config BR2_PACKAGE_GARRISON_XML |
| 2 | bool "garrison_xml" |
| 3 | default y if (BR2_OPENPOWER_CONFIG_NAME = "garrison") |
| 4 | help |
| 5 | Utilites for building xml and the targeting binary image |
| 6 | |
| 7 | config BR2_GARRISON_SYSTEM_XML_FILENAME |
| 8 | string "Garrison targeting system xml filename" |
| 9 | default "" |
| 10 | help |
| 11 | Defines the name of the system XML filename to be used when creating targeting binary image |
| 12 | |
| 13 | config BR2_GARRISON_MRW_XML_FILENAME |
| 14 | string "Garrison targeting mrw xml filename" |
| 15 | default "" |
| 16 | help |
| 17 | Defines the name of the mrw XML filename to be used when creating targeting binary image |
| 18 | |
| 19 | config BR2_GARRISON_BIOS_XML_FILENAME |
| 20 | string "Garrison BIOS metadata XML filename" |
| 21 | default "" |
| 22 | help |
| 23 | Defines the name of the BIOS XML filename to parse when generating BIOS metadata |