[yocto] Using standard SDK to build LKM

2017-09-11 Thread Alberto Spin
Error 1 Makefile:1387: recipe for target '_module_/home/datawatt/workspace-lkm/hello' failed make[1]: *** [_module_/home/datawatt/workspace-lkm/hello] Error 2 make[1]: Leaving directory '/home/datawatt/toolchain/sysroots/armv7at2hf-neon-angstrom-linux

[yocto] [mono][msbuild][nuget] Building c# application for mono

2018-10-02 Thread Alberto Spin
use a path outside my build environment /usr/share/.mono, which fails with an access denied error. Can anybody help me to get past this problem? Kind Regards, Alberto Spin Branch: Rocko Mono 5.4.1.6 Nuget 4.1 Msbuild 15.4 -- ___ yocto mailing

[yocto] Setting up a password for the root user

2019-01-11 Thread Alberto Spin
Hello There, I'm trying to set a password for the root user of my distribution (based rocko branch) I've added the following to my image recipe: inherit extrausers # set image root password ROOT_PASSWORD = "secret" EXTRA_USERS_PARAMS = "\ usermod -p 'openssl passwd ${ROOT_PASSWORD}'