|
[meta-rockchip][PATCH] use uuid instead of hard-coding root device
are you both using systemd or sysvinit
are you both using systemd or sysvinit
|
By
Khem Raj
· #54829
·
|
|
Using bitbake with external SDK
#sdk
#zeus
#toolchain
if its eSDK then you can, with standard application SDK not so much.
if its eSDK then you can, with standard application SDK not so much.
|
By
Khem Raj
· #54820
·
|
|
googletest shared library
look into package-split/ directory inside googletest build area and see how things changes when you use SOLIBS option. I wonder why its ignoring .h files
look into package-split/ directory inside googletest build area and see how things changes when you use SOLIBS option. I wonder why its ignoring .h files
|
By
Khem Raj
· #54819
·
|
|
[meta-rockchip][PATCH] use uuid instead of hard-coding root device
yes was seeing same. Can you turn this into a patch and send?
yes was seeing same. Can you turn this into a patch and send?
|
By
Khem Raj
· #54802
·
|
|
Permission denied with NFS shared download and sstate-cache
its trying to create the file with 0600 mask. I wonder whats your global umask set to. and perhaps the user is not same when bitbake it running ?
its trying to create the file with 0600 mask. I wonder whats your global umask set to. and perhaps the user is not same when bitbake it running ?
|
By
Khem Raj
· #54796
·
|
|
googletest shared library
The .h files will be in dev pkg in this case googletest-dev what happens if you add googletest to TOOLCHAIN_TARGET_TASK
The .h files will be in dev pkg in this case googletest-dev what happens if you add googletest to TOOLCHAIN_TARGET_TASK
|
By
Khem Raj
· #54794
·
|
|
Sharing sstate cache across build nodes
yes if you use uninative ( which is default in poky) then it should be able to share across multiple build hosts. if you preserve PR server data then you should be good. sstate can be regenerated.
yes if you use uninative ( which is default in poky) then it should be able to share across multiple build hosts. if you preserve PR server data then you should be good. sstate can be regenerated.
|
By
Khem Raj
· #54735
·
|
|
How to build yocto image with Desktop
#dunfell
there is core-image-x11 which will be bareminimal and core-image-weston if you want to use wayland/weston based desktop. if you like XFCE for desktop then close meta-openembedded and add meta-oe and m
there is core-image-x11 which will be bareminimal and core-image-weston if you want to use wayland/weston based desktop. if you like XFCE for desktop then close meta-openembedded and add meta-oe and m
|
By
Khem Raj
· #54728
·
|
|
multilib SDK
you should check the dependencies and ensure they are multilib safe sometimes dependencies could be hardcodes and cross the multilib boundaries accidentally > >
you should check the dependencies and ensure they are multilib safe sometimes dependencies could be hardcodes and cross the multilib boundaries accidentally > >
|
By
Khem Raj
· #54723
·
|
|
multilib SDK
I think since kernel is 64bit it might be building some tools and packages to support kernel builds. Is there a specific need to not build 64bit userspace completely ? > >
I think since kernel is 64bit it might be building some tools and packages to support kernel builds. Is there a specific need to not build 64bit userspace completely ? > >
|
By
Khem Raj
· #54721
·
|
|
regd pTest
#systemd
#yocto
there is system integration testing that happens on autobuilders which you can check reports for ptests are generic and one can add more to a package but usually you will see that its trying to run th
there is system integration testing that happens on autobuilders which you can check reports for ptests are generic and one can add more to a package but usually you will see that its trying to run th
|
By
Khem Raj
· #54690
·
|
|
Enable graphic in core-image-minimal for raspberrypi
#yocto
minimal image is not ideal target as it is console only image perhaps use core-image-weston (wayland) or core-image-x11/core-image-sato ( X11 ) as starting point.
minimal image is not ideal target as it is console only image perhaps use core-image-weston (wayland) or core-image-x11/core-image-sato ( X11 ) as starting point.
|
By
Khem Raj
· #54689
·
|
|
extra-cmake-modules
#yocto
find if docs can be disabled during build, and perhaps that will get you moving forward
find if docs can be disabled during build, and perhaps that will get you moving forward
|
By
Khem Raj
· #54688
·
|
|
Debating best tool to use
Yes, it lets you build custom Linux distribution and eases the way to add needed customization that one might require.
Yes, it lets you build custom Linux distribution and eases the way to add needed customization that one might require.
|
By
Khem Raj
· #54656
·
|
|
Building Yocto on AWS container getting ERROR: The postinstall intercept hook 'update_icon_cache' failed,
#yocto
Usually these errors pop up when qemu usermode fails to run the needed programs during cross build. check the logs thoroughly and see if it leaves traces when executing update_icon_cache of any such i
Usually these errors pop up when qemu usermode fails to run the needed programs during cross build. check the logs thoroughly and see if it leaves traces when executing update_icon_cache of any such i
|
By
Khem Raj
· #54655
·
|
|
porting riscv on openjdk
please use https://github.com/riscv/riscv-openjdk fork.
please use https://github.com/riscv/riscv-openjdk fork.
|
By
Khem Raj
· #54633
·
|
|
Issue baking a new layer for a custom kernel
#kernel
ensure that you are using same release branches for all layer repos generally RDEPENDS and RRECOMMENDS should be replaced with RDEPENDS_<pkgname> etc.
ensure that you are using same release branches for all layer repos generally RDEPENDS and RRECOMMENDS should be replaced with RDEPENDS_<pkgname> etc.
|
By
Khem Raj
· #54632
·
|
|
editing Makefile after configure stage to disable -Werror
Please try backporting this fix https://sourceware.org/git/?p=elfutils.git;a=commit;h=a01938d584b91e747167bb4b3f30ec300c4d6e43 if this is not enough then I think you just need to edit config/eu.am to
Please try backporting this fix https://sourceware.org/git/?p=elfutils.git;a=commit;h=a01938d584b91e747167bb4b3f30ec300c4d6e43 if this is not enough then I think you just need to edit config/eu.am to
|
By
Khem Raj
· #54624
·
|
|
meta-gnome error
#yocto
this class is provided by meta-oe layer. Make sure you have meta-oe layer in your bblayers.conf > >
this class is provided by meta-oe layer. Make sure you have meta-oe layer in your bblayers.conf > >
|
By
Khem Raj
· #54540
·
|
|
Wayland and X11 on Yocto
x11-* features is primarily to control what kind of x11 packages you want to include in image e.g. ./meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb is pulled in when x11-sato is added t
x11-* features is primarily to control what kind of x11 packages you want to include in image e.g. ./meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb is pulled in when x11-sato is added t
|
By
Khem Raj
· #54495
·
|