Become a leader in the IoT community!

New DevHeads get a 320-point leaderboard boost when joining the DevHeads IoT Integration Community. In addition to learning and advising, active community leaders are rewarded with community recognition and free tech stuff. Start your Legendary Collaboration now!

Step 1 of 5

CREATE YOUR PROFILE *Required

Change Email
OR
Step 2 of 5

WHAT BRINGS YOU TO DEVHEADS? *Choose 1 or more

Collaboration & Work 🤝
Learn & Grow 📚
Contribute Experience & Expertise 🔧
Step 3 of 5

WHAT'S YOUR INTEREST OR EXPERTISE? *Choose 1 or more

Hardware & Design 💡
Embedded Software 💻
Edge Networking
Step 4 of 5

Personalize your profile

Step 5 of 5

Read & agree to our COMMUNITY RULES

  1. We want this server to be a welcoming space! Treat everyone with respect. Absolutely no harassment, witch hunting, sexism, racism, or hate speech will be tolerated.
  2. If you see something against the rules or something that makes you feel unsafe, let staff know by messaging @admin in the "support-tickets" tab in the Live DevChat menu.
  3. No age-restricted, obscene or NSFW content. This includes text, images, or links featuring nudity, sex, hard violence, or other graphically disturbing content.
  4. No spam. This includes DMing fellow members.
  5. You must be over the age of 18 years old to participate in our community.
  6. Our community uses Answer Overflow to index content on the web. By posting in this channel your messages will be indexed on the worldwide web to help others find answers.
  7. You agree to our Terms of Service (https://www.devheads.io/terms-of-service/) and Privacy Policy (https://www.devheads.io/privacy-policy)
By clicking "Finish", you have read and agreed to the our Terms of Service and Privacy Policy.

Bitbake Fetch Stuck Issue

Hello @ming_58391 ,
while running bitbake
`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)`
It’s just stuck at this point
is it the mirror issue or something else?

  1. ming_58391#0000

    Every now and then I have seen builds get stuck. Typically, it’s when I’m up against a deadline and don’t have time to debug – so I often just go for the Microsoft fix and just reboot the whole thing and start again! That will often fix it.
    One day, I really should set aside the time to dive into why….

  2. melta101#0000

    I see,
    also crops seems to be a temp container
    plus it doesnt have sudo

  3. ming_58391#0000

    Crops is mainly to be used as a build container. All the other work (writing recipes, flashing images, etc) would be done from the normal host filesystem

  4. ming_58391#0000

    I must admit, I cheat and actually write my own Dockerfiles that include all the tools I want to play with

  5. melta101#0000

    Ahhh,
    got it.

  6. melta101#0000

    makes sense
    lessen the hassle

  7. melta101#0000

    so, i ran the crops container,
    sourced the oe-init-build-env
    ran bitbake

    but now a new error—Machine is invalid

  8. ming_58391#0000

    OK – what is the contents of your `build/conf/bblayers.conf` file? It needs to include the meta-file from meta-renesas directory that includes your machine.

  9. ming_58391#0000

    Loking at the repo, you probably need to include `meta-renesas/meta-rzg2l` as well as `meta-renesas/meta-rz-common`

  10. melta101#0000

    got it fixed
    there was a stray / in my conf

  11. melta101#0000

    bitbake failed

  12. melta101#0000

    seems to be bad request sent to aws

  13. melta101#0000

    hmm,
    Ming, any pointers?

  14. superbike_z#0000

    isnt this a aws auth issue?

  15. melta101#0000

    I have the same thought process

  16. superbike_z#0000

    can we use the rz files rather do we need to use iwave

  17. melta101#0000

    I don’t think rz keeps the copy of the bsp of the vendor

  18. superbike_z#0000

    it’d rz hardwaree though?

  19. ming_58391#0000

    This looks like you have added meta-iwave. Looking at the url: http://git-codecommit.ap-south-1.amazonaws.com that needs a login, so you would need to provide authentication.
    As @superbike_z asked, do you _need_ it?

  20. melta101#0000

    Yes

  21. superbike_z#0000

    Why do you need the iwave stuff

  22. melta101#0000

    Open to anything
    As long as it work

  23. melta101#0000

    I meant yes for thar

  24. superbike_z#0000

    Can you perhaps open a ticket for this and document the efforts of GitHub. That way I can find help for us

  25. melta101#0000

    got it fixed!

  26. melta101#0000

    now, leading us to out last error

  27. melta101#0000

    `| WARNING: /workdir/iwg56-release-bsp/build-iwg56m/tmp/work/x86_64-linux/binutils-native/2.31.1-r0/temp/run.do_compile.417791:1 exit 1 from ‘exit 1’
    | ERROR: Execution of ‘/workdir/iwg56-release-bsp/build-iwg56m/tmp/work/x86_64-linux/binutils-native/2.31.1-r0/temp/run.do_compile.417791’ failed with exit code 1
    ERROR: Task (virtual:native:/workdir/iwg56-release-bsp/build-iwg56m/../sources/meta-renesas/meta-rz-common/recipes-debian/buster/binutils/binutils_debian.bb:do_compile) failed with exit code ‘1’
    NOTE: Tasks Summary: Attempted 908 tasks of which 473 didn’t need to be rerun and 3 failed.

    Summary: 3 tasks failed:
    /workdir/iwg56-release-bsp/build-iwg56m/../sources/meta-renesas/meta-rz-common/recipes-debian/buster/binutils/binutils-cross_debian.bb:do_compile
    virtual:multilib:lib32:/workdir/iwg56-release-bsp/build-iwg56m/../sources/meta-renesas/meta-rz-common/recipes-debian/buster/binutils/binutils-cross_debian.bb:do_compile
    virtual:native:/workdir/iwg56-release-bsp/build-iwg56m/../sources/meta-renesas/meta-rz-common/recipes-debian/buster/binutils/binutils_debian.bb:do_compile
    Summary: There were 2 WARNING messages shown.
    Summary: There were 6 ERROR messages shown, returning a non-zero exit code.`

  28. melta101#0000

    now, i dont why binutils isnt installing, as normally it does get installed pretty easily when i try with bbb

  29. melta101#0000

    cause of that, rest are failing due to it being a dependency

CONTRIBUTE TO THIS THREAD

Browse other questions tagged