Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Anyone can offer guide in using Yocto

    Mobile and Embedded
    2
    6
    984
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • H
      houmingc last edited by

      I am studying Yocto and trying to prepare an image for Freescale imx6 based system. It is a steep learning curve. want to put qt into both PCB
      Bought 2 board:

      element14 imx6 Quad &
      VAB-800 Freescale imx537 cortex-A Soc.

      1 Reply Last reply Reply Quote 0
      • I
        Ildar last edited by

        See the "Yocto documentation":http://www.yoctoproject.org/docs/1.7/mega-manual/mega-manual.html#var-SRCREV
        Also, There is possible useful:

        • "Freescale docs":https://community.freescale.com/docs/DOC-94953
        • "meta-qt5":https://github.com/meta-qt5
        • "Angstrom distribution":https://github.com/Angstrom-distribution
        1 Reply Last reply Reply Quote 0
        • H
          houmingc last edited by

          Yocto provides bootloader, kernel and File system?
          if bootloader is used to boot up a system, kernel is like a cabinet and File system a drawer. How do we describe Qt embedded? it resides in the File system? where?

          Learning about Hob
          https://www.yoctoproject.org/documentation/hob-manual-171

          1 Reply Last reply Reply Quote 0
          • I
            Ildar last edited by

            Yocto is tool for creating your own Linux distro (Linux kernel + utils). You can say to Yocto (through recipes) to fetch, compile and package Qt libs to the distro image. In my case qt libs is placed in /usr/lib/qt5.
            First, try to build and run a simple yocto distr, for example:
            $ bitbake -k core-image-sato

            1 Reply Last reply Reply Quote 0
            • H
              houmingc last edited by

              is there similar forum for yocto that i can post question?

              1 Reply Last reply Reply Quote 0
              • I
                Ildar last edited by

                I don't know such forums, but use google:

                • "IRC":https://www.yoctoproject.org/tools-resources/community/irc
                • "Freescale Yocto Project main page":https://community.freescale.com/docs/DOC-1616
                • ...

                And read official documentation

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post