hostboot: Build with OP920 "stable" branch by default, master as on option
This promotes our efforts to stabilise op-build towards the v2.0
release.
We have a config option to select between living on the edge and the
stable tree.
In the future, we expect this to move as the development model evolves.
To build with Hostboot as 'master', BR2_HOSTBOOT_LATEST_VERSION=y
is set.
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
diff --git a/openpower/package/hostboot/hostboot.mk b/openpower/package/hostboot/hostboot.mk
index cb98e32..1bfe016 100644
--- a/openpower/package/hostboot/hostboot.mk
+++ b/openpower/package/hostboot/hostboot.mk
@@ -4,7 +4,7 @@
#
################################################################################
-HOSTBOOT_VERSION ?= c38615a583b7f19c0ae6a5a152b575fe61ff3d2a
+HOSTBOOT_VERSION = $(call qstrip,$(BR2_HOSTBOOT_VERSION))
HOSTBOOT_SITE ?= $(call github,open-power,hostboot,$(HOSTBOOT_VERSION))
HOSTBOOT_LICENSE = Apache-2.0