vboot_reference: update cgpt w/ new hybrid MBR logic

https://github.com/coreos/vboot_reference/pull/22
This commit is contained in:
Michael Marineau 2014-10-31 20:29:44 -07:00
parent de49fe6a0d
commit d31c09b86f
2 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ CROS_WORKON_LOCALDIR="src/platform"
if [[ "${PV}" == 9999 ]]; then if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~x86" KEYWORDS="~amd64 ~arm ~x86"
else else
CROS_WORKON_COMMIT="0afa5320e7bed9f2b3c8ffdc4b25336557ea0af1" CROS_WORKON_COMMIT="379af93e58c95f14c4945a7a4896ec5ff850613d"
KEYWORDS="amd64 arm x86" KEYWORDS="amd64 arm x86"
fi fi