|
Remove connman package from yocto sdk.
Hi, Don't know if it works but was always wondering if adding PACKAGE_EXCLUDE = "connman" would be a way to know for sure at least one recipe that is "adding" connman to the image exists (and this als
Hi, Don't know if it works but was always wondering if adding PACKAGE_EXCLUDE = "connman" would be a way to know for sure at least one recipe that is "adding" connman to the image exists (and this als
|
By
Quentin Schulz
· #50111
·
|
|
ERRORS while building customized yocto image for Raspberrypi
#yocto
Hi Bhavya, Your S = "${WORKDIR}" is probably wrong then. Is there only a directory "at the root" of the tarball? I mean if you untar it, do you get one directory where all your source code is? In that
Hi Bhavya, Your S = "${WORKDIR}" is probably wrong then. Is there only a directory "at the root" of the tarball? I mean if you untar it, do you get one directory where all your source code is? In that
|
By
Quentin Schulz
· #50096
·
|
|
ERRORS while building customized yocto image for Raspberrypi
#yocto
Hi Bhavya, SRC_URI = "file://gsm-${PV}.tar.gz \ file://license" or SRC_URI = "file://gsm-${PV}.tar.gz" SRC_URI += "file://license" Quentin
Hi Bhavya, SRC_URI = "file://gsm-${PV}.tar.gz \ file://license" or SRC_URI = "file://gsm-${PV}.tar.gz" SRC_URI += "file://license" Quentin
|
By
Quentin Schulz
· #50079
·
|
|
meta-kirkwood layer
#yocto
Hi, I also see that there's only a kernel recipe. IIRC, kirkwood devices are supported in upstream linux, so you're probably fine using linux-yocto, copy paste and slightly modify the machine configur
Hi, I also see that there's only a kernel recipe. IIRC, kirkwood devices are supported in upstream linux, so you're probably fine using linux-yocto, copy paste and slightly modify the machine configur
|
By
Quentin Schulz
· #50051
·
|
|
Adding libgpiod to Yocto Warrior 4.19.35 image?
Hi Scott, IMAGE_INSTALL is the way to go. I recommend spending some time on watching https://www.youtube.com/playlist?list=PLD4M5FoHz-TxMfBFrDKfIS_GLY25Qsfyj Here you'll learn that you shouldn't reall
Hi Scott, IMAGE_INSTALL is the way to go. I recommend spending some time on watching https://www.youtube.com/playlist?list=PLD4M5FoHz-TxMfBFrDKfIS_GLY25Qsfyj Here you'll learn that you shouldn't reall
|
By
Quentin Schulz
· #50045
·
|
|
ERROR: iso-codes-4.4-r0
Hi Pankaj, Update your dunfell branch (should be at commit c253fd28ad26b4996666b0794dfee1d59c14e3ca) Quentin
Hi Pankaj, Update your dunfell branch (should be at commit c253fd28ad26b4996666b0794dfee1d59c14e3ca) Quentin
|
By
Quentin Schulz
· #49919
·
|
|
Configuring UIO to handle GPIO interrupt
#yocto
#linux
Hi Scott, Up till there, this discussion would probably fit some kernel communities more than the Yocto one. A few things though: - Bear in mind that using bitbake -c menuconfig virtual/kernel, the ch
Hi Scott, Up till there, this discussion would probably fit some kernel communities more than the Yocto one. A few things though: - Bear in mind that using bitbake -c menuconfig virtual/kernel, the ch
|
By
Quentin Schulz
· #49917
·
|
|
#yocto howto use deltask
#yocto
Hi, What about: pkg_postinst_ontarget_${PN}() { : } in your bbappend? This should effectively override the task from a bbappend (except if there are _append for the task). Can't comment on this being
Hi, What about: pkg_postinst_ontarget_${PN}() { : } in your bbappend? This should effectively override the task from a bbappend (except if there are _append for the task). Can't comment on this being
|
By
Quentin Schulz
· #49885
·
|
|
Building a clean image without using sstate-cache
Hi, IIUC, SSTATE_MIRRORS is just a way to prepopulate your local sstate-cache. So you'd need to have SSTATE_MIRRORS="" but also change SSTATE_DIR to some path where no sstate-cache is so that the loca
Hi, IIUC, SSTATE_MIRRORS is just a way to prepopulate your local sstate-cache. So you'd need to have SSTATE_MIRRORS="" but also change SSTATE_DIR to some path where no sstate-cache is so that the loca
|
By
Quentin Schulz
· #49882
·
|
|
Help creating zeek recipe
#yocto
Hi Gary, I'm not sure setup.py is supported for the project as it's empty? So distutils does not look correct to me. You have a makefile (inherit no classes, that;s the default) or Cmakelists (inherit
Hi Gary, I'm not sure setup.py is supported for the project as it's empty? So distutils does not look correct to me. You have a makefile (inherit no classes, that;s the default) or Cmakelists (inherit
|
By
Quentin Schulz
· #49881
·
|
|
The following packages have unmet dependencies: packagegroup-core-x11-base : Depends: packagegroup-core-x11-xserver but it is not going to be installed
#yocto
Hi Pankaj, packagegroup-core-x11-server is a recipe (well, both a recipe and a package) not a feature. If you want to add packagegroup-core-x11-server package to your image, you need to add it to IMAG
Hi Pankaj, packagegroup-core-x11-server is a recipe (well, both a recipe and a package) not a feature. If you want to add packagegroup-core-x11-server package to your image, you need to add it to IMAG
|
By
Quentin Schulz
· #49845
·
|
|
The following packages have unmet dependencies: packagegroup-core-x11-base : Depends: packagegroup-core-x11-xserver but it is not going to be installed
#yocto
Hi Pankaj, Missing x11 in DISTRO_FEATURES in your distro. http://cgit.openembedded.org/openembedded-core/tree/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb?h=master#n12 (I also
Hi Pankaj, Missing x11 in DISTRO_FEATURES in your distro. http://cgit.openembedded.org/openembedded-core/tree/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb?h=master#n12 (I also
|
By
Quentin Schulz
· #49829
·
|
|
#yocto
#yocto
Hi Pankaj,
By
Quentin Schulz
· #49823
·
|
|
How to install rrdtool-per package?
bitbake rrdtool -e and look for the line starting with PACKAGECONFIG. CHeck it's set to what you want, if not, look the lines above to understand why it's not set "correctly". Quentin
bitbake rrdtool -e and look for the line starting with PACKAGECONFIG. CHeck it's set to what you want, if not, look the lines above to understand why it's not set "correctly". Quentin
|
By
Quentin Schulz
· #49817
·
|
|
ERROR: Nothing PROVIDES 'core-image-sato'
#raspberrypi
#yocto
Hi, You have probably added core-image-sato to DEPENDS which is incorrect. You can't add an image recipe as a dependency. Quentin
Hi, You have probably added core-image-sato to DEPENDS which is incorrect. You can't add an image recipe as a dependency. Quentin
|
By
Quentin Schulz
· #49815
·
|
|
Need help understanding #devtool flow to library
#devtool
Hi Stephan, Libraries and binaries are stripped of the debug symbols before adding them to the "normal" package. The version with the debug symbols are usually in the -dbg package of your recipe. You
Hi Stephan, Libraries and binaries are stripped of the debug symbols before adding them to the "normal" package. The version with the debug symbols are usually in the -dbg package of your recipe. You
|
By
Quentin Schulz
· #49786
·
|
|
MACHINE and inc files
Hi Tomek, Because there is a misunderstanding on how _<override> works :) KERNEL_MODULE_AUTOLOAD_velismate += "A" KERNEL_MODULE_AUTOLOAD += "B" does not mean that you add A in case of velismate machin
Hi Tomek, Because there is a misunderstanding on how _<override> works :) KERNEL_MODULE_AUTOLOAD_velismate += "A" KERNEL_MODULE_AUTOLOAD += "B" does not mean that you add A in case of velismate machin
|
By
Quentin Schulz
· #49711
·
|
|
#yocto
#yocto
Hi, _append in most cases require a leading space, i.e. you want: DISTRO_FEATURES_append = " pam" Let us know if that fixes it. Quentin
Hi, _append in most cases require a leading space, i.e. you want: DISTRO_FEATURES_append = " pam" Let us know if that fixes it. Quentin
|
By
Quentin Schulz
· #49570
·
|
|
find utility alternative
Hi Damien, It is? https://git.busybox.net/busybox/tree/findutils/find.c#n206 You need to enable it in busybox config (you can use config fragments IIRC). layers.openembedded.org is your friend. For ex
Hi Damien, It is? https://git.busybox.net/busybox/tree/findutils/find.c#n206 You need to enable it in busybox config (you can use config fragments IIRC). layers.openembedded.org is your friend. For ex
|
By
Quentin Schulz
· #49558
·
|
|
Overwrite a bblcass globally
Hi Ayoub, BBPATH[1] is what's used to locate bbclasses. It's defined in your conf/layer.conf. You can either make sure your layer is parsed before the one having the original systemd.bbclass (in BBLAY
Hi Ayoub, BBPATH[1] is what's used to locate bbclasses. It's defined in your conf/layer.conf. You can either make sure your layer is parsed before the one having the original systemd.bbclass (in BBLAY
|
By
Quentin Schulz
· #49486
·
|