mirror of
https://git.yoctoproject.org/poky
synced 2026-03-16 04:09:39 +01:00
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:
committed by
Richard Purdie
parent
faae7a783d
commit
b92a5e9782
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user