blob: 3b0f2264575487fd6c26e4fa1dc43fe2f056aae4 [file] [log] [blame]
Bill Hoffa128bda42019-07-10 16:34:55 -05001config BR2_PACKAGE_OCMB_EXPLORER_FW
Klaus Heinrich Kiwi8b923b12020-08-10 15:03:44 -05002 bool "ocmb-explorer-fw"
Jeremy Kerrbe6225f2019-08-07 11:57:06 +08003 default n
Bill Hoffa128bda42019-07-10 16:34:55 -05004 help
5 Project to stage ocmb explorer fw and binary image releases
6
7if BR2_PACKAGE_OCMB_EXPLORER_FW
8
Bill Hoffa128bda42019-07-10 16:34:55 -05009config BR2_OCMB_EXPLORER_FW_VERSION
10 string
Daniel Crowelld04c2382021-10-12 08:23:39 -050011 default "CL444714"
Bill Hoffa128bda42019-07-10 16:34:55 -050012
Klaus Heinrich Kiwi8b923b12020-08-10 15:03:44 -050013config BR2_OCMB_EXPLORER_FW_SITE
Bill Hoffa128bda42019-07-10 16:34:55 -050014 string
Daniel Crowelld04c2382021-10-12 08:23:39 -050015 default "https://github.com/open-power/ocmb-explorer-fw/releases/download/CL444714"
Klaus Heinrich Kiwi8b923b12020-08-10 15:03:44 -050016
17config BR2_OCMB_EXPLORER_FW_SOURCE
18 string
Daniel Crowelld04c2382021-10-12 08:23:39 -050019 default "FW444714BinaryOnly.zip"
Bill Hoffa128bda42019-07-10 16:34:55 -050020
21endif