I'm hopefully going to get a merge started soon-ish. This change should be part
of that.
--Mark
On 7/10/24 1:39 AM, Song, Jiaying (CN) via lists.yoctoproject.org wrote:
From: Jiaying Song <[email protected]>
Due to the 'yaml' was not actually used in bootjtag.py and the following
error was reported during construction, the 'import yaml' statement will
be deleted.
Error logļ¼
File "/layers/meta-xilinx/meta-xilinx-core/lib/devtool/boot-jtag.py", line 14, in
<module>\n import yaml\nModuleNotFoundError: No module named \'yaml\'\n')
Signed-off-by: Jiaying Song <[email protected]>
---
meta-xilinx-core/lib/devtool/boot-jtag.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/meta-xilinx-core/lib/devtool/boot-jtag.py
b/meta-xilinx-core/lib/devtool/boot-jtag.py
index 53d70262..51eb0dd4 100644
--- a/meta-xilinx-core/lib/devtool/boot-jtag.py
+++ b/meta-xilinx-core/lib/devtool/boot-jtag.py
@@ -11,7 +11,6 @@ import os
import logging
import argparse
from devtool import setup_tinfoil, parse_recipe, DevtoolError
-import yaml
import sys
import glob
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#5444):
https://lists.yoctoproject.org/g/meta-xilinx/message/5444
Mute This Topic: https://lists.yoctoproject.org/mt/107138152/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-xilinx/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-