05-15-2016, 02:48 PM
The kernel sources are located at https://github.com/longsleep/linux-pine64
The current default config is arch/arm64/configs/sun50iw1p1smp_linux_defconfig, you will have to copy that into .config at the root.
Then, you can do 'make -j12 ARCH=arm64 CROSS_COMPILE="ccache aarch64-linux-gnu-" menuconfig', navigate into "filesystems" and add "XFS" as a module.
After configured, compile is done with 'make -j12 ARCH=arm64 CROSS_COMPILE="ccache aarch64-linux-gnu-" Image modules'.
The current default config is arch/arm64/configs/sun50iw1p1smp_linux_defconfig, you will have to copy that into .config at the root.
Then, you can do 'make -j12 ARCH=arm64 CROSS_COMPILE="ccache aarch64-linux-gnu-" menuconfig', navigate into "filesystems" and add "XFS" as a module.
After configured, compile is done with 'make -j12 ARCH=arm64 CROSS_COMPILE="ccache aarch64-linux-gnu-" Image modules'.