mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-21 14:31:02 +02:00
Merge pull request #1205 from glevand/for-merge
update_engine: Add arm64 keyword to ebuild
This commit is contained in:
commit
a95ebfaef7
@ -6,10 +6,10 @@ CROS_WORKON_PROJECT="coreos/update_engine"
|
|||||||
CROS_WORKON_REPO="git://github.com"
|
CROS_WORKON_REPO="git://github.com"
|
||||||
|
|
||||||
if [[ "${PV}" == 9999 ]]; then
|
if [[ "${PV}" == 9999 ]]; then
|
||||||
KEYWORDS="~amd64 ~arm ~x86"
|
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||||
else
|
else
|
||||||
CROS_WORKON_COMMIT="e2d68d8eb56450982e53bc0703c11f41b653dcd5"
|
CROS_WORKON_COMMIT="e2d68d8eb56450982e53bc0703c11f41b653dcd5"
|
||||||
KEYWORDS="amd64 arm x86"
|
KEYWORDS="amd64 arm arm64 x86"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
inherit flag-o-matic toolchain-funcs cros-debug cros-workon scons-utils systemd
|
inherit flag-o-matic toolchain-funcs cros-debug cros-workon scons-utils systemd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user