support arm64

This commit is contained in:
deinok 2019-03-22 12:46:19 +01:00
parent b660d40934
commit 3361aa3c54
3 changed files with 33 additions and 7 deletions

View file

@ -6,11 +6,4 @@
<RuntimeIdentifier>linux-arm</RuntimeIdentifier>
</PropertyGroup>
<ItemGroup>
<Content Include="output/**/*">
<PackagePath>runtimes/linux-x64/native/</PackagePath>
<Pack>true</Pack>
</Content>
</ItemGroup>
</Project>

View file

@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="../Qml.Net.Bindings.props" />
<PropertyGroup>
<RuntimeIdentifier>linux-arm64</RuntimeIdentifier>
</PropertyGroup>
</Project>

View file

@ -0,0 +1,24 @@
# Architecture
BR2_arm=y
BR2_cortex_a9=y
BR2_ARM_ENABLE_NEON=y
BR2_ARM_ENABLE_VFP=y
BR2_ARM_FPU_NEON=y
# Build Options
BR2_CCACHE=y
BR2_OPTIMIZE_3=y
# Toolchain
BR2_TOOLCHAIN_BUILDROOT_GLIBC=y
BR2_KERNEL_HEADERS_4_20=y
BR2_BINUTILS_VERSION_2_31_X=y
BR2_GCC_VERSION_8_X=y
BR2_TOOLCHAIN_BUILDROOT_CXX=y
BR2_GCC_ENABLE_LTO=y
# Target Packages
BR2_PACKAGE_QT5=y
BR2_PACKAGE_QT5BASE_WIDGETS=y
BR2_PACKAGE_QT5QUICKCONTROLS2=y