-
Bug
-
Resolution: Invalid
-
P2: Important
-
None
-
6.7.0
-
None
I'm trying to build a boot2qt image for the beaglebone black using yocto/meta-boot2qt-ti.git.
Following the README, it did
repo init -u git://code.qt.io/yocto/boot2qt-manifest -m ti/dev.xml
repo sync
export MACHINE=beaglebone
../setup-environment.sh
bitbake b2qt-embedded-qt6-image
It built, but I didn't see any images. When I build boot2qt for the raspberry pi 4 following the online instructions (https://doc.qt.io/Boot2Qt/b2qt-how-to-create-b2qt-image.html), I get a variety of images in the tmp/deploy/images/raspberrypi4-64 directory. The only things I see under tmp/deploy are:
- tmp/deploy/ipk
- tmp/deploy/licenses
- tmp/deploy/spdx
I decided to try building for the TI SK-AM62x following the online instructions (https://doc.qt.io/Boot2Qt/b2qt-how-to-create-b2qt-image.html) to see if maybe the beaglebone isn't fully supported.
repo init -u git://code.qt.io/yocto/boot2qt-manifest -m ti/v6.7.0.xml
repo sync
export MACHINE=am62xx-evm
source ./setup-environment.sh
bitbake b2qt-embedded-qt6-image
I don't seem to get any images building for that machine either.
I am somewhat new to yocto and openembeeded so maybe I just don't understand what I should be getting for the build ouput.