Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ERROR: /home/user/Workspace/Yocto-Workspace/sources/meta-training/recipes-kernel/linux/linux-imx-training_5.4.bb: Error executing a python function in <code>: | ETA: --:--:--
- The stack trace of python calls that resulted in this exception/failure was:
- File: '<code>', lineno: 3, function: <module>
- 0001:__anon_20__home_user_Workspace_Yocto_Workspace_sources_poky_meta_conf_machine_include_arm_feature_arm_thumb_inc(d)
- 0002:__anon_32__home_user_Workspace_Yocto_Workspace_sources_poky_meta_classes_patch_bbclass(d)
- *** 0003:__anon_717__home_user_Workspace_Yocto_Workspace_sources_poky_meta_classes_base_bbclass(d)
- 0004:__anon_64__home_user_Workspace_Yocto_Workspace_sources_meta_freescale_classes_fsl_dynamic_packagearch_bbclass(d)
- 0005:__anon_118__home_user_Workspace_Yocto_Workspace_sources_poky_meta_classes_reproducible_build_bbclass(d)
- 0006:__anon_1131__home_user_Workspace_Yocto_Workspace_sources_poky_meta_classes_insane_bbclass(d)
- 0007:__anon_1371__home_user_Workspace_Yocto_Workspace_sources_poky_meta_classes_insane_bbclass(d)
- File: '/home/user/Workspace/Yocto-Workspace/sources/poky/meta/classes/base.bbclass', lineno: 600, function: __anon_717__home_user_Workspace_Yocto_Workspace_sources_poky_meta_classes_base_bbclass
- 0596:
- 0597: needsrcrev = False
- 0598: srcuri = d.getVar('SRC_URI')
- 0599: for uri in srcuri.split():
- *** 0600: (scheme, _ , path) = bb.fetch.decodeurl(uri)[:3]
- 0601:
- 0602: # HTTP/FTP use the wget fetcher
- 0603: if scheme in ("http", "https", "ftp"):
- 0604: d.appendVarFlag('do_fetch', 'depends', ' wget-native:do_populate_sysroot')
- File: '/home/user/Workspace/Yocto-Workspace/sources/poky/bitbake/lib/bb/fetch2/__init__.py', lineno: 357, function: decodeurl
- 0353: """
- 0354:
- 0355: m = re.compile('(?P<type>[^:]*)://((?P<user>[^/;]+)@)?(?P<location>[^;]+)(;(?P<parm>.*))?').match(url)
- 0356: if not m:
- *** 0357: raise MalformedUrl(url)
- 0358:
- 0359: type = m.group('type')
- 0360: location = m.group('location')
- 0361: if not location:
- Exception: bb.fetch2.MalformedUrl: The URL: 'training-kernel.cfg' is invalid and cannot be interpreted
- ERROR: Failed to parse recipe: /home/user/Workspace/Yocto-Workspace/sources/meta-training/recipes-kernel/linux/linux-imx-training_5.4.bb
- Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement