[yocto] #yocto #dunfell Console Standard input dirty without "tools-sdk" image feature

2021-08-24 Thread ivin.lim via lists.yoctoproject.org
Using dunfell 3.1.8 Will post this inquiry while doing my own investigation. When outputting to the debug console that involves standard input(ex. busctl, systemctl status), the output seems misaligned and dirty. But I noticed this can be easily fixed by adding to the "tools-sdk" to the

Re: [yocto] #yocto Preferred development workflow

2021-07-12 Thread ivin.lim via lists.yoctoproject.org
sorry about that, right now the config files are placed in the files directory of the recipe which builds the module. Sample snippets of the recipe concerning this config file, I removed the rest of lines. SRC_URI = " \ file://config.json \ " do_install_append() { install -m 0644

[yocto] #yocto Preferred development workflow

2021-07-12 Thread ivin.lim via lists.yoctoproject.org
Hi everyone, I'm curious on a good approach when dealing with multiple projects I've just started out  yocto and have already  created our own meta-layer which contains our modules. Now these modules would sometimes have config files and this could vary when each project that we have would use