mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-21 22:41:09 +02:00
app-emulation/xenstore: Updates for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
This commit is contained in:
parent
8d42808542
commit
70a37c4420
@ -17,7 +17,7 @@ SRC_URI="http://bits.xensource.com/oss-xen/release/${MY_PV}/xen-${MY_PV}.tar.gz"
|
|||||||
|
|
||||||
LICENSE="GPL-2"
|
LICENSE="GPL-2"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="amd64 ~arm ~x86"
|
KEYWORDS="amd64 ~arm arm64 ~x86"
|
||||||
IUSE=""
|
IUSE=""
|
||||||
|
|
||||||
DEPEND="${PYTHON_DEPS}"
|
DEPEND="${PYTHON_DEPS}"
|
||||||
@ -35,6 +35,8 @@ pkg_setup() {
|
|||||||
export XEN_TARGET_ARCH="x86_64"
|
export XEN_TARGET_ARCH="x86_64"
|
||||||
elif use arm; then
|
elif use arm; then
|
||||||
export XEN_TARGET_ARCH="arm32"
|
export XEN_TARGET_ARCH="arm32"
|
||||||
|
elif use arm64; then
|
||||||
|
export XEN_TARGET_ARCH="arm64"
|
||||||
else
|
else
|
||||||
die "Unsupported architecture!"
|
die "Unsupported architecture!"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user