Building Zebra (zebkit) packages inside the GDP
Zebra(zebkit) library that follows easy OOP concept, provides HTML5 Canvas based Rich UI So to add this to the GDP my GSOC mentors asked me to learn how to write recipes in kernal. So I followed some tutorials and Documentations and also with the community support. With that help, I generated the kernel recipe using Recipetool https://wiki.yoctoproject.org/wiki/TipsAndTricks/NPM Under the hood, devtool runs recipetool create with the same fetch URI. Recipe tool downloads each dependency, capturing license details where possible and generates a recipe file. The recipe file is fairly simple but will contain every license that recipetool has found and include it in the LIC_FILES_CHKSUM . Many node modules have unclear licensing so you'll see "unknown" in the LICENSE field. Have a look at the modules not listed. Using recipe tool I generated the recipe file see this GitHub patch https://github.com/akilawickey/meta-genivi-dev/commit/94f...