update_engine: finish/stabilize development branch

Final bits for making this production:
 - skip unknown update procedure types
 - fix overly verbose download logging

Now ready for use on amd64!
This commit is contained in:
Michael Marineau 2016-08-08 12:18:36 -07:00
parent 8b5447188a
commit 2c3c255e60
2 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ AUTOTOOLS_AUTORECONF=1
if [[ "${PV}" == 9999 ]]; then if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86" KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else else
CROS_WORKON_COMMIT="28195290fa5470232742cd2690beeab3400b2a96" CROS_WORKON_COMMIT="199c6c837a802d18d809c2f7396af53ed7f63a11"
KEYWORDS="arm64" KEYWORDS="amd64 arm64"
fi fi
inherit autotools-utils flag-o-matic toolchain-funcs cros-workon systemd inherit autotools-utils flag-o-matic toolchain-funcs cros-workon systemd