|
error when try to use sudo command in recipe
Build already use a fake root environment using pseudo to intercept the calls so this might not be out of line here. What is the original issue you are running into ?
Build already use a fake root environment using pseudo to intercept the calls so this might not be out of line here. What is the original issue you are running into ?
|
By
Khem Raj
· #59600
·
|
|
State of Yocto styleguide and oe-stylize.py script
oe-stylize.py is still the linter of choice but as you have noted it has been lacking on certain areas and wiki should be updated to match what it produces. It does need some TLC and patches are welco
oe-stylize.py is still the linter of choice but as you have noted it has been lacking on certain areas and wiki should be updated to match what it produces. It does need some TLC and patches are welco
|
By
Khem Raj
· #59418
·
|
|
resize2fs, what's provide this package
Martin you can use a tool called oe-pkgdata-util to operate on metadata for such things e.g. oe-pkgdata-util find-path "*resize2fs" would give you the names of output packages containing this binary O
Martin you can use a tool called oe-pkgdata-util to operate on metadata for such things e.g. oe-pkgdata-util find-path "*resize2fs" would give you the names of output packages containing this binary O
|
By
Khem Raj
· #59272
·
|
|
trying to install files when those files already exist
there are two recipes building same files which end up in same location on target rootfs. So you should either disable the in-kernel module or not include out of kernel module recipe
there are two recipes building same files which end up in same location on target rootfs. So you should either disable the in-kernel module or not include out of kernel module recipe
|
By
Khem Raj
· #59264
·
|
|
Can I specify a prebuilt version of toolchain only for kernel building?
before we start on that path, perhaps verify that you can run the kernel that you build with gcc 10.3 externally but manually building it and replacing it on target you can use a prebuilt toolchain fr
before we start on that path, perhaps verify that you can run the kernel that you build with gcc 10.3 externally but manually building it and replacing it on target you can use a prebuilt toolchain fr
|
By
Khem Raj
· #59256
·
|
|
Mold linker
Yes, lightly. I found it similar to lld in many cases, only used it on native links for chromium it seems to be better at parallelization.
Yes, lightly. I found it similar to lld in many cases, only used it on native links for chromium it seems to be better at parallelization.
|
By
Khem Raj
· #59230
·
|
|
Include Driver in my imx-image
#sdk
#yocto
#imx8
#kirkstone
#kernel
You can add a kernel config fragment disabling/enabling needed drivers during build and you can either build them into kernel proper or as kernel modules. If you build them as kmods then you have to a
You can add a kernel config fragment disabling/enabling needed drivers during build and you can either build them into kernel proper or as kernel modules. If you build them as kmods then you have to a
|
By
Khem Raj
· #59142
·
|
|
Error while adding " libimxvpuapi2" and "gstreamer" pkgs in my local.conf for imx8mplus
I think this is perhaps in right direction but I would suggest IMX_PLATFORM:mx8mp-nxp-bsp = "imx8mm"
I think this is perhaps in right direction but I would suggest IMX_PLATFORM:mx8mp-nxp-bsp = "imx8mm"
|
By
Khem Raj
· #59116
·
|
|
Error while adding " libimxvpuapi2" and "gstreamer" pkgs in my local.conf for imx8mplus
there should be a config.log file generated in the build dir of this component. Can you share that ?
there should be a config.log file generated in the build dir of this component. Can you share that ?
|
By
Khem Raj
· #59101
·
|
|
[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
·
|