* Re: [yocto] am437x do_rootfs error [not found] <17D51E6437DB5314.21428@lists.yoctoproject.org> @ 2024-06-06 16:02 ` Amol Practise 2024-06-06 17:09 ` Gyorgy Sarvari 2024-06-06 19:37 ` [meta-ti] " Randolph Sapp 0 siblings, 2 replies; 5+ messages in thread From: Amol Practise @ 2024-06-06 16:02 UTC (permalink / raw) To: yocto, amolpractise, meta-ti [-- Attachment #1: Type: text/plain, Size: 2959 bytes --] Hi Team, Any help would be appreciated on below issue. On Sun, Jun 2, 2024 at 12:40 PM Amol Practise via lists.yoctoproject.org <amolpractise=gmail.com@lists.yoctoproject.org> wrote: > Hi all, > > I am getting below error while i am trying to build westom image for > am436xgp board, can anyone help me in this regard? > > > bitbake core-image-weston > Loading cache: 100% |############################################| Time: > 0:00:00 > Loaded 2004 entries from dependency cache. > NOTE: Resolving any missing task queue dependencies > > Build Configuration: > BB_VERSION = "2.8.0" > BUILD_SYS = "x86_64-linux" > NATIVELSBSTRING = "universal" > TARGET_SYS = "arm-poky-linux-gnueabi" > MACHINE = "am437x-evm" > DISTRO = "poky" > DISTRO_VERSION = "5.0.1" > TUNE_FEATURES = "arm armv7a vfp thumb neon callconvention-hard" > TARGET_FPU = "hard" > meta > meta-poky > meta-yocto-bsp = > "my-scarthgap:68f9a4b73d17839e0ec1f12a31fc1d42331cc42f" > meta-arm-toolchain > meta-arm = "master:6877a1c2bdd3cd275af2be3fa26c2e0be1da5b32" > meta-ti-bsp = "master:0584bef40f3806613d0d2c3ff0c990705cba3a5b" > > Sstate summary: Wanted 389 Local 386 Mirrors 0 Missed 3 Current 3728 (99% > match, 99% complete) > Initialising tasks: 100% |#######################################| Time: > 0:00:09 > NOTE: Executing Tasks > ERROR: core-image-weston-1.0-r0 do_rootfs: Postinstall scriptlets of > ['ti-sgx-ddk-um'] have failed. If the intention is to defer them to first > boot, > then please place them into pkg_postinst_ontarget:${PN} (). > Deferring to first boot via 'exit 1' is no longer supported. > Details of the failure are in > /home/amol/git_repos/poky/build_am437xgp/tmp/work/am437x_evm-poky-linux-gnueabi/core-image-weston/1.0/temp/log.do_rootfs. > ERROR: Logfile of failure stored in: > /home/amol/git_repos/poky/build_am437xgp/tmp/work/am437x_evm-poky-linux-gnueabi/core-image-weston/1.0/temp/log.do_rootfs.4596 > ERROR: Task > (/home/amol/git_repos/poky/meta/recipes-graphics/images/core-image-weston.bb:do_rootfs) > failed with exit code '1' > NOTE: Tasks Summary: Attempted 8487 tasks of which 8486 didn't need to be > rerun and 1 failed. > > Summary: 1 task failed: > > /home/amol/git_repos/poky/meta/recipes-graphics/images/core-image-weston.bb: > do_rootfs > Summary: There was 1 ERROR message, returning a non-zero exit code. > > > Thank you. > Amol Palshetkar > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#63254): > https://lists.yoctoproject.org/g/yocto/message/63254 > Mute This Topic: https://lists.yoctoproject.org/mt/106440339/8370142 > Group Owner: yocto+owner@lists.yoctoproject.org > Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [ > amolpractise@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- > > [-- Attachment #2: Type: text/html, Size: 4126 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [yocto] am437x do_rootfs error 2024-06-06 16:02 ` [yocto] am437x do_rootfs error Amol Practise @ 2024-06-06 17:09 ` Gyorgy Sarvari 2024-06-06 19:37 ` [meta-ti] " Randolph Sapp 1 sibling, 0 replies; 5+ messages in thread From: Gyorgy Sarvari @ 2024-06-06 17:09 UTC (permalink / raw) To: yocto, amolpractise > ERROR: Logfile of failure stored in: > /home/amol/git_repos/poky/build_am437xgp/tmp/work/am437x_evm-poky-linux-gnueabi/core-image-weston/1.0/temp/log.do_rootfs.4596 1. Did you modify the ti-sgx-ddk-um recipe in any way? (Either with a bbappend, or otherwise?) 2. The above mentioned logfile could have thousands of lines, but somewhere in the middle of it there should be the actual error, what made it unhappy - this supposed to help with the investigation in theory... (search for "ERROR: " or similar in it.) ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [meta-ti] [yocto] am437x do_rootfs error 2024-06-06 16:02 ` [yocto] am437x do_rootfs error Amol Practise 2024-06-06 17:09 ` Gyorgy Sarvari @ 2024-06-06 19:37 ` Randolph Sapp 2024-06-06 22:10 ` Denys Dmytriyenko 1 sibling, 1 reply; 5+ messages in thread From: Randolph Sapp @ 2024-06-06 19:37 UTC (permalink / raw) To: Amol Practise, yocto, meta-ti On Thu Jun 6, 2024 at 11:02 AM CDT, Amol Practise wrote: > Hi Team, > > Any help would be appreciated on below issue. > > On Sun, Jun 2, 2024 at 12:40 PM Amol Practise via lists.yoctoproject.org > <amolpractise=gmail.com@lists.yoctoproject.org> wrote: > > > Hi all, > > > > I am getting below error while i am trying to build westom image for > > am436xgp board, can anyone help me in this regard? > > > > > > bitbake core-image-weston > > Loading cache: 100% |############################################| Time: > > 0:00:00 > > Loaded 2004 entries from dependency cache. > > NOTE: Resolving any missing task queue dependencies > > > > Build Configuration: > > BB_VERSION = "2.8.0" > > BUILD_SYS = "x86_64-linux" > > NATIVELSBSTRING = "universal" > > TARGET_SYS = "arm-poky-linux-gnueabi" > > MACHINE = "am437x-evm" > > DISTRO = "poky" > > DISTRO_VERSION = "5.0.1" > > TUNE_FEATURES = "arm armv7a vfp thumb neon callconvention-hard" > > TARGET_FPU = "hard" > > meta > > meta-poky > > meta-yocto-bsp = > > "my-scarthgap:68f9a4b73d17839e0ec1f12a31fc1d42331cc42f" > > meta-arm-toolchain > > meta-arm = "master:6877a1c2bdd3cd275af2be3fa26c2e0be1da5b32" > > meta-ti-bsp = "master:0584bef40f3806613d0d2c3ff0c990705cba3a5b" > > > > Sstate summary: Wanted 389 Local 386 Mirrors 0 Missed 3 Current 3728 (99% > > match, 99% complete) > > Initialising tasks: 100% |#######################################| Time: > > 0:00:09 > > NOTE: Executing Tasks > > ERROR: core-image-weston-1.0-r0 do_rootfs: Postinstall scriptlets of > > ['ti-sgx-ddk-um'] have failed. If the intention is to defer them to first > > boot, > > then please place them into pkg_postinst_ontarget:${PN} (). > > Deferring to first boot via 'exit 1' is no longer supported. > > Details of the failure are in > > /home/amol/git_repos/poky/build_am437xgp/tmp/work/am437x_evm-poky-linux-gnueabi/core-image-weston/1.0/temp/log.do_rootfs. > > ERROR: Logfile of failure stored in: > > /home/amol/git_repos/poky/build_am437xgp/tmp/work/am437x_evm-poky-linux-gnueabi/core-image-weston/1.0/temp/log.do_rootfs.4596 > > ERROR: Task > > (/home/amol/git_repos/poky/meta/recipes-graphics/images/core-image-weston.bb:do_rootfs) > > failed with exit code '1' > > NOTE: Tasks Summary: Attempted 8487 tasks of which 8486 didn't need to be > > rerun and 1 failed. > > > > Summary: 1 task failed: > > > > /home/amol/git_repos/poky/meta/recipes-graphics/images/core-image-weston.bb: > > do_rootfs > > Summary: There was 1 ERROR message, returning a non-zero exit code. > > > > > > Thank you. > > Amol Palshetkar > > Master builds of SGX are not supported right now. That's a legacy driver that has been reserved to yearly LTS migrations. Please use kirkstone until the legacy migration for this year occurs (10.1). - Randolph ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [meta-ti] [yocto] am437x do_rootfs error 2024-06-06 19:37 ` [meta-ti] " Randolph Sapp @ 2024-06-06 22:10 ` Denys Dmytriyenko 2024-06-06 23:18 ` Randolph Sapp 0 siblings, 1 reply; 5+ messages in thread From: Denys Dmytriyenko @ 2024-06-06 22:10 UTC (permalink / raw) To: rs; +Cc: Amol Practise, yocto, meta-ti On Thu, Jun 06, 2024 at 02:37:46PM -0500, Randolph Sapp via lists.yoctoproject.org wrote: > On Thu Jun 6, 2024 at 11:02 AM CDT, Amol Practise wrote: > > Hi Team, > > > > Any help would be appreciated on below issue. > > > > On Sun, Jun 2, 2024 at 12:40 PM Amol Practise via lists.yoctoproject.org > > <amolpractise=gmail.com@lists.yoctoproject.org> wrote: > > > > > Hi all, > > > > > > I am getting below error while i am trying to build westom image for > > > am436xgp board, can anyone help me in this regard? > > > > > > > > > bitbake core-image-weston > > > Loading cache: 100% |############################################| Time: > > > 0:00:00 > > > Loaded 2004 entries from dependency cache. > > > NOTE: Resolving any missing task queue dependencies > > > > > > Build Configuration: > > > BB_VERSION = "2.8.0" > > > BUILD_SYS = "x86_64-linux" > > > NATIVELSBSTRING = "universal" > > > TARGET_SYS = "arm-poky-linux-gnueabi" > > > MACHINE = "am437x-evm" > > > DISTRO = "poky" > > > DISTRO_VERSION = "5.0.1" > > > TUNE_FEATURES = "arm armv7a vfp thumb neon callconvention-hard" > > > TARGET_FPU = "hard" > > > meta > > > meta-poky > > > meta-yocto-bsp = > > > "my-scarthgap:68f9a4b73d17839e0ec1f12a31fc1d42331cc42f" > > > meta-arm-toolchain > > > meta-arm = "master:6877a1c2bdd3cd275af2be3fa26c2e0be1da5b32" > > > meta-ti-bsp = "master:0584bef40f3806613d0d2c3ff0c990705cba3a5b" > > > > > > Sstate summary: Wanted 389 Local 386 Mirrors 0 Missed 3 Current 3728 (99% > > > match, 99% complete) > > > Initialising tasks: 100% |#######################################| Time: > > > 0:00:09 > > > NOTE: Executing Tasks > > > ERROR: core-image-weston-1.0-r0 do_rootfs: Postinstall scriptlets of > > > ['ti-sgx-ddk-um'] have failed. If the intention is to defer them to first > > > boot, > > > then please place them into pkg_postinst_ontarget:${PN} (). > > > Deferring to first boot via 'exit 1' is no longer supported. > > > Details of the failure are in > > > /home/amol/git_repos/poky/build_am437xgp/tmp/work/am437x_evm-poky-linux-gnueabi/core-image-weston/1.0/temp/log.do_rootfs. > > > ERROR: Logfile of failure stored in: > > > /home/amol/git_repos/poky/build_am437xgp/tmp/work/am437x_evm-poky-linux-gnueabi/core-image-weston/1.0/temp/log.do_rootfs.4596 > > > ERROR: Task > > > (/home/amol/git_repos/poky/meta/recipes-graphics/images/core-image-weston.bb:do_rootfs) > > > failed with exit code '1' > > > NOTE: Tasks Summary: Attempted 8487 tasks of which 8486 didn't need to be > > > rerun and 1 failed. > > > > > > Summary: 1 task failed: > > > > > > /home/amol/git_repos/poky/meta/recipes-graphics/images/core-image-weston.bb: > > > do_rootfs > > > Summary: There was 1 ERROR message, returning a non-zero exit code. > > > > > > > > > Thank you. > > > Amol Palshetkar > > > > > Master builds of SGX are not supported right now. That's a legacy driver that > has been reserved to yearly LTS migrations. Please use kirkstone until the > legacy migration for this year occurs (10.1). Yeah, I already checked that - meta-ti SHA points to some March-based 6.1 snapshot, which was supposed to have SGX working... -- Denys ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [meta-ti] [yocto] am437x do_rootfs error 2024-06-06 22:10 ` Denys Dmytriyenko @ 2024-06-06 23:18 ` Randolph Sapp 0 siblings, 0 replies; 5+ messages in thread From: Randolph Sapp @ 2024-06-06 23:18 UTC (permalink / raw) To: Denys Dmytriyenko; +Cc: Amol Practise, yocto, meta-ti On Thu Jun 6, 2024 at 5:10 PM CDT, Denys Dmytriyenko wrote: > On Thu, Jun 06, 2024 at 02:37:46PM -0500, Randolph Sapp via lists.yoctoproject.org wrote: > > On Thu Jun 6, 2024 at 11:02 AM CDT, Amol Practise wrote: > > > Hi Team, > > > > > > Any help would be appreciated on below issue. > > > > > > On Sun, Jun 2, 2024 at 12:40 PM Amol Practise via lists.yoctoproject.org > > > <amolpractise=gmail.com@lists.yoctoproject.org> wrote: > > > > > > > Hi all, > > > > > > > > I am getting below error while i am trying to build westom image for > > > > am436xgp board, can anyone help me in this regard? > > > > > > > > > > > > bitbake core-image-weston > > > > Loading cache: 100% |############################################| Time: > > > > 0:00:00 > > > > Loaded 2004 entries from dependency cache. > > > > NOTE: Resolving any missing task queue dependencies > > > > > > > > Build Configuration: > > > > BB_VERSION = "2.8.0" > > > > BUILD_SYS = "x86_64-linux" > > > > NATIVELSBSTRING = "universal" > > > > TARGET_SYS = "arm-poky-linux-gnueabi" > > > > MACHINE = "am437x-evm" > > > > DISTRO = "poky" > > > > DISTRO_VERSION = "5.0.1" > > > > TUNE_FEATURES = "arm armv7a vfp thumb neon callconvention-hard" > > > > TARGET_FPU = "hard" > > > > meta > > > > meta-poky > > > > meta-yocto-bsp = > > > > "my-scarthgap:68f9a4b73d17839e0ec1f12a31fc1d42331cc42f" > > > > meta-arm-toolchain > > > > meta-arm = "master:6877a1c2bdd3cd275af2be3fa26c2e0be1da5b32" > > > > meta-ti-bsp = "master:0584bef40f3806613d0d2c3ff0c990705cba3a5b" > > > > > > > > Sstate summary: Wanted 389 Local 386 Mirrors 0 Missed 3 Current 3728 (99% > > > > match, 99% complete) > > > > Initialising tasks: 100% |#######################################| Time: > > > > 0:00:09 > > > > NOTE: Executing Tasks > > > > ERROR: core-image-weston-1.0-r0 do_rootfs: Postinstall scriptlets of > > > > ['ti-sgx-ddk-um'] have failed. If the intention is to defer them to first > > > > boot, > > > > then please place them into pkg_postinst_ontarget:${PN} (). > > > > Deferring to first boot via 'exit 1' is no longer supported. > > > > Details of the failure are in > > > > /home/amol/git_repos/poky/build_am437xgp/tmp/work/am437x_evm-poky-linux-gnueabi/core-image-weston/1.0/temp/log.do_rootfs. > > > > ERROR: Logfile of failure stored in: > > > > /home/amol/git_repos/poky/build_am437xgp/tmp/work/am437x_evm-poky-linux-gnueabi/core-image-weston/1.0/temp/log.do_rootfs.4596 > > > > ERROR: Task > > > > (/home/amol/git_repos/poky/meta/recipes-graphics/images/core-image-weston.bb:do_rootfs) > > > > failed with exit code '1' > > > > NOTE: Tasks Summary: Attempted 8487 tasks of which 8486 didn't need to be > > > > rerun and 1 failed. > > > > > > > > Summary: 1 task failed: > > > > > > > > /home/amol/git_repos/poky/meta/recipes-graphics/images/core-image-weston.bb: > > > > do_rootfs > > > > Summary: There was 1 ERROR message, returning a non-zero exit code. > > > > > > > > > > > > Thank you. > > > > Amol Palshetkar > > > > > > > > Master builds of SGX are not supported right now. That's a legacy driver that > > has been reserved to yearly LTS migrations. Please use kirkstone until the > > legacy migration for this year occurs (10.1). > > Yeah, I already checked that - meta-ti SHA points to some March-based 6.1 > snapshot, which was supposed to have SGX working... Hmm... the only post install script for that package should be related to the init script. I don't think that broke down, but looking back on how the init script inclusion logic works I'm not sure how much sstate would like it. Do you know if the person attempted to switch init managers part of the way through a build or something like that? - Randolph ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-06-06 23:19 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <17D51E6437DB5314.21428@lists.yoctoproject.org>
2024-06-06 16:02 ` [yocto] am437x do_rootfs error Amol Practise
2024-06-06 17:09 ` Gyorgy Sarvari
2024-06-06 19:37 ` [meta-ti] " Randolph Sapp
2024-06-06 22:10 ` Denys Dmytriyenko
2024-06-06 23:18 ` Randolph Sapp
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.