gumstix / yocto-manifest

Repo to manage YoctoProject related git repositories
42 stars 53 forks source link

[virtual/kernel] Build fail on configme #34

Closed adam-lee closed 10 years ago

adam-lee commented 10 years ago

Should check out kernel recipe against meta-skeleton

DEBUG: Executing shell function do_kernel_configme
[INFO] doing kernel configme
[INFO] Configuring target/machine combo: "standard/overo"
[INFO] collecting configs in ./.meta/meta-series 
cat: .meta/cfg/standard/overo/config_frag.txt: No such file or directory
cat: .meta/cfg/standard/overo/config_frag.txt: No such file or directory
mv: target `3.5.7' is not a directory
creation of pre-processed config data failed
config of "standard/overo" failed
WARNING: exit code 1 from a shell command.
adam-lee commented 10 years ago

adding inherit kernel seems to remedy this problem - however the inclustion of yocto-linux-custom should already provide this inheritance.

adam-lee commented 10 years ago

cannot reliably reproduce this