Matt Ploetz | 43c30c9 | 2015-02-18 17:17:44 -0600 | [diff] [blame] | 1 | config BR2_PACKAGE_FIRESTONE_XML |
| 2 | bool "firestone_xml" |
| 3 | default y if (BR2_OPENPOWER_CONFIG_NAME = "firestone") |
Jeremy Kerr | 8aad111 | 2016-07-22 15:05:52 +0800 | [diff] [blame] | 4 | select BR2_PACKAGE_COMMON_P8_XML |
Matt Ploetz | 43c30c9 | 2015-02-18 17:17:44 -0600 | [diff] [blame] | 5 | help |
| 6 | Utilites for building xml and the targeting binary image |
| 7 | |
| 8 | config BR2_FIRESTONE_SYSTEM_XML_FILENAME |
| 9 | string "Firestone targeting system xml filename" |
| 10 | default "" |
| 11 | help |
| 12 | Defines the name of the system XML filename to be used when creating targeting binary image |
| 13 | |
| 14 | config BR2_FIRESTONE_MRW_XML_FILENAME |
| 15 | string "Firestone targeting mrw xml filename" |
| 16 | default "" |
| 17 | help |
| 18 | Defines the name of the mrw XML filename to be used when creating targeting binary image |
Nick Bofferding | 1868a38 | 2015-02-27 16:41:32 -0600 | [diff] [blame] | 19 | |
| 20 | config BR2_FIRESTONE_BIOS_XML_FILENAME |
| 21 | string "Firestone BIOS metadata XML filename" |
| 22 | default "" |
| 23 | help |
| 24 | Defines the name of the BIOS XML filename to parse when generating BIOS metadata |