|
Change initscript level
I tried this and I can see the correct values. Which version of poky/OE-core are you using? Can you try to bitbake -c cleansstate and build modutils-initscripts again?
I tried this and I can see the correct values. Which version of poky/OE-core are you using? Can you try to bitbake -c cleansstate and build modutils-initscripts again?
|
By
Anuj Mittal
· #39479
·
|
|
conf/machine/<machine.conf> in my custom layer doesn't get parsed
Hi Issac, Have you defined BBPATH in your layer.conf correctly? Thanks, Anuj
Hi Issac, Have you defined BBPATH in your layer.conf correctly? Thanks, Anuj
|
By
Anuj Mittal
· #39530
·
|
|
meta-ti layer failed with Daisy
Hi Satya, This is a very old version. Please update to one of the latest supported releases. This generally means that the bb file that this is an append for, wasn't found in any of the layers. Thanks
Hi Satya, This is a very old version. Please update to one of the latest supported releases. This generally means that the bb file that this is an append for, wasn't found in any of the layers. Thanks
|
By
Anuj Mittal
· #39531
·
|
|
conf/machine/<machine.conf> in my custom layer doesn't get parsed
I hope that this machine name, colibri-imx6, isn't being used in some other included layer as well ... meta-freescale-3rdparty/conf/machine/colibri-imx6.conf? Can you try changing the name? Thanks, An
I hope that this machine name, colibri-imx6, isn't being used in some other included layer as well ... meta-freescale-3rdparty/conf/machine/colibri-imx6.conf? Can you try changing the name? Thanks, An
|
By
Anuj Mittal
· #39534
·
|
|
Specifying MACHINE when setting up build environment
You can specify a local.conf.sample and have TEMPLATECONF point to the directory with that file in it. Please see scripts/oe-setup-builddir in poky/meta to see how it is picked up. Thanks, Anuj
You can specify a local.conf.sample and have TEMPLATECONF point to the directory with that file in it. Please see scripts/oe-setup-builddir in poky/meta to see how it is picked up. Thanks, Anuj
|
By
Anuj Mittal
· #39547
·
|
|
Error do_compile libepoxy
Yes, glx in libepoxy should be disabled if it is not in DISTRO_FEATURES. glx depends on gl and x11 so if it is to be enabled, both of them should be present. However, x11 without glx and just egl shou
Yes, glx in libepoxy should be disabled if it is not in DISTRO_FEATURES. glx depends on gl and x11 so if it is to be enabled, both of them should be present. However, x11 without glx and just egl shou
|
By
Anuj Mittal
· #39627
·
|
|
Error do_compile libepoxy
Oh yes, you're right. I was trying something out & didn't clean before sending. It should be: bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'glx', d) However, I think it'll probably still fail fo
Oh yes, you're right. I was trying something out & didn't clean before sending. It should be: bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'glx', d) However, I think it'll probably still fail fo
|
By
Anuj Mittal
· #39631
·
|
|
clutter-CRITICAL **: Unable to initialize clutter: Unable to Initialize the clutter backend: no available drivers found.
Are you using proprietary drivers? If libegl is coming from mesa, it will probably not work with proprietary drivers. Can you provide more details about your setup? Which layer(s) are you using etc. a
Are you using proprietary drivers? If libegl is coming from mesa, it will probably not work with proprietary drivers. Can you provide more details about your setup? Which layer(s) are you using etc. a
|
By
Anuj Mittal
· #39705
·
|
|
clutter-CRITICAL **: Unable to initialize clutter: Unable to Initialize the clutter backend: no available drivers found.
You're probably not using the correct user space DRI driver and/or xorg configuration. Maybe check out meta-ti layer to see if that works ... Thanks, Anuj
You're probably not using the correct user space DRI driver and/or xorg configuration. Maybe check out meta-ti layer to see if that works ... Thanks, Anuj
|
By
Anuj Mittal
· #39718
·
|
|
Remove nfs packages from image
I think it gets included by default using DISTRO_FEATURES_DEFAULT. So using DISTRO_FEATURES_remove = " nfs" should work. However, you may also want to define your own set of values for your distro for
I think it gets included by default using DISTRO_FEATURES_DEFAULT. So using DISTRO_FEATURES_remove = " nfs" should work. However, you may also want to define your own set of values for your distro for
|
By
Anuj Mittal
· #39773
·
|
|
[PATCH 2/3] poky: update default kernel to v4.15
Hi Bruce, Should this have been 4.15? Thanks, Anuj
Hi Bruce, Should this have been 4.15? Thanks, Anuj
|
By
Anuj Mittal
· #39913
·
|
|
[PATCH 2/3] poky: update default kernel to v4.15
Oh okay, thanks. I got confused because of the commit message. Thanks, Anuj
Oh okay, thanks. I got confused because of the commit message. Thanks, Anuj
|
By
Anuj Mittal
· #39915
·
|
|
Small documentation issue
This shows how to do it from a recipe. For a more up-to-date documentation: https://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#ref-classes-extrausers INHERIT is used in a configuratio
This shows how to do it from a recipe. For a more up-to-date documentation: https://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#ref-classes-extrausers INHERIT is used in a configuratio
|
By
Anuj Mittal
· #39954
·
|
|
Problem in the building phase - Yocto 2.4.1 for Siemens IoT 2040 (Intel Quark)
This error suggests that you are using an older version of meta-java. You should try to use the latest. Thanks, Anuj
This error suggests that you are using an older version of meta-java. You should try to use the latest. Thanks, Anuj
|
By
Anuj Mittal
· #39980
·
|
|
Yocto procedure to write generated image to hdd
Hi, Does the image boot up if you select 'boot'? Do you eventually get options to select storage media after all these 'not found' messages if you select 'install'? Can you share the logs? Thanks, Anu
Hi, Does the image boot up if you select 'boot'? Do you eventually get options to select storage media after all these 'not found' messages if you select 'install'? Can you share the logs? Thanks, Anu
|
By
Anuj Mittal
· #40035
·
|
|
Yocto procedure to write generated image to hdd
The error is probably coming from meta/recipes-core/initrdscripts/initramfs-framework/init. You can pass a boot parameter 'init_fatal_sh' and that should help you drop to a shell and debug this proble
The error is probably coming from meta/recipes-core/initrdscripts/initramfs-framework/init. You can pass a boot parameter 'init_fatal_sh' and that should help you drop to a shell and debug this proble
|
By
Anuj Mittal
· #40040
·
|
|
Adding custom scripts to home directory and /etc/init.d/*
You can inherit update-rc.d class and define INITSCRIPT_NAME/PARAMS in your recipe. https://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#ref-classes-update-rc.d
You can inherit update-rc.d class and define INITSCRIPT_NAME/PARAMS in your recipe. https://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#ref-classes-update-rc.d
|
By
Anuj Mittal
· #40095
·
|
|
[meta-yocto][PATCH 1/3] linux-yocto: update genericx86* SRCREVs for v4.15
Sync with stable kernel release 4.15.7 in oe-core. Signed-off-by: Anuj Mittal <anuj.mittal@...> --- meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.15.bbappend | 8 ++++---- 1 file changed, 4 i
Sync with stable kernel release 4.15.7 in oe-core. Signed-off-by: Anuj Mittal <anuj.mittal@...> --- meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.15.bbappend | 8 ++++---- 1 file changed, 4 i
|
By
Anuj Mittal
· #40143
·
|
|
[meta-yocto][PATCH 2/3] linux-yocto: update genericx86* SRCREVs for v4.14
Sync with stable kernel release 4.14.24 in oe-core. Signed-off-by: Anuj Mittal <anuj.mittal@...> --- meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.14.bbappend | 8 ++++---- 1 file changed, 4
Sync with stable kernel release 4.14.24 in oe-core. Signed-off-by: Anuj Mittal <anuj.mittal@...> --- meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.14.bbappend | 8 ++++---- 1 file changed, 4
|
By
Anuj Mittal
· #40142
·
|
|
[meta-yocto][PATCH 3/3] linux-yocto: update genericx86* SRCREVs for v4.12
Sync with 4.12.20 kernel changes in oe-core. Signed-off-by: Anuj Mittal <anuj.mittal@...> --- meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.12.bbappend | 4 ++-- 1 file changed, 2 insertions(
Sync with 4.12.20 kernel changes in oe-core. Signed-off-by: Anuj Mittal <anuj.mittal@...> --- meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.12.bbappend | 4 ++-- 1 file changed, 2 insertions(
|
By
Anuj Mittal
· #40144
·
|