From 224ce1803b26fcf68c33a162c39cbece4b5658a8 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Wed, 1 Mar 2017 17:44:55 -0800 Subject: [PATCH] mantle: fix default PC BIOS image --- .../mantle/{mantle-0.3.1.ebuild => mantle-0.3.2.ebuild} | 0 .../coreos-overlay/coreos-devel/mantle/mantle-9999.ebuild | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/{mantle-0.3.1.ebuild => mantle-0.3.2.ebuild} (100%) diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-0.3.1.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-0.3.2.ebuild similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-0.3.1.ebuild rename to sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-0.3.2.ebuild diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-9999.ebuild index 1165e3e095..705738a8ce 100644 --- a/sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-9999.ebuild @@ -10,7 +10,7 @@ COREOS_GO_PACKAGE="github.com/coreos/mantle" if [[ "${PV}" == 9999 ]]; then KEYWORDS="~amd64 ~arm64" else - CROS_WORKON_COMMIT="be8426b667e2b9f607389cde70429a595dced321" # v0.3.1 + CROS_WORKON_COMMIT="d59dfec8129d5e1ef2a18fe1add98cb5b08a1903" # v0.3.2 KEYWORDS="amd64 arm64" fi