While running petalinux-build command, I am seeing a lot of errors related to python(a small portion shown below). Is there any more packages that I need to install before I can build it?
Thanks
WARNING: fsbl-1.0-r0 do_deploy_setscene: No sstate archive obtainable, will run full task instead.
ERROR: Logfile of failure stored in: /home/leeyuc/xilinx/prj/plinux/os/build/tmp/work/zynq_generic-xilinx-linux-gnueabi/fsbl/1.0-r0/temp/log.do_deploy_setscene.23492
WARNING: Setscene task (/home/leeyuc/xilinx/prj/plinux/os/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/embeddedsw/fsbl.bb:do_deploy_setscene) failed with exit code '1' - real task will be run instead
WARNING: u-boot-xlnx-v2021.01-xilinx-v2022.1+gitAUTOINC+8e8809e33a-r0 do_deploy_setscene: No sstate archive obtainable, will run full task instead.
ERROR: Logfile of failure stored in: /home/leeyuc/xilinx/prj/plinux/os/build/tmp/work/zynq_generic-xilinx-linux-gnueabi/u-boot-xlnx/v2021.01-xilinx-v2022.1+gitAUTOINC+8e8809e33a-r0/temp/log.do_deploy_setscene.23509
WARNING: Setscene task (/home/leeyuc/xilinx/prj/plinux/os/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx_2022.1.bb:do_deploy_setscene) failed with exit code '1' - real task will be run instead
ERROR: udev-extraconf-1.1-r0 do_populate_sysroot_setscene: 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:do_populate_sysroot_setscene(d)
0003:
File: '/home/leeyuc/xilinx/prj/plinux/os/components/yocto/layers/core/meta/classes/staging.bbclass', lineno: 132, function: do_populate_sysroot_setscene
0128:do_populate_sysroot[sstate-outputdirs] = "${COMPONENTS_DIR}/${PACKAGE_ARCH}/${PN}"
0129:do_populate_sysroot[sstate-fixmedir] = "${COMPONENTS_DIR}/${PACKAGE_ARCH}/${PN}"
0130:
0131:python do_populate_sysroot_setscene () {
*** 0132: sstate_setscene(d)
0133:}
0134:addtask do_populate_sysroot_setscene
0135:
0136:def staging_copyfile(c, target, dest, postinsts, seendirs):
File: '/home/leeyuc/xilinx/prj/plinux/os/components/yocto/layers/core/meta/classes/sstate.bbclass', lineno: 789, function: sstate_setscene
0785:
0786:
0787:def sstate_setscene(d):
0788: shared_state = sstate_state_fromvars(d)
*** 0789: accelerate = sstate_installpkg(shared_state, d)
0790: if not accelerate:
0791: msg = "No sstate archive obtainable, will run full task instead."
0792: bb.warn(msg)
0793: raise bb.BBHandledException(msg)
File: '/home/leeyuc/xilinx/prj/plinux/os/components/yocto/layers/core/meta/classes/sstate.bbclass', lineno: 358, function: sstate_installpkg
0354: sstatefetch = d.getVar('SSTATE_PKGNAME')
0355: sstatepkg = d.getVar('SSTATE_PKG')
0356:
0357: if not os.path.exists(sstatepkg):
*** 0358: pstaging_fetch(sstatefetch, d)
0359:
Question
feplooptest
Hi
I am trying to follow the build step in demo page.
https://digilent.com/reference/programmable-logic/zybo-z7/demos/petalinux
While running petalinux-build command, I am seeing a lot of errors related to python(a small portion shown below). Is there any more packages that I need to install before I can build it?
Thanks
WARNING: fsbl-1.0-r0 do_deploy_setscene: No sstate archive obtainable, will run full task instead.
ERROR: Logfile of failure stored in: /home/leeyuc/xilinx/prj/plinux/os/build/tmp/work/zynq_generic-xilinx-linux-gnueabi/fsbl/1.0-r0/temp/log.do_deploy_setscene.23492
WARNING: Setscene task (/home/leeyuc/xilinx/prj/plinux/os/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/embeddedsw/fsbl.bb:do_deploy_setscene) failed with exit code '1' - real task will be run instead
WARNING: u-boot-xlnx-v2021.01-xilinx-v2022.1+gitAUTOINC+8e8809e33a-r0 do_deploy_setscene: No sstate archive obtainable, will run full task instead.
ERROR: Logfile of failure stored in: /home/leeyuc/xilinx/prj/plinux/os/build/tmp/work/zynq_generic-xilinx-linux-gnueabi/u-boot-xlnx/v2021.01-xilinx-v2022.1+gitAUTOINC+8e8809e33a-r0/temp/log.do_deploy_setscene.23509
WARNING: Setscene task (/home/leeyuc/xilinx/prj/plinux/os/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx_2022.1.bb:do_deploy_setscene) failed with exit code '1' - real task will be run instead
ERROR: udev-extraconf-1.1-r0 do_populate_sysroot_setscene: 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:do_populate_sysroot_setscene(d)
0003:
File: '/home/leeyuc/xilinx/prj/plinux/os/components/yocto/layers/core/meta/classes/staging.bbclass', lineno: 132, function: do_populate_sysroot_setscene
0128:do_populate_sysroot[sstate-outputdirs] = "${COMPONENTS_DIR}/${PACKAGE_ARCH}/${PN}"
0129:do_populate_sysroot[sstate-fixmedir] = "${COMPONENTS_DIR}/${PACKAGE_ARCH}/${PN}"
0130:
0131:python do_populate_sysroot_setscene () {
*** 0132: sstate_setscene(d)
0133:}
0134:addtask do_populate_sysroot_setscene
0135:
0136:def staging_copyfile(c, target, dest, postinsts, seendirs):
File: '/home/leeyuc/xilinx/prj/plinux/os/components/yocto/layers/core/meta/classes/sstate.bbclass', lineno: 789, function: sstate_setscene
0785:
0786:
0787:def sstate_setscene(d):
0788: shared_state = sstate_state_fromvars(d)
*** 0789: accelerate = sstate_installpkg(shared_state, d)
0790: if not accelerate:
0791: msg = "No sstate archive obtainable, will run full task instead."
0792: bb.warn(msg)
0793: raise bb.BBHandledException(msg)
File: '/home/leeyuc/xilinx/prj/plinux/os/components/yocto/layers/core/meta/classes/sstate.bbclass', lineno: 358, function: sstate_installpkg
0354: sstatefetch = d.getVar('SSTATE_PKGNAME')
0355: sstatepkg = d.getVar('SSTATE_PKG')
0356:
0357: if not os.path.exists(sstatepkg):
*** 0358: pstaging_fetch(sstatefetch, d)
0359:
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now