yocto-cooker
yocto-cooker copied to clipboard
Meta buildtool for Yocto Project based Linux embedded systems
usuallly these files are created in your conf/ dir and should be found by oe init dir. It can then contain a txt about how to build and what targets...
When I tried to cook for the first time I got this error: `# Downloading source from git://github.com/meta-qt5/meta-qt5 Traceback (most recent call last): File "/usr/local/bin/cooker", line 10, in sys.exit(main()) File...
In README.md there is advanced use with `init-build-script` option (https://github.com/cpb-/yocto-cooker#advanced-use). But it seems to be not allowed: ``` FATAL: menu file validation failed: Additional properties are not allowed ('init-build-script' was...
Hello there :) I am starting a brand new project using cooker. Initial repo README suggest to start with cooker cook MENU or cooker init MENU. I didn't found an...
When we introduced relative version absolute dir for the cooker-menu-file in the .cookerconfig-file we should have increased the version of the file (and thus allow migration). Using older cooker-version stop...
Before starting to hack around in the code individually, we should specify what we expect and how hooks should be configured and used in cooker. I start with some questions:...
Hi, a customer of mine is using Cooker to retrieve different layers including one from his hardware vendor. This vendor made some technical choices that are very intrusive and that...
When running a test case, the output is checked with `diff`. It does not print the file in concern and so it's hard to know which file it is. Example:...
It seems interesting to support the creation of `conf/site.conf` from a menu. In the case when the `site.conf` is present in a menu and we don't want to use it,...
The idea is to have `cooker` automatically run some scripts or some commands after building an image. Those commands may for example copy the produced images (or update tarballs) into...