Re: [yocto] Problems with building out-of-tree modules in morty

2017-01-25 Thread Bogusz Brodziński
Hi, Thank you Raj. what was missing in linux-xlnx rev (tag xilinx-v2016.1.01) was --- a/arch/arm64/Makefile +++ b/arch/arm64/Makefile @@ -43,6 +43,7 @@ CHECKFLAGS+= -D__aarch64__ ifeq ($(CONFIG_ARM64_ERRATUM_843419), y) KBUILD_CFLAGS_MODULE += -mcmodel=large +KBUILD_CFLAGS_MODULE += $(cal

Re: [yocto] Problems with building out-of-tree modules in morty

2017-01-24 Thread Khem Raj
On 1/24/17 7:16 AM, Bogusz Brodziński wrote: > Hi, > > TL;DR after migrating from jethro to morty my out-of-tree modules do not > load. > > Long version: > Im developing uio driver for a custom FPGA. The base is xilinx zu15 > (note: as the explanation will go on I *think* it will be clear that

[yocto] Problems with building out-of-tree modules in morty

2017-01-24 Thread Bogusz Brodziński
Hi, TL;DR after migrating from jethro to morty my out-of-tree modules do not load. Long version: Im developing uio driver for a custom FPGA. The base is xilinx zu15 (note: as the explanation will go on I *think* it will be clear that this is not related to meta-xilinx). It's basically a debug int