|
Need help with CMake cross compile using libxml2
Hi Stephen, I think you may need to inherit pkgconfig class too if your cmake relies on this to find packages. Cheers, Quentin
Hi Stephen, I think you may need to inherit pkgconfig class too if your cmake relies on this to find packages. Cheers, Quentin
|
By
Quentin Schulz
· #59677
·
|
|
Compilation of z3gateway
Hi Hassan, I believe the issue is that the Makefile is not in your `S` directory. You can run `pwd` in do_install and check where the Makefile is relative to this path and update S to point to this or
Hi Hassan, I believe the issue is that the Makefile is not in your `S` directory. You can run `pwd` in do_install and check where the Makefile is relative to this path and update S to point to this or
|
By
Quentin Schulz
· #59676
·
|
|
[meta-raspberrypi] Enabling libcamera-apps
Hi, It seems it is only available in langdale and master (mickledore) branch in meta-raspberrypi layer, c.f. https://layers.openembedded.org/layerindex/recipe/327281/ It is also called rpi-libcamera-a
Hi, It seems it is only available in langdale and master (mickledore) branch in meta-raspberrypi layer, c.f. https://layers.openembedded.org/layerindex/recipe/327281/ It is also called rpi-libcamera-a
|
By
Quentin Schulz
· #59429
·
|
|
[meta-rockchip][PATCH] nanopi-r4s: add
Hi Trevor, s/R2S/R4S/ Cheers, Quentin
Hi Trevor, s/R2S/R4S/ Cheers, Quentin
|
By
Quentin Schulz
· #59321
·
|
|
ERROR: No recipes available for:
Hi Murali, bbappends are appending content to already existing recipes. There are two possible issues, for chromium_%.bbappend, no chromium recipe is found in the included layers, make sure the layer
Hi Murali, bbappends are appending content to already existing recipes. There are two possible issues, for chromium_%.bbappend, no chromium recipe is found in the included layers, make sure the layer
|
By
Quentin Schulz
· #59240
·
|
|
SSTATE_DIR by MACHINE target?
Hi Matt, Except because of a personal preference of having things spatially separated, it doesn't make much sense to me. When you're building for multiple machines, some sstate-cache is shared. Such i
Hi Matt, Except because of a personal preference of having things spatially separated, it doesn't make much sense to me. When you're building for multiple machines, some sstate-cache is shared. Such i
|
By
Quentin Schulz
· #59027
·
|
|
SSTATE_DIR by MACHINE target?
Hi Matt, What are you trying to do? Which problem are you trying to solve that would require this? It depends what exactly you want to do, because this would apply only to SSTATE cache for the recipes
Hi Matt, What are you trying to do? Which problem are you trying to solve that would require this? It depends what exactly you want to do, because this would apply only to SSTATE cache for the recipes
|
By
Quentin Schulz
· #59025
·
|
|
Remove kernel image and modules from rootfs
Hi Konstantin, So, you needed the extra :beaglebone-yocto because the machine configuration file is parsed after local.conf, therefore since beaglebone-yocto.conf file has: MACHINE_EXTRA_RRECOMMENDS =
Hi Konstantin, So, you needed the extra :beaglebone-yocto because the machine configuration file is parsed after local.conf, therefore since beaglebone-yocto.conf file has: MACHINE_EXTRA_RRECOMMENDS =
|
By
Quentin Schulz
· #58910
·
|
|
lsusb
Hi Ron, The package.manifest only contains packages so it's normal that lsusb does not appear there since there's no package *named* lsusb. E.g. there's no lsusb package in Debian, but you can install
Hi Ron, The package.manifest only contains packages so it's normal that lsusb does not appear there since there's no package *named* lsusb. E.g. there's no lsusb package in Debian, but you can install
|
By
Quentin Schulz
· #58901
·
|
|
bitbake controlling memory use
Hi Ferry, Just to add that bitbake now supports pressure thresholds (since Kirkstone release I believe): https://docs.yoctoproject.org/bitbake/bitbake-user-manual/bitbake-user-manual-ref-variables.htm
Hi Ferry, Just to add that bitbake now supports pressure thresholds (since Kirkstone release I believe): https://docs.yoctoproject.org/bitbake/bitbake-user-manual/bitbake-user-manual-ref-variables.htm
|
By
Quentin Schulz
· #58899
·
|
|
Remove kernel image and modules from rootfs
Hi Konstantin, This makes sense, I'll send a patch updating the documentation to reflect this change. I thought we already had discussed about this and someone sent a patch but doesn't seem so :/ No.
Hi Konstantin, This makes sense, I'll send a patch updating the documentation to reflect this change. I thought we already had discussed about this and someone sent a patch but doesn't seem so :/ No.
|
By
Quentin Schulz
· #58892
·
|
|
Private: Re: [yocto] Get target machine
Hi Iggy, Please keep the mailing list in copy. You tell Yocto to build for a specific MACHINE (this is the name of the variable) either from the command line when calling bitbake or in your local.conf
Hi Iggy, Please keep the mailing list in copy. You tell Yocto to build for a specific MACHINE (this is the name of the variable) either from the command line when calling bitbake or in your local.conf
|
By
Quentin Schulz
· #58716
·
|
|
Get target machine
Hi Iggy, You are building for a specific machine (MACHINE in your local.conf or via command line argument for example), so Yocto definitely knows it. Then your machine configuration file (the one in t
Hi Iggy, You are building for a specific machine (MACHINE in your local.conf or via command line argument for example), so Yocto definitely knows it. Then your machine configuration file (the one in t
|
By
Quentin Schulz
· #58707
·
|
|
how to specify the package version via RDEPENDS in package group
#bitbake
Hi Martin, As far as I remember, RDEPENDS is handled by the package manager when installing the package. So I imagine this is a way to make sure that a filesystem is not built with two packages that a
Hi Martin, As far as I remember, RDEPENDS is handled by the package manager when installing the package. So I imagine this is a way to make sure that a filesystem is not built with two packages that a
|
By
Quentin Schulz
· #58627
·
|
|
#kirkstone boot script section not added in the fitimage
#kirkstone
Hi Sébastien, The logic seems reasonable to me, yes. We could have used the deploy directory instead and depend on the do_deploy task instead of the do_populate_sysroot but I think it is actually safe
Hi Sébastien, The logic seems reasonable to me, yes. We could have used the deploy directory instead and depend on the do_deploy task instead of the do_populate_sysroot but I think it is actually safe
|
By
Quentin Schulz
· #58607
·
|
|
[meta-rockchip][PATCH] rockchip-defaults: remove xf86-input-keyboard
Hi Trevor, Reviewed-by: Quentin Schulz <foss+yocto@...> Thanks, Quentin
Hi Trevor, Reviewed-by: Quentin Schulz <foss+yocto@...> Thanks, Quentin
|
By
Quentin Schulz
· #58597
·
|
|
Image dependent variables/files in included recipes
Hi Maik, Development vs production is solved by using different distros. You can then have the same recipe but with different files (see (DISTRO)OVERRIDES mechanism for SRC_URI file:// files, c.f. htt
Hi Maik, Development vs production is solved by using different distros. You can then have the same recipe but with different files (see (DISTRO)OVERRIDES mechanism for SRC_URI file:// files, c.f. htt
|
By
Quentin Schulz
· #58588
·
|
|
[PATCH yocto-autobuilder-helper v2] scripts: run-docs-build: make the workdir pristine between tries
Hi all, Gentle ping. Cheers, Quentin
Hi all, Gentle ping. Cheers, Quentin
|
By
Quentin Schulz
· #58425
·
|
|
EXTRA_IMAGECMD:squashfs-xz support
Hi Jason, Sorry for the delay, your mail got lost in my pile of to-answer that never slims down apparently. I just tested on Kirkstone release, yocto-4.0.4 tag. It works as expected. Did you end up fi
Hi Jason, Sorry for the delay, your mail got lost in my pile of to-answer that never slims down apparently. I just tested on Kirkstone release, yocto-4.0.4 tag. It works as expected. Did you end up fi
|
By
Quentin Schulz
· #58424
·
|
|
SRC_URI file://f.tar and destination
Hi Mauro, Can you try ;subdir= parameter? c.f. https://docs.yoctoproject.org/bitbake/bitbake-user-manual/bitbake-user-manual-fetching.html#the-unpack Cheers, Quentin
Hi Mauro, Can you try ;subdir= parameter? c.f. https://docs.yoctoproject.org/bitbake/bitbake-user-manual/bitbake-user-manual-fetching.html#the-unpack Cheers, Quentin
|
By
Quentin Schulz
· #58272
·
|