Re: [OE-core] Pseudo Abort due to path mismatch #pseudo #kirkstone

2024-04-25 Thread lukas . palme
Hi thanks you for the tips. I had to tell the fetcher to unpack into ${S} too: > > SRC_URI = "file://Makefile;subdir=${S} \ > file://mymodule_core.c;subdir=${S} \ > file://mymodule.h;subdir=${S} \ > file://mymodule_public.h;subdir=${S} \ > file://mymodule_remote_public.h;subdir=${S} \ > " > >

[OE-core] Pseudo Abort due to path mismatch #pseudo #kirkstone

2024-04-24 Thread lukas . palme
t; with > # "kernel-module-" prefix as required by the oe-core build environment. > > RPROVIDES:${PN} += "kernel-module-mymodule" > FILES:${PN}-dev += "${includedir}/*" I am doing nothing unusual here. Additional notes to my setup: * Host machine: Ubuntu