diff options
author | Ming Liu <liu.ming50@gmail.com> | 2019-01-29 21:05:38 +0100 |
---|---|---|
committer | Ming Liu <liu.ming50@gmail.com> | 2019-01-31 16:41:03 +0100 |
commit | 168efb38411ed4feae6d99e4ae00c867ceff3fba (patch) | |
tree | 1a53694f021be1459d1e2818ecee4b56d4d664d0 /scripts/lib/wic/plugins/source/otaimage.py | |
parent | b1db05a11a66ab03714863a940604a7af531e996 (diff) | |
download | meta-updater-168efb38411ed4feae6d99e4ae00c867ceff3fba.tar.gz |
sota.bbclass: fix a variable assignment regression
A regression was introduced by commit 9dcfcdb9:
[ classes, images: Use standard variables for initramfs ]
it replaced OSTREE_INITRAMFS_IMAGE with INITRAMFS_FSTYPES which is
fine, but the '??=' should be changed to "?=" as well, or else it will
not take effect since INITRAMFS_FSTYPES's already set in bitbake.conf
with '?='.
Signed-off-by: Ming Liu <liu.ming50@gmail.com>
Diffstat (limited to 'scripts/lib/wic/plugins/source/otaimage.py')
0 files changed, 0 insertions, 0 deletions