Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Add new machine to meta-boot2qt

Add new machine to meta-boot2qt

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
1 Posts 1 Posters 442 Views
  • 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.
  • D Offline
    D Offline
    davidino
    wrote on last edited by davidino
    #1

    Goodmorning,
    I write you since I've been trying to add https://github.com/linux-sunxi/meta-sunxi layer (warrior version) to meta-boot2qt. For this purpose, I've referred to:
    https://doc.qt.io/QtForDeviceCreation/qtee-custom-embedded-linux-image.html
    https://doc.qt.io/QtForDeviceCreation/qtee-adding-new-device-configurations.html

    These are the steps that I followed:

    • Create folder b2qt

    • Launch command: repo init -u git://code.qt.io/yocto/boot2qt-manifest -m v5.14.2.xml

    • Launch command: repo sync (with this command all the meta-layer folders are created)

    • Modify the manifest file adding the sunxi layer (the manifest file is contained in b2qt/sources/meta-boot2qt/scripts/manifest.xml not in conf/manifest.xml as explained in the guide):
      <!-- Banana Pi -->
      <project name="meta-sunxi"
      remote="sunxi"
      revision="warrior"
      path="sources/meta-sunxi"/>

    • Add a sample bblayers in b2qt/sources/meta-boot2qt/meta-boot2qt-distro/conf named bblayers.conf.sunxi.sample

    • Add a configuration file in b2qt/sources/meta-boot2qt/meta-boot2qt-distro/conf/distro/include folder for the machines that I'm going to build, in my case bananapi.conf (the problem with this file is that there is a banana.conf in meta-sunxi, but it has several includes that it's hard to have in a different folder, need help here)

    • I launch the command repo init -u /home/davide/b2qt/sources/meta-sunxi -m /home/davide/b2qt/sources/meta-boot2qt/scripts/manifest.xml -b warrior
      I get the following error:
      fatal: manifest '/home/davide/b2qt/sources/meta-boot2qt/scripts/manifest.xml' not available
      fatal: remote sunxi not defined in /home/davide/b2qt/sources/meta-boot2qt/scripts/manifest.xml

    Thank you in advanced.

    Best Regards,
    Davide

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved