mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-21 14:31:02 +02:00
Revert "update_engine: lots of updates"
This reverts commit 4dbfe48bd20b036a11c30538e3ce5cdfb5bb1715: - remove call to crossystem - support for payloads that include kernels - lots of refactoring/cleanups The support for kernel payloads broke updates on systems that did not already have the newer /boot/coreos/vmlinuz-{a,b} kernels. Rolling back does restore the call to /usr/bin/crossystem but that call failing shouldn't have any adverse behavior, just it will just add yet another useless error message to our logs.
This commit is contained in:
parent
f54989319f
commit
3127081504
@ -5,11 +5,13 @@ EAPI=5
|
||||
CROS_WORKON_PROJECT="coreos/update_engine"
|
||||
CROS_WORKON_REPO="git://github.com"
|
||||
AUTOTOOLS_AUTORECONF=1
|
||||
# TODO: this can be disabled once -I.. is no longer used
|
||||
AUTOTOOLS_IN_SOURCE_BUILD=1
|
||||
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
else
|
||||
CROS_WORKON_COMMIT="f79c8f95dd8bd2a0c532d1922869e2e602be8037"
|
||||
CROS_WORKON_COMMIT="c88492c39ec0ad81bb26ae6efde7b4fc46a9804a"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user