[yocto] Whats the better way to maintain the Yocto project for an embedded product - git submodules or repo or using Combo-layer

2017-01-18 Thread Eswaran Vinothkumar (BEG-PT/PJ-IOT1)
Hello Yocto community members, Currently I am working on the task of using Yocto to build customized Embedded Linux distribution for an embedded product. I have created a new BSP layer for my project (meta-custommachine) and have successfully created barebox, Linux Kernel and root filesystem

[yocto] How to decide which Yocto branch to use -krogoth or Jethro or any other

2017-01-13 Thread Eswaran Vinothkumar (BEG-PT/PJ-IOT1)
Hello, I am newbie to the Yocto world. I am trying to learn how to create an Embedded Linux distribution using the Yocto and so far have succeeded in building a base image for my customized board and the system is working fine. I am currently using the Yocto branch - krogoth. I checked the

[yocto] Adding multiple patches to SRC_URI in a recipe — Yocto

2016-12-22 Thread Eswaran Vinothkumar (BEG-PT/PJ-IOT1)
Hi, I am creating a BSP to customized board using Yocto. I have some hundred plus patches for the Linux kernel and barebox. To include the patches for the Linux kernel, I have created an .scc file. In the .scc file I have included all the patches required.The SRC_URI option in the kernel