|
How to get packages version from an image recipe
#yocto
#linux
Hi Zakaria Probably the image manifest is what you are looking for? From https://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#image-generation-dev-environment : The manifest file (.m
Hi Zakaria Probably the image manifest is what you are looking for? From https://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#image-generation-dev-environment : The manifest file (.m
|
By
Nicolas Jeker
· #52301
·
|
|
Duplictae files gets created on opening any file in yocto for rpi cm3
#cm3
#dunfell
Are you using vim to edit the files? If yes, then take a look at "backup files": https://vimhelp.org/editing.txt.html#backup Be aware that vim possibly creates swap and undo files, too. https://vimhel
Are you using vim to edit the files? If yes, then take a look at "backup files": https://vimhelp.org/editing.txt.html#backup Be aware that vim possibly creates swap and undo files, too. https://vimhel
|
By
Nicolas Jeker
· #52284
·
|
|
RT patch for 5.4.74?
lists.yoctoproject.org wrote: This is the official download page for the RT patches: https://wiki.linuxfoundation.org/realtime/preempt_rt_versions There is also a section about which patches are activ
lists.yoctoproject.org wrote: This is the official download page for the RT patches: https://wiki.linuxfoundation.org/realtime/preempt_rt_versions There is also a section about which patches are activ
|
By
Nicolas Jeker
· #52242
·
|
|
[meta-virtualization]: dunfell docker run issues
Is your kernel actually configured with cgroups support? You need CONFIG_CGROUPS and many of the child configs. From your error message I suspect you're missing CONFIG_CGROUP_DEVICE, but that's just a
Is your kernel actually configured with cgroups support? You need CONFIG_CGROUPS and many of the child configs. From your error message I suspect you're missing CONFIG_CGROUP_DEVICE, but that's just a
|
By
Nicolas Jeker
· #52241
·
|
|
#yocto #kernel #zeus
#yocto
#kernel
#zeus
lists.yoctoproject.org wrote: The log indicates that it is missing a dependency which ships "rpc/rpc.h". Some googling turned up this discussion on the openembedded-core mailing list: https://lists.op
lists.yoctoproject.org wrote: The log indicates that it is missing a dependency which ships "rpc/rpc.h". Some googling turned up this discussion on the openembedded-core mailing list: https://lists.op
|
By
Nicolas Jeker
· #51642
·
|
|
#yocto
#yocto
Hi Steve lists.yoctoproject.org wrote: I'm not sure to what lines you refer by "banner", so I just wrote my thoughts to both below. Both are probably produced by getty, either util-linux-agetty or sys
Hi Steve lists.yoctoproject.org wrote: I'm not sure to what lines you refer by "banner", so I just wrote my thoughts to both below. Both are probably produced by getty, either util-linux-agetty or sys
|
By
Nicolas Jeker
· #51611
·
|
|
How to add python application into the build.
#python
#toolchain
Hi Vijay Reading and following the section about "Writing a New Recipe" in the manual is probably a good starting point: https://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#new-reci
Hi Vijay Reading and following the section about "Writing a New Recipe" in the manual is probably a good starting point: https://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#new-reci
|
By
Nicolas Jeker
· #51544
·
|
|
KeyError: 'getpwuid(): uid not found: 1000' in do_package phase
On a related note, the do_install reference in the manual gives some advice on how to use cp and tar without contaminating the build. The relevant part: Safe methods for installing files include the f
On a related note, the do_install reference in the manual gives some advice on how to use cp and tar without contaminating the build. The relevant part: Safe methods for installing files include the f
|
By
Nicolas Jeker
· #51407
·
|
|
Yocto recipe for Tailscale
#yocto
#golang
Hi Mike, lists.yoctoproject.org wrote: I usually search on the OpenEmbedded layer index: http://layers.openembedded.org/layerindex/branch/master/recipes/?q=tailscale Seems like you are right, there se
Hi Mike, lists.yoctoproject.org wrote: I usually search on the OpenEmbedded layer index: http://layers.openembedded.org/layerindex/branch/master/recipes/?q=tailscale Seems like you are right, there se
|
By
Nicolas Jeker
· #50722
·
|
|
Which recipe for Linux tools to run u-boot command inside Linux?
Hi JH, on Zeus it's very likely _not_ libubootenv that you need, you should try to install u-boot-fw-utils. As Yann wrote, the tools are in libubootenv since Dunfell, which is newer than Zeus.
Hi JH, on Zeus it's very likely _not_ libubootenv that you need, you should try to install u-boot-fw-utils. As Yann wrote, the tools are in libubootenv since Dunfell, which is newer than Zeus.
|
By
Nicolas Jeker
· #49277
·
|
|
Patching submodules
Is there a reason why you don't use a bbappend file with your patch in it in a custom layer? Something like this: package_ver.bbappend -------------------- FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}
Is there a reason why you don't use a bbappend file with your patch in it in a custom layer? Something like this: package_ver.bbappend -------------------- FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}
|
By
Nicolas Jeker
· #48871
·
|
|
Uboot NetBoot IMX8
By googling the error message I found a thread where somebody has the same question, but I wouldn't recommend following the advice there (running the yocto build as root). How do you extract the root
By googling the error message I found a thread where somebody has the same question, but I wouldn't recommend following the advice there (running the yocto build as root). How do you extract the root
|
By
Nicolas Jeker
· #48733
·
|
|
No rule to make target 'zImage'
I encountered the same problem when building a custom kernel. It works perfectly fine when I'm building it outside of yocto. First, I want to document the steps I followed. My yocto version is thud. I
I encountered the same problem when building a custom kernel. It works perfectly fine when I'm building it outside of yocto. First, I want to document the steps I followed. My yocto version is thud. I
|
By
Nicolas Jeker
· #46818
·
|