|
[meta-mingw] [PATCH] libtirpc: Use a reactos fork of libtirpc for getting win32 support
Signed-off-by: Khem Raj <raj.khem@...> --- recipes-extended/libtirpc/libtirpc_%.bbappend | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 recipes-extended/libtirpc/libtirp
Signed-off-by: Khem Raj <raj.khem@...> --- recipes-extended/libtirpc/libtirpc_%.bbappend | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 recipes-extended/libtirpc/libtirp
|
By
Khem Raj
· #59086
·
|
|
Error while adding " libimxvpuapi2" and "gstreamer" pkgs in my local.conf for imx8mplus
Do you have ACCEPT_FSL_EULA = "1" set in config metadata e.g. local.conf or site.conf ?
Do you have ACCEPT_FSL_EULA = "1" set in config metadata e.g. local.conf or site.conf ?
|
By
Khem Raj
· #59061
·
|
|
Possible to replace gcc-runtime libraries & libgcc
#gplv3
#yocto
#llvm
I was merely replying to question about if llvm could replace it. For licensing related question I refrain because I don’t have expertise in that it’s best to consult some one who knows this stuff and
I was merely replying to question about if llvm could replace it. For licensing related question I refrain because I don’t have expertise in that it’s best to consult some one who knows this stuff and
|
By
Khem Raj
· #59014
·
|
|
Possible to replace gcc-runtime libraries & libgcc
#gplv3
#yocto
#llvm
You can do it to certain extent with meta-clang. Select RUNTIME = "llvm" in local.conf after including it. However, this is not going to be drop-in replacement due to some packages ( e.g. glibc ) stil
You can do it to certain extent with meta-clang. Select RUNTIME = "llvm" in local.conf after including it. However, this is not going to be drop-in replacement due to some packages ( e.g. glibc ) stil
|
By
Khem Raj
· #59011
·
|
|
gn-native_106.0.5249.119.bb:do_compile failed with exit code '1'
Can you try installing libstdc++-dev on your build machine ?
Can you try installing libstdc++-dev on your build machine ?
|
By
Khem Raj
· #59005
·
|
|
[langdale] dropbear recipe fails to parse without pam in DISTRO_FEATURES
try something like below it will remove the positional requirement. --- a/meta/recipes-core/dropbear/dropbear_2022.83.bb +++ b/meta/recipes-core/dropbear/dropbear_2022.83.bb @@ -27,7 +27,8 @@ SRC_URI[
try something like below it will remove the positional requirement. --- a/meta/recipes-core/dropbear/dropbear_2022.83.bb +++ b/meta/recipes-core/dropbear/dropbear_2022.83.bb @@ -27,7 +27,8 @@ SRC_URI[
|
By
Khem Raj
· #58980
·
|
|
meta-selinux: ERROR: nothing provides coreutils needed by packagegroup-core-selinux
Does your distro policy inhibit GPL-3.0 ? if so then the error is right. If your distro does not want coreutils then you may have to look through other options to get selinux working. I am not sure if
Does your distro policy inhibit GPL-3.0 ? if so then the error is right. If your distro does not want coreutils then you may have to look through other options to get selinux working. I am not sure if
|
By
Khem Raj
· #58979
·
|
|
gn native do compile fails
you need to install C++ runtime or perhaps its there but clang is not able to find it. If you add libcxx-native to dependencies it might fix it.
you need to install C++ runtime or perhaps its there but clang is not able to find it. If you add libcxx-native to dependencies it might fix it.
|
By
Khem Raj
· #58972
·
|
|
[meta-rockchip][PATCH] layer.conf: Update LAYERSERIES_COMPAT for mickledore
LOL :). Depends whose CI was noticed first.
LOL :). Depends whose CI was noticed first.
|
By
Khem Raj
· #58919
·
|
|
[meta-rockchip][PATCH] layer.conf: Update LAYERSERIES_COMPAT for mickledore
oe-core switched to mickedore [1] [1] https://git.openembedded.org/openembedded-core/commit/?id=57239d66b933c4313cf331d35d13ec2d0661c38f Signed-off-by: Khem Raj <raj.khem@...> --- conf/layer.con
oe-core switched to mickedore [1] [1] https://git.openembedded.org/openembedded-core/commit/?id=57239d66b933c4313cf331d35d13ec2d0661c38f Signed-off-by: Khem Raj <raj.khem@...> --- conf/layer.con
|
By
Khem Raj
· #58916
·
|
|
lsusb
Try IMAGE_INSTALL_append = " usbutils-python"
Try IMAGE_INSTALL_append = " usbutils-python"
|
By
Khem Raj
· #58858
·
|
|
Missing stropts.h header file - Dunfell
it should be part of glibc-devel package build from glibc recipe. can you describe your usecase where you need it ? > > >
it should be part of glibc-devel package build from glibc recipe. can you describe your usecase where you need it ? > > >
|
By
Khem Raj
· #58752
·
|
|
How to maintain meta layer with different versions of recipes?
see how xorg.conf is defined for different qemu based machines in xserver-xf86-config recipe [1] [1] https://git.yoctoproject.org/poky/tree/meta/recipes-graphics/xorg-xserver/xserver-xf86-config > >
see how xorg.conf is defined for different qemu based machines in xserver-xf86-config recipe [1] [1] https://git.yoctoproject.org/poky/tree/meta/recipes-graphics/xorg-xserver/xserver-xf86-config > >
|
By
Khem Raj
· #58738
·
|
|
How to maintain meta layer with different versions of recipes?
Few things comes to mind. You could deploy the systemd unit fragment strategy https://wiki.archlinux.org/title/systemd#Drop-in_files so any customizations you have could be done via these drop-ins and
Few things comes to mind. You could deploy the systemd unit fragment strategy https://wiki.archlinux.org/title/systemd#Drop-in_files so any customizations you have could be done via these drop-ins and
|
By
Khem Raj
· #58729
·
|
|
[Openembedded-architecture] Y2038 proposal
<alex.kanavin@...> wrote: I have something like this on yoe/mut branch on contrib repo ( due to musl removing the LFS hacks). However there are packages which need to be fixed at build time. thi
<alex.kanavin@...> wrote: I have something like this on yoe/mut branch on contrib repo ( due to musl removing the LFS hacks). However there are packages which need to be fixed at build time. thi
|
By
Khem Raj
· #58681
·
|
|
Fixing package dependencies across recipe versions?
This is true and it happens because they all provide something commonly, perhaps virtual/libc or somesuch. However, each one of them does not replace exact providers so they must match for one to over
This is true and it happens because they all provide something commonly, perhaps virtual/libc or somesuch. However, each one of them does not replace exact providers so they must match for one to over
|
By
Khem Raj
· #58662
·
|
|
Adding realm in yocto
#zeus
<poornesh.g@...> wrote: always look into layerindex for available packages. A search for realmd reveals that there is no recipe for it. So you have to write one https://layers.openembedded.or
<poornesh.g@...> wrote: always look into layerindex for available packages. A search for realmd reveals that there is no recipe for it. So you have to write one https://layers.openembedded.or
|
By
Khem Raj
· #58661
·
|
|
unable to find u-boot config file in existing BSP
.config should be in build tree of u-boot, when you do bitbake u-boot, please look into the builddir of u-boot under work folder
.config should be in build tree of u-boot, when you do bitbake u-boot, please look into the builddir of u-boot under work folder
|
By
Khem Raj
· #58660
·
|
|
Building a dhcp recipe separately for dhcrelay and dhclient
#yocto
On Tue, Nov 29, 2022 at 10:07 AM Vaijayanthi via lists.yoctoproject.org <vaijayanthi=silver-peak.com@...> wrote: what are benefits of having separate recipes for them? I would say c
On Tue, Nov 29, 2022 at 10:07 AM Vaijayanthi via lists.yoctoproject.org <vaijayanthi=silver-peak.com@...> wrote: what are benefits of having separate recipes for them? I would say c
|
By
Khem Raj
· #58659
·
|
|
Error while bitbake
#dunfell
Look into the logs in the rootfs build area and it might reveal the underlying problem perhaps some missing library or qemu user mode crash could be the reason
Look into the logs in the rootfs build area and it might reveal the underlying problem perhaps some missing library or qemu user mode crash could be the reason
|
By
Khem Raj
· #58573
·
|