oe-selftest: fitimage: fix new parser compatibility

Recent parser changes throw a warning if there is no space around the
= operator.

(From OE-Core rev: 518df809354a745deebe3c85b1390557398c8893)

Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Adrian Freihofer 2025-06-15 21:16:01 +02:00 committed by Richard Purdie
parent faae7a783d
commit b92a5e9782

View File

@ -786,7 +786,7 @@ FIT_CONF_PREFIX = "foo-"
EXPECTED_COMP = ["ti,am335x-bone-green", "ti,am335x-bone-black", "ti,am335x-bone", "ti,am33xx"]
config = """
DISTRO="poky"
DISTRO = "poky"
MACHINE = "beaglebone-yocto"
"""
self.write_config(config)
@ -938,7 +938,7 @@ UBOOT_MKIMAGE_SIGN_ARGS = "-c 'a smart comment'"
"""
config = """
DISTRO="poky"
DISTRO = "poky"
MACHINE = "beaglebone-yocto"
INITRAMFS_IMAGE = "core-image-minimal-initramfs"
INITRAMFS_SCRIPTS = ""
@ -992,7 +992,7 @@ FIT_HASH_ALG = "sha256"
"""
config = """
DISTRO="poky"
DISTRO = "poky"
MACHINE = "beaglebone-yocto"
INITRAMFS_IMAGE_BUNDLE = "1"
INITRAMFS_IMAGE = "core-image-minimal-initramfs"