blob: ec0aef2224017305803698be9441a21eedb5026a [file] [log] [blame]
config BR2_PACKAGE_OCMB_EXPLORER_FW
bool "ocmb_explorer_fw"
default y if (BR2_OPENPOWER_PLATFORM)
help
Project to stage ocmb explorer fw and binary image releases
if BR2_PACKAGE_OCMB_EXPLORER_FW
choice
prompt "OCMB Explorer Binary version"
default BR2_OCMB_EXPLORER_FW_LATEST_VERSION
config BR2_OCMB_EXPLORER_FW_LATEST_VERSION
bool "Use latest OCMB_EXPLORER_FW master"
config BR2_OCMB_EXPLORER_FW_CUSTOM_VERSION
bool "Custom OCMB_EXPLORER_FW version"
endchoice
config BR2_OCMB_EXPLORER_FW_CUSTOM_VERSION_VALUE
string "Open CAPI Memory Buffer Firmware version"
depends on BR2_OCMB_EXPLORER_FW_CUSTOM_VERSION
config BR2_OCMB_EXPLORER_FW_VERSION
string
default "v0.b" if BR2_OCMB_EXPLORER_FW_LATEST_VERSION
default BR2_OCMB_EXPLORER_FW_CUSTOM_VERSION_VALUE \
if BR2_OCMB_EXPLORER_FW_CUSTOM_VERSION
config BR2_OCMB_EXPLORER_FW_URL
string
default "https://github.com/open-power/ocmb-explorer-fw"
endif