Dear Friends i am facing below issue kindly sugest me to build : Loading cache: 100% |########################################################################################################################################################################################| Time: 0:00:00 Loaded 1845 entries from dependency cache. NOTE: Resolving any missing task queue dependencies
Build Configuration: BB_VERSION = "2.6.0" BUILD_SYS = "x86_64-linux" NATIVELSBSTRING = "ubuntu-22.04" TARGET_SYS = "arm-poky-linux-gnueabi" MACHINE = "beaglebone-yocto" DISTRO = "poky" DISTRO_VERSION = "4.3.1" TUNE_FEATURES = "arm vfp cortexa8 neon callconvention-hard" TARGET_FPU = "hard" meta meta-poky meta-yocto-bsp = "my-nanbield:508acf3ab70684338f562bd065d64d42d8cceee9" NOTE: Fetching uninative binary shim http://downloads.yoctoproject.org/releases/uninative/4.3/x86_64-nativesdk-libc-4.3.tar.xz;sha256sum=1c35f09a75c4096749bbe1e009df4e3968cde151424062cf4aa3ed89db22b030 (will check PREMIRRORS first) WARNING: Failed to fetch URL http://downloads.yoctoproject.org/releases/uninative/4.3/x86_64-nativesdk-libc-4.3.tar.xz;sha256sum=1c35f09a75c4096749bbe1e009df4e3968cde151424062cf4aa3ed89db22b030, attempting MIRRORS if available ERROR: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1000/bus"; export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export PATH="/home/vijay/Workspace/Yocto_BB/poky/scripts:${sources}/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/defaultpkgname/1.0/recipe-sysroot-native/usr/bin/arm-poky-linux-gnueabi:${sources}/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/defaultpkgname/1.0/recipe-sysroot/usr/bin/crossscripts:${sources}/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/defaultpkgname/1.0/recipe-sysroot-native/usr/sbin:${sources}/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/defaultpkgname/1.0/recipe-sysroot-native/usr/bin:${sources}/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/defaultpkgname/1.0/recipe-sysroot-native/sbin:${sources}/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/defaultpkgname/1.0/recipe-sysroot-native/bin:/home/vijay/Workspace/Yocto_BB/poky/bitbake/bin:${sources}/tmp/hosttools"; export HOME="/home/vijay"; /usr/bin/env wget -t 2 -T 30 --passive-ftp -O '${sources}/downloads/uninative/1c35f09a75c4096749bbe1e009df4e3968cde151424062cf4aa3ed89db22b030/x86_64-nativesdk-libc-4.3.tar.xz.tmp' -P ${sources}/downloads/uninative/1c35f09a75c4096749bbe1e009df4e3968cde151424062cf4aa3ed89db22b030 'http://downloads.yoctoproject.org/releases/uninative/4.3/x86_64-nativesdk-libc-4.3.tar.xz' --progress=dot -v failed with exit code 127, no output WARNING: Disabling uninative as unable to fetch uninative tarball: Fetcher failure for URL: 'http://downloads.yoctoproject.org/releases/uninative/4.3/x86_64-nativesdk-libc-4.3.tar.xz;sha256sum=1c35f09a75c4096749bbe1e009df4e3968cde151424062cf4aa3ed89db22b030'. Unable to fetch URL from any source. WARNING: To build your own uninative loader, please bitbake uninative-tarball and set UNINATIVE_TARBALL appropriately. Initialising tasks: 100% |###################################################################################################################################################################################| Time: 0:00:06 Sstate summary: Wanted 4520 Local 0 Mirrors 0 Missed 4520 Current 0 (0% match, 0% complete) NOTE: Executing Tasks ERROR: packagegroup-core-x11-xserver-1.0-r0 do_populate_lic: Error executing a python function in exec_func_python() autogenerated: The stack trace of python calls that resulted in this exception/failure was: File: 'exec_func_python() autogenerated', lineno: 2, function: <module> 0001: *** 0002:sstate_task_postfunc(d) 0003: File: '/home/vijay/Workspace/Yocto_BB/poky/meta/classes-global/sstate.bbclass', lineno: 801, function: sstate_task_postfunc 0797: 0798: omask = os.umask(0o002) 0799: if omask != 0o002: 0800: bb.note("Using umask 0o002 (not %0o) for sstate packaging" % omask) *** 0801: sstate_package(shared_state, d) 0802: os.umask(omask) 0803: 0804: sstateinst = d.getVar("SSTATE_INSTDIR") 0805: d.setVar('SSTATE_FIXMEDIR', shared_state['fixmedir']) File: '/home/vijay/Workspace/Yocto_BB/poky/meta/classes-global/sstate.bbclass', lineno: 660, function: sstate_package 0656: 0657: sstatebuild = d.expand("${WORKDIR}/sstate-build-%s/" % ss['task']) 0658: sde = int(d.getVar("SOURCE_DATE_EPOCH") or time.time()) 0659: d.setVar("SSTATE_CURRTASK", ss['task']) *** 0660: bb.utils.remove(sstatebuild, recurse=True) 0661: bb.utils.mkdirhier(sstatebuild) 0662: for state in ss['dirs']: 0663: if not os.path.exists(state[1]): 0664: continue File: '/home/vijay/Workspace/Yocto_BB/poky/bitbake/lib/bb/utils.py', lineno: 728, function: remove 0724: # shutil.rmtree(name) would be ideal but its too slow 0725: cmd = [] 0726: if ionice: 0727: cmd = ['ionice', '-c', '3'] *** 0728: subprocess.check_call(cmd + ['rm', '-rf'] + glob.glob(path)) 0729: return 0730: for name in glob.glob(path): 0731: try: 0732: os.unlink(name) File: '/usr/lib/python3.10/subprocess.py', lineno: 364, function: check_call 0360: The arguments are the same as for the call function. Example: 0361: 0362: check_call(["ls", "-l"]) 0363: """ *** 0364: retcode = call(*popenargs, **kwargs) 0365: if retcode: 0366: cmd = kwargs.get("args") 0367: if cmd is None: 0368: cmd = popenargs[0] File: '/usr/lib/python3.10/subprocess.py', lineno: 345, function: call 0341: The arguments are the same as for the Popen constructor. Example: 0342: 0343: retcode = call(["ls", "-l"]) 0344: """ *** 0345: with Popen(*popenargs, **kwargs) as p: 0346: try: 0347: return p.wait(timeout=timeout) 0348: except: # Including KeyboardInterrupt, wait handled that. 0349: p.kill() File: '/usr/lib/python3.10/subprocess.py', lineno: 971, function: __init__ 0967: if self.text_mode: 0968: self.stderr = io.TextIOWrapper(self.stderr, 0969: encoding=encoding, errors=errors) 0970: *** 0971: self._execute_child(args, executable, preexec_fn, close_fds, 0972: pass_fds, cwd, env, 0973: startupinfo, creationflags, shell, 0974: p2cread, p2cwrite, 0975: c2pread, c2pwrite, File: '/usr/lib/python3.10/subprocess.py', lineno: 1863, function: _execute_child 1859: else: 1860: err_filename = orig_executable 1861: if errno_num != 0: 1862: err_msg = os.strerror(errno_num) *** 1863: raise child_exception_type(errno_num, err_msg, err_filename) 1864: raise child_exception_type(err_msg) 1865: 1866: 1867: def _handle_exitstatus(self, sts, Exception: FileNotFoundError: [Errno 2] No such file or directory: 'rm' ERROR: Logfile of failure stored in: ${sources}/tmp/work/beaglebone_yocto-poky-linux-gnueabi/packagegroup-core-x11-xserver/1.0/temp/log.do_populate_lic.7663 ERROR: glibc-locale-2.38-r0 do_populate_lic: Error executing a python function in exec_func_python() autogenerated: The stack trace of python calls that resulted in this exception/failure was: File: 'exec_func_python() autogenerated', lineno: 2, function: <module> 0001: *** 0002:sstate_task_postfunc(d) 0003: File: '/home/vijay/Workspace/Yocto_BB/poky/meta/classes-global/sstate.bbclass', lineno: 801, function: sstate_task_postfunc 0797: 0798: omask = os.umask(0o002) 0799: if omask != 0o002: 0800: bb.note("Using umask 0o002 (not %0o) for sstate packaging" % omask) *** 0801: sstate_package(shared_state, d) 0802: os.umask(omask) 0803: 0804: sstateinst = d.getVar("SSTATE_INSTDIR") 0805: d.setVar('SSTATE_FIXMEDIR', shared_state['fixmedir']) File: '/home/vijay/Workspace/Yocto_BB/poky/meta/classes-global/sstate.bbclass', lineno: 660, function: sstate_package 0656: 0657: sstatebuild = d.expand("${WORKDIR}/sstate-build-%s/" % ss['task']) 0658: sde = int(d.getVar("SOURCE_DATE_EPOCH") or time.time()) 0659: d.setVar("SSTATE_CURRTASK", ss['task']) *** 0660: bb.utils.remove(sstatebuild, recurse=True) 0661: bb.utils.mkdirhier(sstatebuild) 0662: for state in ss['dirs']: 0663: if not os.path.exists(state[1]): 0664: continue File: '/home/vijay/Workspace/Yocto_BB/poky/bitbake/lib/bb/utils.py', lineno: 728, function: remove 0724: # shutil.rmtree(name) would be ideal but its too slow 0725: cmd = [] 0726: if ionice: 0727: cmd = ['ionice', '-c', '3'] *** 0728: subprocess.check_call(cmd + ['rm', '-rf'] + glob.glob(path)) 0729: return 0730: for name in glob.glob(path): 0731: try: 0732: os.unlink(name) File: '/usr/lib/python3.10/subprocess.py', lineno: 364, function: check_call 0360: The arguments are the same as for the call function. Example: 0361: 0362: check_call(["ls", "-l"]) 0363: """ *** 0364: retcode = call(*popenargs, **kwargs) 0365: if retcode: 0366: cmd = kwargs.get("args") 0367: if cmd is None: 0368: cmd = popenargs[0] File: '/usr/lib/python3.10/subprocess.py', lineno: 345, function: call 0341: The arguments are the same as for the Popen constructor. Example: 0342: 0343: retcode = call(["ls", "-l"]) 0344: """ *** 0345: with Popen(*popenargs, **kwargs) as p: 0346: try: 0347: return p.wait(timeout=timeout) 0348: except: # Including KeyboardInterrupt, wait handled that. 0349: p.kill() File: '/usr/lib/python3.10/subprocess.py', lineno: 971, function: __init__ 0967: if self.text_mode: 0968: self.stderr = io.TextIOWrapper(self.stderr, 0969: encoding=encoding, errors=errors) 0970: *** 0971: self._execute_child(args, executable, preexec_fn, close_fds, 0972: pass_fds, cwd, env, 0973: startupinfo, creationflags, shell, 0974: p2cread, p2cwrite, 0975: c2pread, c2pwrite, File: '/usr/lib/python3.10/subprocess.py', lineno: 1863, function: _execute_child 1859: else: 1860: err_filename = orig_executable 1861: if errno_num != 0: 1862: err_msg = os.strerror(errno_num) *** 1863: raise child_exception_type(errno_num, err_msg, err_filename) 1864: raise child_exception_type(err_msg) 1865: 1866: 1867: def _handle_exitstatus(self, sts, Exception: FileNotFoundError: [Errno 2] No such file or directory: 'rm' ERROR: Logfile of failure stored in: ${sources}/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/glibc-locale/2.38/temp/log.do_populate_lic.7664 ERROR: Task (/home/vijay/Workspace/Yocto_BB/poky/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:do_populate_lic) failed with exit code '1' ERROR: Task (/home/vijay/Workspace/Yocto_BB/poky/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_populate_lic) failed with exit code '1' ERROR: packagegroup-core-x11-1.0-r0 do_populate_lic: Error executing a python function in exec_func_python() autogenerated: The stack trace of python calls that resulted in this exception/failure was: File: 'exec_func_python() autogenerated', lineno: 2, function: <module> 0001: *** 0002:sstate_task_postfunc(d) 0003: File: '/home/vijay/Workspace/Yocto_BB/poky/meta/classes-global/sstate.bbclass', lineno: 801, function: sstate_task_postfunc 0797: 0798: omask = os.umask(0o002) 0799: if omask != 0o002: 0800: bb.note("Using umask 0o002 (not %0o) for sstate packaging" % omask) *** 0801: sstate_package(shared_state, d) 0802: os.umask(omask) 0803: 0804: sstateinst = d.getVar("SSTATE_INSTDIR") 0805: d.setVar('SSTATE_FIXMEDIR', shared_state['fixmedir']) File: '/home/vijay/Workspace/Yocto_BB/poky/meta/classes-global/sstate.bbclass', lineno: 660, function: sstate_package 0656: 0657: sstatebuild = d.expand("${WORKDIR}/sstate-build-%s/" % ss['task']) 0658: sde = int(d.getVar("SOURCE_DATE_EPOCH") or time.time()) 0659: d.setVar("SSTATE_CURRTASK", ss['task']) *** 0660: bb.utils.remove(sstatebuild, recurse=True) 0661: bb.utils.mkdirhier(sstatebuild) 0662: for state in ss['dirs']: 0663: if not os.path.exists(state[1]): 0664: continue File: '/home/vijay/Workspace/Yocto_BB/poky/bitbake/lib/bb/utils.py', lineno: 728, function: remove 0724: # shutil.rmtree(name) would be ideal but its too slow 0725: cmd = [] 0726: if ionice: 0727: cmd = ['ionice', '-c', '3'] *** 0728: subprocess.check_call(cmd + ['rm', '-rf'] + glob.glob(path)) 0729: return 0730: for name in glob.glob(path): 0731: try: 0732: os.unlink(name) File: '/usr/lib/python3.10/subprocess.py', lineno: 364, function: check_call 0360: The arguments are the same as for the call function. Example: 0361: 0362: check_call(["ls", "-l"]) 0363: """ *** 0364: retcode = call(*popenargs, **kwargs) 0365: if retcode: 0366: cmd = kwargs.get("args") 0367: if cmd is None: 0368: cmd = popenargs[0] File: '/usr/lib/python3.10/subprocess.py', lineno: 345, function: call 0341: The arguments are the same as for the Popen constructor. Example: 0342: 0343: retcode = call(["ls", "-l"]) 0344: """ *** 0345: with Popen(*popenargs, **kwargs) as p: 0346: try: 0347: return p.wait(timeout=timeout) 0348: except: # Including KeyboardInterrupt, wait handled that. 0349: p.kill() File: '/usr/lib/python3.10/subprocess.py', lineno: 971, function: __init__ 0967: if self.text_mode: 0968: self.stderr = io.TextIOWrapper(self.stderr, 0969: encoding=encoding, errors=errors) 0970: *** 0971: self._execute_child(args, executable, preexec_fn, close_fds, 0972: pass_fds, cwd, env, 0973: startupinfo, creationflags, shell, 0974: p2cread, p2cwrite, 0975: c2pread, c2pwrite, File: '/usr/lib/python3.10/subprocess.py', lineno: 1863, function: _execute_child 1859: else: 1860: err_filename = orig_executable 1861: if errno_num != 0: 1862: err_msg = os.strerror(errno_num) *** 1863: raise child_exception_type(errno_num, err_msg, err_filename) 1864: raise child_exception_type(err_msg) 1865: 1866: 1867: def _handle_exitstatus(self, sts, Exception: FileNotFoundError: [Errno 2] No such file or directory: 'rm' ERROR: Logfile of failure stored in: ${sources}/tmp/work/all-poky-linux/packagegroup-core-x11/1.0/temp/log.do_populate_lic.7662 ERROR: Task (/home/vijay/Workspace/Yocto_BB/poky/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:do_populate_lic) failed with exit code '1' ERROR: packagegroup-core-x11-sato-1.0-r0 do_populate_lic: Error executing a python function in exec_func_python() autogenerated: The stack trace of python calls that resulted in this exception/failure was: File: 'exec_func_python() autogenerated', lineno: 2, function: <module> 0001: *** 0002:sstate_task_postfunc(d) 0003: File: '/home/vijay/Workspace/Yocto_BB/poky/meta/classes-global/sstate.bbclass', lineno: 801, function: sstate_task_postfunc 0797: 0798: omask = os.umask(0o002) 0799: if omask != 0o002: 0800: bb.note("Using umask 0o002 (not %0o) for sstate packaging" % omask) *** 0801: sstate_package(shared_state, d) 0802: os.umask(omask) 0803: 0804: sstateinst = d.getVar("SSTATE_INSTDIR") 0805: d.setVar('SSTATE_FIXMEDIR', shared_state['fixmedir']) File: '/home/vijay/Workspace/Yocto_BB/poky/meta/classes-global/sstate.bbclass', lineno: 660, function: sstate_package 0656: 0657: sstatebuild = d.expand("${WORKDIR}/sstate-build-%s/" % ss['task']) 0658: sde = int(d.getVar("SOURCE_DATE_EPOCH") or time.time()) 0659: d.setVar("SSTATE_CURRTASK", ss['task']) *** 0660: bb.utils.remove(sstatebuild, recurse=True) 0661: bb.utils.mkdirhier(sstatebuild) 0662: for state in ss['dirs']: 0663: if not os.path.exists(state[1]): 0664: continue File: '/home/vijay/Workspace/Yocto_BB/poky/bitbake/lib/bb/utils.py', lineno: 728, function: remove 0724: # shutil.rmtree(name) would be ideal but its too slow 0725: cmd = [] 0726: if ionice: 0727: cmd = ['ionice', '-c', '3'] *** 0728: subprocess.check_call(cmd + ['rm', '-rf'] + glob.glob(path)) 0729: return 0730: for name in glob.glob(path): 0731: try: 0732: os.unlink(name) File: '/usr/lib/python3.10/subprocess.py', lineno: 364, function: check_call 0360: The arguments are the same as for the call function. Example: 0361: 0362: check_call(["ls", "-l"]) 0363: """ *** 0364: retcode = call(*popenargs, **kwargs) 0365: if retcode: 0366: cmd = kwargs.get("args") 0367: if cmd is None: 0368: cmd = popenargs[0] File: '/usr/lib/python3.10/subprocess.py', lineno: 345, function: call 0341: The arguments are the same as for the Popen constructor. Example: 0342: 0343: retcode = call(["ls", "-l"]) 0344: """ *** 0345: with Popen(*popenargs, **kwargs) as p: 0346: try: 0347: return p.wait(timeout=timeout) 0348: except: # Including KeyboardInterrupt, wait handled that. 0349: p.kill() File: '/usr/lib/python3.10/subprocess.py', lineno: 971, function: __init__ 0967: if self.text_mode: 0968: self.stderr = io.TextIOWrapper(self.stderr, 0969: encoding=encoding, errors=errors) 0970: *** 0971: self._execute_child(args, executable, preexec_fn, close_fds, 0972: pass_fds, cwd, env, 0973: startupinfo, creationflags, shell, 0974: p2cread, p2cwrite, 0975: c2pread, c2pwrite, File: '/usr/lib/python3.10/subprocess.py', lineno: 1863, function: _execute_child 1859: else: 1860: err_filename = orig_executable 1861: if errno_num != 0: 1862: err_msg = os.strerror(errno_num) *** 1863: raise child_exception_type(errno_num, err_msg, err_filename) 1864: raise child_exception_type(err_msg) 1865: 1866: 1867: def _handle_exitstatus(self, sts, Exception: FileNotFoundError: [Errno 2] No such file or directory: 'rm' ERROR: Logfile of failure stored in: ${sources}/tmp/work/beaglebone_yocto-poky-linux-gnueabi/packagegroup-core-x11-sato/1.0/temp/log.do_populate_lic.7665 ERROR: Task (/home/vijay/Workspace/Yocto_BB/poky/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_populate_lic) failed with exit code '1' ERROR: packagegroup-core-x11-base-1.0-r0 do_populate_lic: Error executing a python function in exec_func_python() autogenerated: The stack trace of python calls that resulted in this exception/failure was: File: 'exec_func_python() autogenerated', lineno: 2, function: <module> 0001: *** 0002:sstate_task_postfunc(d) 0003: File: '/home/vijay/Workspace/Yocto_BB/poky/meta/classes-global/sstate.bbclass', lineno: 801, function: sstate_task_postfunc 0797: 0798: omask = os.umask(0o002) 0799: if omask != 0o002: 0800: bb.note("Using umask 0o002 (not %0o) for sstate packaging" % omask) *** 0801: sstate_package(shared_state, d) 0802: os.umask(omask) 0803: 0804: sstateinst = d.getVar("SSTATE_INSTDIR") 0805: d.setVar('SSTATE_FIXMEDIR', shared_state['fixmedir']) File: '/home/vijay/Workspace/Yocto_BB/poky/meta/classes-global/sstate.bbclass', lineno: 660, function: sstate_package 0656: 0657: sstatebuild = d.expand("${WORKDIR}/sstate-build-%s/" % ss['task']) 0658: sde = int(d.getVar("SOURCE_DATE_EPOCH") or time.time()) 0659: d.setVar("SSTATE_CURRTASK", ss['task']) *** 0660: bb.utils.remove(sstatebuild, recurse=True) 0661: bb.utils.mkdirhier(sstatebuild) 0662: for state in ss['dirs']: 0663: if not os.path.exists(state[1]): 0664: continue File: '/home/vijay/Workspace/Yocto_BB/poky/bitbake/lib/bb/utils.py', lineno: 728, function: remove 0724: # shutil.rmtree(name) would be ideal but its too slow 0725: cmd = [] 0726: if ionice: 0727: cmd = ['ionice', '-c', '3'] *** 0728: subprocess.check_call(cmd + ['rm', '-rf'] + glob.glob(path)) 0729: return 0730: for name in glob.glob(path): 0731: try: 0732: os.unlink(name) File: '/usr/lib/python3.10/subprocess.py', lineno: 364, function: check_call 0360: The arguments are the same as for the call function. Example: 0361: 0362: check_call(["ls", "-l"]) 0363: """ *** 0364: retcode = call(*popenargs, **kwargs) 0365: if retcode: 0366: cmd = kwargs.get("args") 0367: if cmd is None: 0368: cmd = popenargs[0] File: '/usr/lib/python3.10/subprocess.py', lineno: 345, function: call 0341: The arguments are the same as for the Popen constructor. Example: 0342: 0343: retcode = call(["ls", "-l"]) 0344: """ *** 0345: with Popen(*popenargs, **kwargs) as p: 0346: try: 0347: return p.wait(timeout=timeout) 0348: except: # Including KeyboardInterrupt, wait handled that. 0349: p.kill() File: '/usr/lib/python3.10/subprocess.py', lineno: 971, function: __init__ 0967: if self.text_mode: 0968: self.stderr = io.TextIOWrapper(self.stderr, 0969: encoding=encoding, errors=errors) 0970: *** 0971: self._execute_child(args, executable, preexec_fn, close_fds, 0972: pass_fds, cwd, env, 0973: startupinfo, creationflags, shell, 0974: p2cread, p2cwrite, 0975: c2pread, c2pwrite, File: '/usr/lib/python3.10/subprocess.py', lineno: 1863, function: _execute_child 1859: else: 1860: err_filename = orig_executable 1861: if errno_num != 0: 1862: err_msg = os.strerror(errno_num) *** 1863: raise child_exception_type(errno_num, err_msg, err_filename) 1864: raise child_exception_type(err_msg) 1865: 1866: 1867: def _handle_exitstatus(self, sts, Exception: FileNotFoundError: [Errno 2] No such file or directory: 'rm' ERROR: Logfile of failure stored in: ${sources}/tmp/work/all-poky-linux/packagegroup-core-x11-base/1.0/temp/log.do_populate_lic.7670 ERROR: Task (/home/vijay/Workspace/Yocto_BB/poky/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:do_populate_lic) failed with exit code '1' NOTE: Tasks Summary: Attempted 5 tasks of which 0 didn't need to be rerun and 5 failed. Summary: 5 tasks failed: /home/vijay/Workspace/Yocto_BB/poky/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:do_populate_lic /home/vijay/Workspace/Yocto_BB/poky/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_populate_lic /home/vijay/Workspace/Yocto_BB/poky/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:do_populate_lic /home/vijay/Workspace/Yocto_BB/poky/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_populate_lic /home/vijay/Workspace/Yocto_BB/poky/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:do_populate_lic Summary: There were 3 WARNING messages. Summary: There were 6 ERROR messages, returning a non-zero exit code. thank you vijay
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#61836): https://lists.yoctoproject.org/g/yocto/message/61836 Mute This Topic: https://lists.yoctoproject.org/mt/103050547/21656 Mute #kernel:https://lists.yoctoproject.org/g/yocto/mutehashtag/kernel Mute #yocto:https://lists.yoctoproject.org/g/yocto/mutehashtag/yocto Group Owner: yocto+ow...@lists.yoctoproject.org Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-