diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-07-05 22:30:55 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-07-05 22:30:55 +0200 |
commit | 117fd5dfbc756c4f2b4aef97fc2b568528c66df7 (patch) | |
tree | 401513027670a1433807427a2da43b4c9fd21229 /package/python-setproctitle | |
parent | 1e5659fff89b44ea361a77f4703e446e52a71647 (diff) | |
download | buildroot-117fd5dfbc756c4f2b4aef97fc2b568528c66df7.tar.gz buildroot-117fd5dfbc756c4f2b4aef97fc2b568528c66df7.zip |
xvisor: fix build on AArch64
Xvisor was failing to build on AArch64 with:
package/xvisor/xvisor.mk:60: *** No Xvisor defconfig name specified, check your BR2_PACKAGE_XVISOR_DEFCONFIG setting. Stop.
The first problem is that the Config.in file had a typo: it was using
BR2_AARCH64 instead of BR2_aarch64, and therefore the
BR2_PACKAGE_XVISOR_DEFCONFIG variable had no value.
Once this is fixed, another problem occurs: the ARCH variable needs to
be specified as "arm" for XVisor, for both ARM and AArch64. Therefore,
a XVISOR_ARCH variable is introduced, which is calculated according to
the Buildroot configuration options. Only x86-64, arm and aarch64 are
supported by Xvisor currently, so it remains simple.
Fixes:
http://autobuild.buildroot.net/results/1719a63ff257f13634a06a14327abfb327984101/
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-setproctitle')
0 files changed, 0 insertions, 0 deletions