Advertisement
Guest User

Untitled

a guest
Oct 28th, 2022
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. *** 0134: for name in os.listdir(localedir):
  2. 0135: path = os.path.join(localedir, name)
  3. 0136: if os.path.isdir(path):
  4. 0137: cmd = ["cross-localedef", "--verbose"]
  5. 0138: cmd += arch_options
  6. Exception: FileNotFoundError: [Errno 2] No such file or directory: '/home/xxx/dev/yocto-ofmine/build/tmp/work/xxx_dev-poky-linux/xxx-dev/1.0-r0/sdk/image/opt/xxx-distro/093/sysroots/x86_64-pokysdk-linux/usr/lib/locale'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement