[yocto] [RFC][PATCH 1/1] kernel.bbclass: Do not overwrite pre/postinst

2017-08-21 Thread Oliver Stäbler
-by: Oliver Stäbler <oliver.staeb...@bytesatwork.ch> --- meta/classes/kernel.bbclass | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index 2a765547ac..e553460566 100644 --- a/meta/classes/kernel.bbclass +++

[yocto] [RFC][PATCH 0/1] kernel.bbclass overwrites custom variables

2017-08-21 Thread Oliver Stäbler
, therefore a RFC. What about FILES_kernel_image? A custom recipe should be able to add other files into the kernel package, right? What about PKG_kernel_image? I'm not really sure what this variable is used for. Oliver Stäbler (1): kernel.bbclass: Do not overwrite pre/postinst meta/classes

[yocto] Mount options for /dev/root

2015-04-14 Thread Oliver Stäbler
Hi I'm trying to add some mount options to / (/dev/root) such as 'nobarrier'. What would be the best way to define this option? I know two possible ways: * rootflags boot paramenter, but I'd prefer it to be in userspace * /etc/fstab, but these options are not passed to mount. The script