03-01-2016, 12:24 PM
(03-01-2016, 10:28 AM)Artyom Wrote:(03-01-2016, 10:20 AM)janjwerner Wrote: @Artyom
Thanks for your work, I would suggest forking Longsleep's kernel repo on Github and put the changes in a separate branch. This should help moving forward having your changes visible, also given frequent changes to BSP tree it will help to keep the RT kernel updated.
c
Thank you. But do not thank in advance. Bad sign in Russian)). You must first check if everything is working.
Doesn't compile on arm64, some of the patches may have damaged kernel dependency configuration:
Code:
debian@p64:~/kernel/3.10/linux-pine64-pine64-hacks-1.2-RT$ make sun50iw1p1smp_linux_defconfig
arch/arm64/Kconfig:572: can't open file "kernel/power/Kconfig"
/home/debian/kernel/3.10/linux-pine64-pine64-hacks-1.2-RT/scripts/kconfig/Makefile:105: recipe for target 'sun50iw1p1smp_linux_defconfig' failed
make[1]: *** [sun50iw1p1smp_linux_defconfig] Error 1
Makefile:503: recipe for target 'sun50iw1p1smp_linux_defconfig' failed
make: *** [sun50iw1p1smp_linux_defconfig] Error 2
Could you post which patch sets you've applied, please.