commit | c53614717ee0be93b3aca25d808fed4a5ca69aa1 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Mon Feb 29 10:21:51 2016 -0500 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Mon Feb 29 10:35:00 2016 -0500 |
tree | 3ea4735f3be4657829145d1e20d86b7e2b4ab868 | |
parent | 8ae0cfc1152f86f86814158f0467ab4bfdd9ec90 [diff] |
Don't inherit image-overlay by default This attempts to address a race condition in the build where we attempt to build a complete flash image before all the sub-images are available (specifically the initramfs image). Any classes in IMAGE_CLASSES are inherited by all image recipes, including the initramfs image. OE-Core's live/hddimg recipes address this by pulling in the class configuration in recipe scope, rather than global scope. Copy that behavior here.