I'm still seeing issues when perf is rebuilt The original issue was: OSError: [Errno 2] No such file or directory: 'BUILD/work/qemux86-webos-linux/perf/1.0-r9/perf-1.0'
as described here: http://patches.openembedded.org/patch/94719/ First part of fix is now backported to dizzy: commit 40aeb23c427e0c56f7073fc54ea63bf0eabbe092 Author: Robert Yang <[email protected]> Date: Wed Mar 11 01:35:38 2015 -0700 license.bbclass: set dirs for do_populate_lic_setscene but perf is still failing in some builds with the same error when do_configure and do_populate_lic are executed at the same time: NOTE: recipe perf-1.0-r9: task do_configure: Started NOTE: recipe perf-1.0-r9: task do_populate_lic: Started ERROR: Build of do_populate_lic failed ERROR: Traceback (most recent call last): File "bitbake/lib/bb/build.py", line 497, in exec_task return _exec_task(fn, task, d, quieterr) File "bitbake/lib/bb/build.py", line 440, in _exec_task exec_func(func, localdata) File "bitbake/lib/bb/build.py", line 212, in exec_func exec_func_python(func, d, runfile, cwd=adir) File "bitbake/lib/bb/build.py", line 237, in exec_func_python os.chdir(cwd) OSError: [Errno 2] No such file or directory: '....../perf/1.0-r9/perf-1.0' NOTE: recipe perf-1.0-r9: task do_populate_lic: Failed ERROR: Task 3826 (../oe-core/meta/recipes-kernel/perf/perf.bb, do_populate_lic) failed with exit code '1' NOTE: recipe perf-1.0-r9: task do_configure: Succeeded So is there some 2nd/3rd part of this fix or is it broken in master? I haven't found any other commit related to this perf configure or populate_lic in master and fido. Regards, -- Martin 'JaMa' Jansa jabber: [email protected]
signature.asc
Description: Digital signature
-- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
