|
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
·
|
|
Raspberrypi
#raspberrypi
you will need python3 in image IMAGE_INSTALL+= "python3" might be minimally needed. > >
you will need python3 in image IMAGE_INSTALL+= "python3" might be minimally needed. > >
|
By
Khem Raj
· #54491
·
|
|
[meta-rockchip][PATCH 2/2] linux-yocto_5.4: Drop bbappend
5.4 recipe has been dropped from oe-core Signed-off-by: Khem Raj <raj.khem@...> --- ...-Keep-rk3288-tinker-SD-card-IO-power.patch | 31 ------------------- recipes-kernel/linux/linux-yocto_5.4.bb
5.4 recipe has been dropped from oe-core Signed-off-by: Khem Raj <raj.khem@...> --- ...-Keep-rk3288-tinker-SD-card-IO-power.patch | 31 ------------------- recipes-kernel/linux/linux-yocto_5.4.bb
|
By
Khem Raj
· #54490
·
|
|
[meta-rockchip][PATCH 1/2] machines: Adjust for new location of tune files in core
Signed-off-by: Khem Raj <raj.khem@...> --- conf/machine/include/rk3066.inc | 2 +- conf/machine/include/rk3188.inc | 2 +- conf/machine/include/rk3288.inc | 2 +- conf/machine/include/rk3328.inc |
Signed-off-by: Khem Raj <raj.khem@...> --- conf/machine/include/rk3066.inc | 2 +- conf/machine/include/rk3188.inc | 2 +- conf/machine/include/rk3288.inc | 2 +- conf/machine/include/rk3328.inc |
|
By
Khem Raj
· #54489
·
|
|
Getting bitbake error after 54% recipes are baked.
#yocto
#dunfell
keep in mind that based upon how many vcores you allocate to VM will determine memory pressure as well. So if you have 2 cores perhaps 4GB is ok or maybe even 4 cores might workout ok but some bigger
keep in mind that based upon how many vcores you allocate to VM will determine memory pressure as well. So if you have 2 cores perhaps 4GB is ok or maybe even 4 cores might workout ok but some bigger
|
By
Khem Raj
· #54461
·
|
|
Getting bitbake error after 54% recipes are baked.
#yocto
#dunfell
how much DRAM is allocated.
how much DRAM is allocated.
|
By
Khem Raj
· #54455
·
|
|
[meta-mingw] [PATCH 1/3] protobuf: static link tools when generating sdk
This is not an inert change can it use some mingw specific override as well
This is not an inert change can it use some mingw specific override as well
|
By
Khem Raj
· #54426
·
|
|
Failed to boot kernel 5 after upgrading to Hardknott
Look at kernel kconfig options that should be enabled here https://cgit.freedesktop.org/systemd/systemd/tree/README#n38
Look at kernel kconfig options that should be enabled here https://cgit.freedesktop.org/systemd/systemd/tree/README#n38
|
By
Khem Raj
· #54417
·
|
|
[PATCH yocto-autobuilder-helper 1/2] auh-config: enable systemd only for glibc
<alex.kanavin@...> wrote: Interesting, outside AB we build extended world on musl and it works well. systemd porters usually port the patches as needed for musl yes, I think thats a fair point,
<alex.kanavin@...> wrote: Interesting, outside AB we build extended world on musl and it works well. systemd porters usually port the patches as needed for musl yes, I think thats a fair point,
|
By
Khem Raj
· #54413
·
|
|
Cannot build yocto anymore after updating all layers to current dunfell branch tips
https://github.com/openembedded/meta-openembedded/blob/dunfell/meta-multimedia/conf/layer.conf#L34 says it works with dunfell releases and depends on core and meta-python layers. So I wonder what rele
https://github.com/openembedded/meta-openembedded/blob/dunfell/meta-multimedia/conf/layer.conf#L34 says it works with dunfell releases and depends on core and meta-python layers. So I wonder what rele
|
By
Khem Raj
· #54404
·
|
|
[PATCH yocto-autobuilder-helper 1/2] auh-config: enable systemd only for glibc
Please report the problems to mailing list and we can try to help if they do not work with musl. We do support systemd/musl combination and try to keep it working this will limit testing this combinat
Please report the problems to mailing list and we can try to help if they do not work with musl. We do support systemd/musl combination and try to keep it working this will limit testing this combinat
|
By
Khem Raj
· #54403
·
|