atharvanan1 / aesd_linux_app

This repository holds source code and makefiles for application to be interfaced into Embedded Linux Platform as part of Advanced Embedded Software Development Project
MIT License
0 stars 0 forks source link

Build gui in Yocto #11

Closed bcis93 closed 4 years ago

bcis93 commented 4 years ago

The completed gui (see this and this) should be added to (and built through) our Yocto build.

DoD: gui application added to Yocto build (and the build succeeds).

Blockers: Display/UI, Sensor integration (resolved)

bcis93 commented 4 years ago

Added the meta-qt5 layer and the qt-app recipe to the build with this commit

bcis93 commented 4 years ago

A few small bug fixes

bcis93 commented 4 years ago

Done. The gui application builds in Yocto

atharvanan1 commented 4 years ago

GUI runs perfectly fine. Clicking the "Get Temperature" button provides the updated temperature value.

atharvanan1 commented 4 years ago

Resolved minor error by adding settings for QT_QPA_PLATFORM.

Code: 65ea96f0f7bb7003d68aa9a2407b6827fcf69340