summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.ibm.com>2018-05-16 21:11:31 -0500
committerStewart Smith <stewart@linux.ibm.com>2018-05-16 21:11:31 -0500
commitd68fc1ff0d35698e561d18c348a320bea1844d11 (patch)
treef88b2efd8f8276a0f63938462a7b8a50f48e208d
parent66c8cb1eaba1667bd0a1320b8b735485cfef1849 (diff)
downloadblackbird-op-build-d68fc1ff0d35698e561d18c348a320bea1844d11.tar.gz
blackbird-op-build-d68fc1ff0d35698e561d18c348a320bea1844d11.zip
hcode,hostboot-binaries,hostboot,occ,sbe: use LATEST not OP920
The split between master and op920 branches was for tagging op-build v2.0 to start with a stable base for p9 systems. We now go back to regular scheduled development and hope only minor amounts of chaos ensues. Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
-rw-r--r--openpower/package/hcode/Config.in2
-rw-r--r--openpower/package/hostboot-binaries/Config.in2
-rw-r--r--openpower/package/hostboot/Config.in2
-rw-r--r--openpower/package/occ/Config.in2
-rw-r--r--openpower/package/sbe/Config.in2
5 files changed, 5 insertions, 5 deletions
diff --git a/openpower/package/hcode/Config.in b/openpower/package/hcode/Config.in
index 83b9e56f..aa144bb8 100644
--- a/openpower/package/hcode/Config.in
+++ b/openpower/package/hcode/Config.in
@@ -15,7 +15,7 @@ config BR2_HCODE_INCLUDE_IONV
choice
prompt "HCODE version"
- default BR2_HCODE_OP920_VERSION
+ default BR2_HCODE_LATEST_VERSION
config BR2_HCODE_OP920_VERSION
bool "Use latest HCODE stable version (OP920)"
diff --git a/openpower/package/hostboot-binaries/Config.in b/openpower/package/hostboot-binaries/Config.in
index e7610243..90bc5052 100644
--- a/openpower/package/hostboot-binaries/Config.in
+++ b/openpower/package/hostboot-binaries/Config.in
@@ -8,7 +8,7 @@ if BR2_PACKAGE_HOSTBOOT_BINARIES
choice
prompt "Hostboot-binaries version"
- default BR2_HOSTBOOT_BINARIES_OP920_VERSION
+ default BR2_HOSTBOOT_BINARIES_LATEST_VERSION
config BR2_HOSTBOOT_BINARIES_OP920_VERSION
bool "Use latest HOSTBOOT_BINARIES stable version (OP920)"
diff --git a/openpower/package/hostboot/Config.in b/openpower/package/hostboot/Config.in
index 76c4cc66..55f7caca 100644
--- a/openpower/package/hostboot/Config.in
+++ b/openpower/package/hostboot/Config.in
@@ -9,7 +9,7 @@ if BR2_PACKAGE_HOSTBOOT
choice
prompt "Hostboot version"
- default BR2_HOSTBOOT_OP920_VERSION
+ default BR2_HOSTBOOT_LATEST_VERSION
config BR2_HOSTBOOT_OP920_VERSION
bool "Use latest Hostboot stable version (OP920)"
diff --git a/openpower/package/occ/Config.in b/openpower/package/occ/Config.in
index b5599535..c152e8ec 100644
--- a/openpower/package/occ/Config.in
+++ b/openpower/package/occ/Config.in
@@ -27,7 +27,7 @@ config BR2_OCC_GPU_GPE_BIN_FILENAME
choice
prompt "OCC version"
- default BR2_OCC_OP920_VERSION
+ default BR2_OCC_LATEST_VERSION
config BR2_OCC_OP920_VERSION
bool "Use latest OCC stable version (OP920)"
diff --git a/openpower/package/sbe/Config.in b/openpower/package/sbe/Config.in
index a38e9b6a..dd454bcf 100644
--- a/openpower/package/sbe/Config.in
+++ b/openpower/package/sbe/Config.in
@@ -10,7 +10,7 @@ if BR2_PACKAGE_SBE
choice
prompt "SBE version"
- default BR2_SBE_OP920_VERSION
+ default BR2_SBE_LATEST_VERSION
config BR2_SBE_OP920_VERSION
bool "Use latest SBE stable version (OP920)"
OpenPOWER on IntegriCloud