|
[meta-raspberrypi] [meta-qt6] Building qt6 on rpi4
Looks like I've got a solution. My qtbase_git.bbappend now contains: DISTRO_FEATURES:remove:rpi = " x11 wayland" PACKAGECONFIG:append:rpi = " accessibility eglfs fontconfig gles2 linuxfb tslib gbm" &
Looks like I've got a solution. My qtbase_git.bbappend now contains: DISTRO_FEATURES:remove:rpi = " x11 wayland" PACKAGECONFIG:append:rpi = " accessibility eglfs fontconfig gles2 linuxfb tslib gbm" &
|
By
Electronic Consult
· #60094
·
|
|
[meta-raspberrypi] [meta-qt6] Building qt6 on rpi4
Hello all, I'm using: Kirkstone meta-raspberry meta-qt6 (v6.5) From this post from Qt they suggest the correct graphics setup for a RPi4 should be: With the Raspberry Pi 4 example, we expect that EGL,
Hello all, I'm using: Kirkstone meta-raspberry meta-qt6 (v6.5) From this post from Qt they suggest the correct graphics setup for a RPi4 should be: With the Raspberry Pi 4 example, we expect that EGL,
|
By
Electronic Consult
· #60093
·
|
|
Autotools build failure
#kirkstone
#autotools
Martin, Thanks for the pointer, I manged to get the recipe working with your help. For anyone else looking at this the issue was resolved with this. Hope it helps someone else! Owen
Martin, Thanks for the pointer, I manged to get the recipe working with your help. For anyone else looking at this the issue was resolved with this. Hope it helps someone else! Owen
|
By
Electronic Consult
· #59821
·
|
|
Autotools build failure
#kirkstone
#autotools
Martin, Many thanks for the reply. I just added an empty directory in the build directory. I see other recipes adding (such as this) using the SRC_URI, SRCREV_common & SRCREV_FORMAT. I'll give it a go
Martin, Many thanks for the reply. I just added an empty directory in the build directory. I see other recipes adding (such as this) using the SRC_URI, SRCREV_common & SRCREV_FORMAT. I'll give it a go
|
By
Electronic Consult
· #59819
·
|
|
Autotools build failure
#kirkstone
#autotools
Hello all, I'm moving my build from Dunfell to Kirkstone & an issue with gstreamer1.0-plugins-hantro has cropped up. This recipe inherits autotools-brokensep. During the build I initially got: autorec
Hello all, I'm moving my build from Dunfell to Kirkstone & an issue with gstreamer1.0-plugins-hantro has cropped up. This recipe inherits autotools-brokensep. During the build I initially got: autorec
|
By
Electronic Consult
· #59817
·
|
|
[meta-raspberrypi] - problem adding meta-qt6 SDK
#qt
#sdk
Hello again, For anyone looking at this I managed to get the qt6 SDK added to an image based on poky using: inherit core-image TOOLCHAIN_HOST_TASK += "\ nativesdk-packagegroup-qt6-toolchain-host \ " S
Hello again, For anyone looking at this I managed to get the qt6 SDK added to an image based on poky using: inherit core-image TOOLCHAIN_HOST_TASK += "\ nativesdk-packagegroup-qt6-toolchain-host \ " S
|
By
Electronic Consult
· #59763
·
|
|
[meta-raspberrypi] - problem adding meta-qt6 SDK
#qt
#sdk
Hello all, I'm using dunfell with meta-raspberrypi & meta-qt6 (https://code.qt.io/yocto/meta-qt6.git), v6.2.24 under the open-source license. I've successfully built a simple qt6 application with the
Hello all, I'm using dunfell with meta-raspberrypi & meta-qt6 (https://code.qt.io/yocto/meta-qt6.git), v6.2.24 under the open-source license. I've successfully built a simple qt6 application with the
|
By
Electronic Consult
· #59731
·
|
|
Correct build folder location
As an update for anyone looking at this.. I managed to get the raspberry pi build going. It seems after running source oe-init-build-env rpi-build the local.conf from meta-atmel was copied into the rp
As an update for anyone looking at this.. I managed to get the raspberry pi build going. It seems after running source oe-init-build-env rpi-build the local.conf from meta-atmel was copied into the rp
|
By
Electronic Consult
· #59707
·
|
|
Correct build folder location
Hello all, I'm using Dunfell & up to know I've being using meta-atmel to build images. I'd like to now add the capability to build images using meta-raspberrypi but I'm having issues with the source o
Hello all, I'm using Dunfell & up to know I've being using meta-atmel to build images. I'd like to now add the capability to build images using meta-raspberrypi but I'm having issues with the source o
|
By
Electronic Consult
· #59704
·
|
|
No SSH access after removing debug_tweaks
Hello all, I'm trying to add a root password to add some security to ssh access. I plan also to enable/ disable the ssh via GUI. I'm using meta-atmel on a dunfell build. I've added: INHERIT += "extrau
Hello all, I'm trying to add a root password to add some security to ssh access. I plan also to enable/ disable the ssh via GUI. I'm using meta-atmel on a dunfell build. I've added: INHERIT += "extrau
|
By
Electronic Consult
· #59299
·
|
|
AWS S3 bucket access from a C++ application?
Hello all, I have a device on which the main application is a C++ based GUI. I'm working on implementing an A/B update strategy using swupdate with the firmware being hosted on a AWS S3 bucket. The us
Hello all, I have a device on which the main application is a C++ based GUI. I'm working on implementing an A/B update strategy using swupdate with the firmware being hosted on a AWS S3 bucket. The us
|
By
Electronic Consult
· #59203
·
|
|
fw_env.config - finding the location of uboot.env
Hello all, I'm in the process of implementing an A/B update strategy on an SD card using swupdate & the tools provided by libubootenv-bin. The issue is finding the location of uboot.env to (manually)
Hello all, I'm in the process of implementing an A/B update strategy on an SD card using swupdate & the tools provided by libubootenv-bin. The issue is finding the location of uboot.env to (manually)
|
By
Electronic Consult
· #59144
·
|
|
Setting recipe PACKAGECONFIG with in a Bash script?
Hello, I've searched & can't seem to find an answer for this but I'm sure it must have come up before. I'd like to automate the generating of images using Bash & create similar recipes but with differ
Hello, I've searched & can't seem to find an answer for this but I'm sure it must have come up before. I'd like to automate the generating of images using Bash & create similar recipes but with differ
|
By
Electronic Consult
· #59119
·
|
|
Resistive touchscreen calibration for libinput
Hello all, Apologies if this is the incorrect group to post to, I haven't posted previously. I'm working with an Atmel/ Microchip SAMA5D4 Xplained board & a resistive touchscreen. I'm using a GUI fram
Hello all, Apologies if this is the incorrect group to post to, I haven't posted previously. I'm working with an Atmel/ Microchip SAMA5D4 Xplained board & a resistive touchscreen. I'm using a GUI fram
|
By
Electronic Consult
· #56084
·
|