diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2017-07-07 18:03:45 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-17 13:48:55 +0100 |
commit | 1f8fc803262cdcc26dabc28af70bf0fdaf2e5847 (patch) | |
tree | 364b7bdcdbac14af5f8b0004dee9e2a39110021a /scripts/lib/scriptutils.py | |
parent | 9db3dbde66e3590aea71400891eaea0ae2caf371 (diff) | |
download | openembedded-core-1f8fc803262cdcc26dabc28af70bf0fdaf2e5847.tar.gz openembedded-core-1f8fc803262cdcc26dabc28af70bf0fdaf2e5847.tar.bz2 openembedded-core-1f8fc803262cdcc26dabc28af70bf0fdaf2e5847.zip |
image_types: fix squashfs-lzo and squashfs-xz builds
Dependencies required for squashfs-lzo and squashfs-xz image builds were
assigned to do_image_squashfs-lzo and do_image_squashfs-xz. As these
tasks don't exist the dependencies were not installed and builds
were failing.
Correct task names for these image types are: do_image_squashfs_lzo and
do_image_squashfs_xz because '-' and '.' are replaced by '_' in all
do_image* task names.
[YOCTO #11760]
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'scripts/lib/scriptutils.py')
0 files changed, 0 insertions, 0 deletions