|
meta-egl failure: Nothing RPROVIDES polkit
oe-core and poky master already switched from mozjs to duktape with polkit. I've cherry-picked these changes for my own branches of older yocto releases. -Mikko
oe-core and poky master already switched from mozjs to duktape with polkit. I've cherry-picked these changes for my own branches of older yocto releases. -Mikko
|
By
...
· #57238
·
|
|
host file contamination with recipes using cmake and find_package
Hi, To me this looks wrong. If CMake is used and toolchain.cmake variables not overwritten, the sysroot path is set and openssl will be found from default system include directories inside sysroot and
Hi, To me this looks wrong. If CMake is used and toolchain.cmake variables not overwritten, the sysroot path is set and openssl will be found from default system include directories inside sysroot and
|
By
...
· #57204
·
|
|
host file contamination with recipes using cmake and find_package
Hi, Usually the problem is that the application CMakeLists.txt or other custom CMake snippet code is not obeying the bitbake generated toolchain.cmake file and the variables set there. I presume your
Hi, Usually the problem is that the application CMakeLists.txt or other custom CMake snippet code is not obeying the bitbake generated toolchain.cmake file and the variables set there. I presume your
|
By
...
· #57202
·
|
|
Custom DISTRO_VERSION with git describe
Hi, Good! Just a hint that you might want to set SDK_VERSION to the same. Cheers, -Mikko
Hi, Good! Just a hint that you might want to set SDK_VERSION to the same. Cheers, -Mikko
|
By
...
· #56937
·
|
|
Custom DISTRO_VERSION with git describe
Did you include the bbclass? Well I have in distro config: require classes/distroversion.bbclass which has a single python function def get_distro_version(d, dirty=True, abbrev=None): which basically
Did you include the bbclass? Well I have in distro config: require classes/distroversion.bbclass which has a single python function def get_distro_version(d, dirty=True, abbrev=None): which basically
|
By
...
· #56934
·
|
|
Custom DISTRO_VERSION with git describe
Hi, I would also add --always and --dirty to be sure non-tagged clones of repo work and builds with local modifications get marked as such. DISTRO_VERSION := "${@my_distro_version(d)}" That should do
Hi, I would also add --always and --dirty to be sure non-tagged clones of repo work and builds with local modifications get marked as such. DISTRO_VERSION := "${@my_distro_version(d)}" That should do
|
By
...
· #56931
·
|
|
[Question] How to handle GPLv3 packages?
Hi, util-linux is a meta package. Install the needed util-linux utilities separately, e.g. util-linux-mount, util-linux-umount. Also ptest you can build as distro feature if you don't install ptest pa
Hi, util-linux is a meta package. Install the needed util-linux utilities separately, e.g. util-linux-mount, util-linux-umount. Also ptest you can build as distro feature if you don't install ptest pa
|
By
...
· #56692
·
|
|
[Question] How to handle GPLv3 packages?
Hi I set INCOMPATIBLE_LICENSE_append = " GPLv3 GPLv3+ LGPLv3 LGPLv3+" but then allow compiling several recipes with those licenses as long as they don't end up on images and in the product. For exampl
Hi I set INCOMPATIBLE_LICENSE_append = " GPLv3 GPLv3+ LGPLv3 LGPLv3+" but then allow compiling several recipes with those licenses as long as they don't end up on images and in the product. For exampl
|
By
...
· #56675
·
|
|
How to manage disk space while working with Yocto?
Hi, This is a common problem. I run to this almost weekly basis doing a lot yocto compiles on my developer machine. Solution for me is to manually check before compiling that I still have 100's gigaby
Hi, This is a common problem. I run to this almost weekly basis doing a lot yocto compiles on my developer machine. Solution for me is to manually check before compiling that I still have 100's gigaby
|
By
...
· #56457
·
|
|
[oe] Inclusive Language Proposal for YP/OE
Hi, Please don't include CVE twice in the variable name, that's was annoying and just got used to the CVE_CHECK_WHITELIST one. CVE_CHECK_IGNORE would do. Cheers, -Mikko
Hi, Please don't include CVE twice in the variable name, that's was annoying and just got used to the CVE_CHECK_WHITELIST one. CVE_CHECK_IGNORE would do. Cheers, -Mikko
|
By
...
· #55978
·
|
|
[PATCH][meta-selinux][dunfell] MAINTAINERS: update email address
From: Armin Kuster <akuster808@...> Include example send-email Signed-off-by: Armin Kuster <akuster808@...> Signed-off-by: Joe MacDonald <joe@...> (cherry picked from commit 48038
From: Armin Kuster <akuster808@...> Include example send-email Signed-off-by: Armin Kuster <akuster808@...> Signed-off-by: Joe MacDonald <joe@...> (cherry picked from commit 48038
|
By
...
· #55084
·
|
|
Yocto Dunfell: u-boot-fw-utils ERROR
#imx6
#yocto
#dunfell
#swupdtae
#libubootenv
Hi, Multiple ways to fix this. One is to switch to using dunfell branches for the BSP SW stack, if they are available. Alternatively you can use the old zeus based BSP SW stack but for that you need t
Hi, Multiple ways to fix this. One is to switch to using dunfell branches for the BSP SW stack, if they are available. Alternatively you can use the old zeus based BSP SW stack but for that you need t
|
By
...
· #53184
·
|
|
[licensing] [yocto] Package names in IMAGE_MANIFEST and PACKAGES
Hi, FWIW, the mapping from binary package names recipes and recipe metadata like LICENSE is available from buildhistory. Also binary package content of images is available from buildhistory. With some
Hi, FWIW, the mapping from binary package names recipes and recipe metadata like LICENSE is available from buildhistory. Also binary package content of images is available from buildhistory. With some
|
By
...
· #52493
·
|
|
Kernel Header UAPI Issue
Hi, A kernel recipe will provide linux-libc-headers after a "make headers_install" call... So the SRC_URI of linux-libc-headers can be the same as from the linux kernel recipe, or linux kernel recipe
Hi, A kernel recipe will provide linux-libc-headers after a "make headers_install" call... So the SRC_URI of linux-libc-headers can be the same as from the linux kernel recipe, or linux kernel recipe
|
By
...
· #52455
·
|
|
Updating Yocto
Yes, we're talking about the same thing :) A lot of yocto things don't work well if major changes happen and WORKDIR isn't completely cleaned in between. With various BSP layers things can be even wor
Yes, we're talking about the same thing :) A lot of yocto things don't work well if major changes happen and WORKDIR isn't completely cleaned in between. With various BSP layers things can be even wor
|
By
...
· #52453
·
|
|
Kernel Header UAPI Issue
Hi, I know it's not the best or recommended approach, but I find it hard to avoid merging linux-libc-headers recipe with the actual kernel recipe that a distro is using. At least a static copy of some
Hi, I know it's not the best or recommended approach, but I find it hard to avoid merging linux-libc-headers recipe with the actual kernel recipe that a distro is using. At least a static copy of some
|
By
...
· #52451
·
|
|
Updating Yocto
Hi, When both yocto update and your own changes are modifying the same recipes, then conflicts can occur. If builds are failing, then your environment is breaking something. It might even be the BSP l
Hi, When both yocto update and your own changes are modifying the same recipes, then conflicts can occur. If builds are failing, then your environment is breaking something. It might even be the BSP l
|
By
...
· #52450
·
|
|
using SYSTEMD_SERVICE to disable a systemd service?
Hi, We do SYSTEMD_SERVICE_${PN} = "" a lot but reasons are a lot more complex. To properly tune target system boot, one really needs to fork most systemd service files. This is needed to set cgroups,
Hi, We do SYSTEMD_SERVICE_${PN} = "" a lot but reasons are a lot more complex. To properly tune target system boot, one really needs to fork most systemd service files. This is needed to set cgroups,
|
By
...
· #52185
·
|
|
[dunfell][PATCH v2 3/3] bitbake: fetch/git: download LFS content too during do_fetch
From: Matt Hoosier <matt.hoosier@...> Insert an explicit pass to fetch all blobs needed by Git LFS, during the fetch() function. This avoids the default behavior of Git LFS to wait until 'git c
From: Matt Hoosier <matt.hoosier@...> Insert an explicit pass to fetch all blobs needed by Git LFS, during the fetch() function. This avoids the default behavior of Git LFS to wait until 'git c
|
By
...
· #52150
·
|
|
[dunfell][PATCH v2 2/3] bitbake: git.py: Use the correct branch to check if the repository has LFS objects.
From: Mauro Queirós <maurofrqueiros@...> Function "contains_lfs" was only looking at the master branch when searching for LFS content. LFS may be configured in specific branches only, so we need
From: Mauro Queirós <maurofrqueiros@...> Function "contains_lfs" was only looking at the master branch when searching for LFS content. LFS may be configured in specific branches only, so we need
|
By
...
· #52149
·
|