|
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
·
|
|
Unable to add gdbserver to the Yocto build
#yocto
whats your target architecture ? sometimes gdbserver port may not be available for a given arch.
whats your target architecture ? sometimes gdbserver port may not be available for a given arch.
|
By
Khem Raj
· #54386
·
|
|
#yocto debbuging option under zeus
#yocto
what you are looking for is perhaps achieved better by setting a feedserver on your buildmachine and then let your target download/update packages much like other distributions in local.conf set PACKA
what you are looking for is perhaps achieved better by setting a feedserver on your buildmachine and then let your target download/update packages much like other distributions in local.conf set PACKA
|
By
Khem Raj
· #54384
·
|
|
cross compile python
#raspberrypi
Sure, you will have to write a recipe to package your python script. you can use devtool if your scripts are in a git repo then it can generate a template recipe for you which you can use as baseline
Sure, you will have to write a recipe to package your python script. you can use devtool if your scripts are in a git repo then it can generate a template recipe for you which you can use as baseline
|
By
Khem Raj
· #54319
·
|
|
Recipe dependent on Debian package - How should I approach?
#debian
#yocto
Please post full compiler cmdline, it will show what all include paths are specified. If systemd is added to DEPENDS and also ensure you are using systemd for init system as well. Search for sd-daemon
Please post full compiler cmdline, it will show what all include paths are specified. If systemd is added to DEPENDS and also ensure you are using systemd for init system as well. Search for sd-daemon
|
By
Khem Raj
· #54318
·
|
|
[meta-rockchip][PATCH v2 1/2] layer: Convert to new override syntax
sounds good.
By
Khem Raj
· #54313
·
|
|
[meta-rockchip][PATCH 1/2] layer: Convert to new override syntax
please use v2
By
Khem Raj
· #54297
·
|
|
[meta-rockchip][PATCH v2 2/2] layer.conf: Drop compatibility with older than hardknott releases
New override syntax requires it Signed-off-by: Khem Raj <raj.khem@...> --- v2: Rebase conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/lay
New override syntax requires it Signed-off-by: Khem Raj <raj.khem@...> --- v2: Rebase conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/lay
|
By
Khem Raj
· #54296
·
|
|
[meta-rockchip][PATCH v2 1/2] layer: Convert to new override syntax
Signed-off-by: Khem Raj <raj.khem@...> --- v2: Fix remaining appends classes/rockchip-gpt-img.bbclass | 2 +- conf/machine/include/rockchip-wic.inc | 2 +- .../recipes-qt/qt5/qtbase_%.bbappend | 1
Signed-off-by: Khem Raj <raj.khem@...> --- v2: Fix remaining appends classes/rockchip-gpt-img.bbclass | 2 +- conf/machine/include/rockchip-wic.inc | 2 +- .../recipes-qt/qt5/qtbase_%.bbappend | 1
|
By
Khem Raj
· #54295
·
|
|
[meta-rockchip][PATCH 2/2] layer.conf: Drop compatibility with older than hardknott releases
New override syntax requires it Signed-off-by: Khem Raj <raj.khem@...> --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf ind
New override syntax requires it Signed-off-by: Khem Raj <raj.khem@...> --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf ind
|
By
Khem Raj
· #54291
·
|
|
[meta-rockchip][PATCH 1/2] layer: Convert to new override syntax
Signed-off-by: Khem Raj <raj.khem@...> --- classes/rockchip-gpt-img.bbclass | 2 +- conf/machine/include/rockchip-wic.inc | 2 +- dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend | 6 +++-
Signed-off-by: Khem Raj <raj.khem@...> --- classes/rockchip-gpt-img.bbclass | 2 +- conf/machine/include/rockchip-wic.inc | 2 +- dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend | 6 +++-
|
By
Khem Raj
· #54290
·
|