Hi,
I was using 14.04 LTS , I have changed my machine to 16.04 LTS because there is no support for 14.04 machine.
Today I m facing another erroe as follows.
Initialising tasks: 100% |######################################################################################################| Time: 0:00:12
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
WARNING: lttng-modules-2.10.5-r0 do_package: lttng-modules: no modules were created; this may be due to CONFIG_TRACEPOINTS not being enabled in your kernel.
ERROR: weston-3.0.0-r0 do_prepare_recipe_sysroot: Error executing a python function in exec_python_func() autogenerated:
The stack trace of python calls that resulted in this exception/failure was:
File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
0001:
*** 0002:extend_recipe_sysroot(d)
0003:
File: '/home/zumi/Project/yocto_4.9_release/sources/poky/meta/classes/staging.bbclass', lineno: 565, function: extend_recipe_sysroot
0561: dest = newmanifest[l]
0562: if l.endswith("/"):
0563: staging_copydir(l, targetdir, dest, seendirs)
0564: continue
*** 0565: staging_copyfile(l, targetdir, dest, postinsts, seendirs)
0566:
0567: bb.note("Installed into sysroot: %s" % str(msg_adding))
0568: bb.note("Skipping as already exists in sysroot: %s" % str(msg_exists))
0569:
File: '/home/zumi/Project/yocto_4.9_release/sources/poky/meta/classes/staging.bbclass', lineno: 151, function: staging_copyfile
0147: os.symlink(linkto, dest)
0148: #bb.warn(c)
0149: else:
0150: try:
*** 0151: os.link(c, dest)
0152: except OSError as err:
0153: if err.errno == errno.EXDEV:
0154: bb.utils.copyfile(c, dest)
0155: else:
Exception: FileExistsError: [Errno 17] File exists: '/home/zumi/Project/yocto_4.9_release/bld-xwayland/tmp/sysroots-components/cortexa9hf-neon/systemd/sysroot-providers/systemd' -> '/home/zumi/Project/yocto_4.9_release/bld-xwayland/tmp/sysroots/imx6slevk/sysroot-providers/systemd'
ERROR: weston-3.0.0-r0 do_prepare_recipe_sysroot: Function failed: extend_recipe_sysroot
ERROR: Logfile of failure stored in: /home/zumi/Project/yocto_4.9_release/bld-xwayland/tmp/work/cortexa9hf-neon-mx6sl-poky-linux-gnueabi/weston/3.0.0-r0/temp/log.do_prepare_recipe_sysroot.30156
ERROR: Task (/home/zumi/Project/yocto_4.9_release/sources/meta-fsl-bsp-release/imx/meta-bsp/recipes-graphics/wayland/weston_3.0.0.bb:do_prepare_recipe_sysroot) failed with exit code '1'
Waiting for 2 running tasks to finish:
Need support for this.