mirror of
git://git.yoctoproject.org/poky
synced 2026-09-16 22:49:27 +00:00
oeqa/manual/bsp-hw.json: fix syntax error
Remove the redundant comma to fix the json decode error:
$ resulttool manualexecution ../meta/lib/oeqa/manual/bsp-hw.json
Traceback (most recent call last):
[snip]
File "/usr/lib/python3.6/json/decoder.py", line 357, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 948 column 1 (char 39810)
(From OE-Core rev: 483c2d318c63fc2927680c1613d60864bb6287ab)
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
795bc23616
commit
b52c45aa79
@ -944,5 +944,5 @@
|
|||||||
},
|
},
|
||||||
"summary": "System_can_boot_up_via_NFS"
|
"summary": "System_can_boot_up_via_NFS"
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user