Tried to use the script yocto-bsp to create a new bsp but failed to run this command.
1. Create a project: ./wrlinux-9/setup.sh --machines qemux86-64 --dl-layers \ --layers meta-yocto 2. Source envs 3. Run yocto-bsp: $ ../layers/meta-yocto/scripts/yocto-bsp --help Traceback (most recent call last): File "../layers/meta-yocto/scripts/yocto-bsp", line 40, in <module> import argparse_oe ImportError: No module named 'argparse_oe' Note: I did install the package: $ sudo apt install python-argparse But useless.