[yocto] [yocto-docs][PATCH v2] kernel-dev: note about the change detection of kernel feature files

2018-10-22 Thread Urs Fässler
It is not the expected behavior that changes on the .cfg files only referenced from .scc files are not detected. Signed-off-by: Urs Fässler Signed-off-by: Pascal Bach --- documentation/kernel-dev/kernel-dev-common.xml | 4 1 file changed, 4 insertions(+) diff --git a/documentation/kernel

[yocto] [yocto-docs][PATCH] kernel-dev: document the change detection of kernel feature files

2018-10-01 Thread Urs Fässler
Recommend to add recipe-space features to SRC_URI so that changes to them are detected automatically. Signed-off-by: Urs Fässler Signed-off-by: Pascal Bach --- documentation/kernel-dev/kernel-dev-common.xml | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a

Re: [yocto] Headers missing in generated SDK

2014-12-03 Thread Urs Fässler
Hi, I added TOOLCHAIN_TARGET_TASK += "my-super-package" in the image recipe. When I then populate the SDK against this image, I have my-super-package in the SDK sysroot. Regards Urs On 02.12.2014 20:45, Syed Moosvi wrote: > Hi Matt, > >I added the following but still not getti

[yocto] sharing directories between users on same machine

2014-11-19 Thread Urs Fässler
Hello, we try to share the sstate-cache and download directory between multiple users on the same machine. It seems that this don't work as yocto want to overwrite some files in those directories, but does not have the rights (since another user created them). Is this not an use case? - If