|
Using meta-qt5-extra layer build KDE support on riscv target
#yocto
Hi Guys, I am facing bellow error while building KDE support using meta-qt5-extra layer.can any body know please suggest me how can i fix this problem. I have added already qttools -> this will provid
Hi Guys, I am facing bellow error while building KDE support using meta-qt5-extra layer.can any body know please suggest me how can i fix this problem. I have added already qttools -> this will provid
|
By
sateesh m
·
|
|
extra-cmake-modules-native-5.81.0 Package porting on riscv target using meta-qt5-extra layer
#yocto
Hi Guys, I am facing compile-time issue (extra-cmake-modules-native-5.81.0 ). Using bitbake extra-cmake-modules it's compiled fine. It is dependent on other packages. Using bitbake extra-cmake-modules
Hi Guys, I am facing compile-time issue (extra-cmake-modules-native-5.81.0 ). Using bitbake extra-cmake-modules it's compiled fine. It is dependent on other packages. Using bitbake extra-cmake-modules
|
By
sateesh m
·
|
|
#dunfell #sdk #yocto
#dunfell
#sdk
#yocto
I am unable to build an extensible SDK for my RISC-V machine. Required Details: Also, I am able to build the normal SDK successfully. I ran this for my custom machine "cdac-ooo". MACHINE=cdac-ooo bitb
I am unable to build an extensible SDK for my RISC-V machine. Required Details: Also, I am able to build the normal SDK successfully. I ran this for my custom machine "cdac-ooo". MACHINE=cdac-ooo bitb
|
By
...
·
|
|
LINUX_VERSION_EXTENSION has no effect 4 messages
#dunfell
#yocto
#kernel
Bruce, It's an honor to get help from the author himself! I'm starting to understand why they have this: do_configure_prepend() { cp "${S}/arch/${ARCH}/configs/${KBUILD_DEFCONFIG}" "${B}/.config" || b
Bruce, It's an honor to get help from the author himself! I'm starting to understand why they have this: do_configure_prepend() { cp "${S}/arch/${ARCH}/configs/${KBUILD_DEFCONFIG}" "${B}/.config" || b
|
By
mrkozmic@...
·
|
|
kernel debugging in yocto image
#linux
#make
#yocto
#cmake
#kernel
Hi, I have been working on the audio driver. I am trying to access codec driver (TLV320AIC3104) connected to iMX8M over I2C3 and SAI2 lines. While checking for modprobe and modinfo of i2c driver, I'm
Hi, I have been working on the audio driver. I am trying to access codec driver (TLV320AIC3104) connected to iMX8M over I2C3 and SAI2 lines. While checking for modprobe and modinfo of i2c driver, I'm
|
By
Amrun Nisha.R
·
|
|
#yocto -third party licensimg 2 messages
#yocto
Hi Steven, Please see my comments inline wrote: I am a bit confused, but can try to show you what I typically do. In my custom meta-my-layer I add to layer.conf: #--> LICENSE_PATH += " ${LAYERDIR}/cus
Hi Steven, Please see my comments inline wrote: I am a bit confused, but can try to show you what I typically do. In my custom meta-my-layer I add to layer.conf: #--> LICENSE_PATH += " ${LAYERDIR}/cus
|
By
Robert Berger
·
|
|
scikit-learn
#gatesgarth
#yocto
hi guys, i am trying to build scikit-learn on yocto but i am getting error of setup.py ,it is showing failed i build all dependencies but it is giving error please try to give some i dea ERROR: python
hi guys, i am trying to build scikit-learn on yocto but i am getting error of setup.py ,it is showing failed i build all dependencies but it is giving error please try to give some i dea ERROR: python
|
By
...
·
|
|
Upgrading Nodejs from 10.x to 14.x in yocto Zeus 2 messages
#zeus
#yocto
Hi I am not an expert and my experience is limited, but I would try to create my own custom layer (see https://docs.yoctoproject.org/dev-manual/common-tasks.html, you probably already have one), and a
Hi I am not an expert and my experience is limited, but I would try to create my own custom layer (see https://docs.yoctoproject.org/dev-manual/common-tasks.html, you probably already have one), and a
|
By
Michael Opdenacker
·
|
|
regd pTest 2 messages
#systemd
#yocto
there is system integration testing that happens on autobuilders which you can check reports for ptests are generic and one can add more to a package but usually you will see that its trying to run th
there is system integration testing that happens on autobuilders which you can check reports for ptests are generic and one can add more to a package but usually you will see that its trying to run th
|
By
Khem Raj
·
|
|
Enable graphic in core-image-minimal for raspberrypi 2 messages
#yocto
minimal image is not ideal target as it is console only image perhaps use core-image-weston (wayland) or core-image-x11/core-image-sato ( X11 ) as starting point.
minimal image is not ideal target as it is console only image perhaps use core-image-weston (wayland) or core-image-x11/core-image-sato ( X11 ) as starting point.
|
By
Khem Raj
·
|
|
extra-cmake-modules 2 messages
#yocto
find if docs can be disabled during build, and perhaps that will get you moving forward
find if docs can be disabled during build, and perhaps that will get you moving forward
|
By
Khem Raj
·
|
|
Inactive service of hello world 3 messages
#yocto
To piggyback on that, it is possible to set Type=oneshot[1] for the service so that systemd considers the service to be up after it exited. I find it useful for init or migration scripts that another
To piggyback on that, it is possible to set Type=oneshot[1] for the service so that systemd considers the service to be up after it exited. I find it useful for init or migration scripts that another
|
By
Nicolas Jeker
·
|
|
Building Yocto on AWS container getting ERROR: The postinstall intercept hook 'update_icon_cache' failed, 5 messages
#yocto
For the error, i have tried installed below package in aws container libgdk-pixbuf2.0-0 in container, and added DEPENDS += "qemuwrapper-cross" in bb file. Will try the option building "core-image-mini
For the error, i have tried installed below package in aws container libgdk-pixbuf2.0-0 in container, and added DEPENDS += "qemuwrapper-cross" in bb file. Will try the option building "core-image-mini
|
By
mail2uvijay@...
·
|
|
Result of hello.service
#yocto
Hello, AFter creating hello.service, I want to know if this is correct because as saying Active:activated(auto-restart) (Result:exit-code) I really didn't understand iit that much, anyone can explain
Hello, AFter creating hello.service, I want to know if this is correct because as saying Active:activated(auto-restart) (Result:exit-code) I really didn't understand iit that much, anyone can explain
|
By
yasminebenghozzi6@...
·
|
|
Create a service on the raspberry pi 2 messages
#yocto
Hi, because you are using Yocto Project to generate your distribution you have to create a recipe that does what you need. In this case you need a systemd service. See here how to add a systemd servic
Hi, because you are using Yocto Project to generate your distribution you have to create a recipe that does what you need. In this case you need a systemd service. See here how to add a systemd servic
|
By
Marco Cavallini
·
|
|
Pyinstaller error in yocto 2 messages
#yocto
Hi, Please don't use screen shots, but pastebin instead. I already mentioned this on fb. My comments are inline. It misses ldd. It's here: https://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/rec
Hi, Please don't use screen shots, but pastebin instead. I already mentioned this on fb. My comments are inline. It misses ldd. It's here: https://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/rec
|
By
Robert Berger
·
|
|
Parserror while building the image 2 messages
#yocto
Update bitbake to support new overrides syntax.
Update bitbake to support new overrides syntax.
|
By
Martin Jansa
·
|
|
#linux #zeus #yocto #imx6 #bitbake #make
#make
#linux
#zeus
#yocto
#imx6
Hi! I would like to implement an out-of-tree ASoC Machine driver in my project. It #includes some in-tree header files such ../codecs/codecX.h. These are however not found when I try to build the reci
Hi! I would like to implement an out-of-tree ASoC Machine driver in my project. It #includes some in-tree header files such ../codecs/codecX.h. These are however not found when I try to build the reci
|
By
...
·
|
|
#yocto #dunfell Console Standard input dirty without "tools-sdk" image feature
#yocto
#dunfell
Using dunfell 3.1.8 Will post this inquiry while doing my own investigation. When outputting to the debug console that involves standard input(ex. busctl, systemctl status), the output seems misaligne
Using dunfell 3.1.8 Will post this inquiry while doing my own investigation. When outputting to the debug console that involves standard input(ex. busctl, systemctl status), the output seems misaligne
|
By
ivin.lim@...
·
|
|
meta-gnome error 2 messages
#yocto
this class is provided by meta-oe layer. Make sure you have meta-oe layer in your bblayers.conf > >
this class is provided by meta-oe layer. Make sure you have meta-oe layer in your bblayers.conf > >
|
By
Khem Raj
·
|