mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
oe-selftest: fitimage: Test for FIT_DESC
Add verification of FIT_DESC to the existing test for kernel-fitimage. (From OE-Core rev: 1d75a67efe968f1d9161b64e2b7b2d3cf482c968) Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
715591d952
commit
b23d338176
@@ -35,6 +35,7 @@ UBOOT_RD_LOADADDRESS = "0x88000000"
|
||||
UBOOT_RD_ENTRYPOINT = "0x88000000"
|
||||
UBOOT_LOADADDRESS = "0x80080000"
|
||||
UBOOT_ENTRYPOINT = "0x80080000"
|
||||
FIT_DESC = "A model description"
|
||||
"""
|
||||
self.write_config(config)
|
||||
|
||||
@@ -59,7 +60,9 @@ UBOOT_ENTRYPOINT = "0x80080000"
|
||||
# The order of fields in the below array is important. Not all the
|
||||
# fields are tested, only the key fields that wont vary between
|
||||
# different architectures.
|
||||
its_field_check = ['type = "kernel";',
|
||||
its_field_check = [
|
||||
'description = "A model description";',
|
||||
'type = "kernel";',
|
||||
'load = <0x80080000>;',
|
||||
'entry = <0x80080000>;',
|
||||
'type = "ramdisk";',
|
||||
|
||||
Reference in New Issue
Block a user