Bill Hoffa | 128bda4 | 2019-07-10 16:34:55 -0500 | [diff] [blame] | 1 | config BR2_PACKAGE_OCMB_EXPLORER_FW |
Klaus Heinrich Kiwi | 8b923b1 | 2020-08-10 15:03:44 -0500 | [diff] [blame^] | 2 | bool "ocmb-explorer-fw" |
Jeremy Kerr | be6225f | 2019-08-07 11:57:06 +0800 | [diff] [blame] | 3 | default n |
Bill Hoffa | 128bda4 | 2019-07-10 16:34:55 -0500 | [diff] [blame] | 4 | help |
| 5 | Project to stage ocmb explorer fw and binary image releases |
| 6 | |
| 7 | if BR2_PACKAGE_OCMB_EXPLORER_FW |
| 8 | |
Bill Hoffa | 128bda4 | 2019-07-10 16:34:55 -0500 | [diff] [blame] | 9 | config BR2_OCMB_EXPLORER_FW_VERSION |
| 10 | string |
Klaus Heinrich Kiwi | 8b923b1 | 2020-08-10 15:03:44 -0500 | [diff] [blame^] | 11 | default "v6.0" |
Bill Hoffa | 128bda4 | 2019-07-10 16:34:55 -0500 | [diff] [blame] | 12 | |
Klaus Heinrich Kiwi | 8b923b1 | 2020-08-10 15:03:44 -0500 | [diff] [blame^] | 13 | config BR2_OCMB_EXPLORER_FW_SITE |
Bill Hoffa | 128bda4 | 2019-07-10 16:34:55 -0500 | [diff] [blame] | 14 | string |
Klaus Heinrich Kiwi | 8b923b1 | 2020-08-10 15:03:44 -0500 | [diff] [blame^] | 15 | default "https://github.com/open-power/ocmb-explorer-fw/files/4989167" |
| 16 | |
| 17 | config BR2_OCMB_EXPLORER_FW_SOURCE |
| 18 | string |
| 19 | default "FWCL395423BinaryOnly.zip" |
Bill Hoffa | 128bda4 | 2019-07-10 16:34:55 -0500 | [diff] [blame] | 20 | |
| 21 | endif |