diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2020-06-26 20:16:02 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2020-06-26 20:16:03 +0200 |
commit | 931a4e357075fdaf17e46dd29224cb7ce92773fd (patch) | |
tree | 09a9d71f66044d18a18d3554dc3e8f738e8d711c /scripts/qemucommand.py | |
parent | 099bd90514e236ea515666221e7ec8234d56190f (diff) | |
download | meta-updater-931a4e357075fdaf17e46dd29224cb7ce92773fd.tar.gz |
ostree-kernel-initramfs: fix parsing for MACHINEs which don't define INITRAMFS_IMAGE
* when INITRAMFS_IMAGE isn't defined at all, the "d.getVar('INITRAMFS_IMAGE') == ''" part
doesn't do anything useful, because the unexpanded version of this ends in
do_install[depends] variable and breaks parsing:
meta-updater/recipes-sota/ostree-kernel-initramfs/ostree-kernel-initramfs_0.0.1.bb:do_install[depends], dependency ''][d.getVar('INITRAMFS_IMAGE') in 'virtual/kernel:do_deploy ${@['${INITRAMFS_IMAGE}:do_image_complete', ''][d.getVar('INITRAMFS_IMAGE') == '']} virtual/fakeroot-native:do_populate_sysroot' does not contain exactly one ':' character.
Task 'depends' should be specified in the form 'packagename:task'
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'scripts/qemucommand.py')
0 files changed, 0 insertions, 0 deletions