|
Automate updating of SRCREV
Hey, maybe somebody already has something for this before I reinvent the wheel ;-) We've several internal tools that mostly have their own CI and are referenced in our yocto layers to be picked up by
Hey, maybe somebody already has something for this before I reinvent the wheel ;-) We've several internal tools that mostly have their own CI and are referenced in our yocto layers to be picked up by
|
By
Oliver Westermann
· #53518
·
|
|
NPM Fetcher & License collection in Yocto Zeus
Hey, I figured to squeeze in a test and it seems that this is solved in Dunfell, at least I can’t trigger it even when trying and the folder structure used in the work directory has changed -> No issu
Hey, I figured to squeeze in a test and it seems that this is solved in Dunfell, at least I can’t trigger it even when trying and the folder structure used in the work directory has changed -> No issu
|
By
Oliver Westermann
· #52083
·
|
|
NPM Fetcher & License collection in Yocto Zeus
Hey, We’ve upgraded to zeus some time ago and also updated some of our recipes around node-red and it’s nodes. Before I created my own class to easily fetch several nodes, now we used devtool to creat
Hey, We’ve upgraded to zeus some time ago and also updated some of our recipes around node-red and it’s nodes. Before I created my own class to easily fetch several nodes, now we used devtool to creat
|
By
Oliver Westermann
· #52065
·
|
|
Yocto uses older PV instead of newest - how to figure out why?
Hey, we're porting our yocto from an older NXP iMX release to their newest BSP, upgrading yocto in the process from sumo to zeus. Using their current setup, the layers provide one recipe in two versio
Hey, we're porting our yocto from an older NXP iMX release to their newest BSP, upgrading yocto in the process from sumo to zeus. Using their current setup, the layers provide one recipe in two versio
|
By
Oliver Westermann
· #50329
·
|
|
Autoupdate of versions in specific recipes
#yocto
Thanks for the link, I will check it out.
Thanks for the link, I will check it out.
|
By
Oliver Westermann
· #49351
·
|
|
Autoupdate of versions in specific recipes
#yocto
Hey, Is there a feature in yocto, similar to ${AUTOREV}, which allows to check for updates and modify a recipe? Background: We've a setup which is build upon the yocto project. We've a base git projec
Hey, Is there a feature in yocto, similar to ${AUTOREV}, which allows to check for updates and modify a recipe? Background: We've a setup which is build upon the yocto project. We've a base git projec
|
By
Oliver Westermann
· #49348
·
|
|
Fw: Reducing rootfs size in yocto
Do you need the -dev version of boost on the device?
Do you need the -dev version of boost on the device?
|
By
Oliver Westermann
· #48975
·
|
|
What are the key factors for yocto build speed?
When has a company ever given you a card blanche for equipment? :D There is a budget and I just need to write down a good argument to spend it on something like this, the amount depends heavily on the
When has a company ever given you a card blanche for equipment? :D There is a budget and I just need to write down a good argument to spend it on something like this, the amount depends heavily on the
|
By
Oliver Westermann
· #48884
·
|
|
What are the key factors for yocto build speed?
Thanks for all the replies here, had some long days so no earlier answers. I did test this on my home rig (2600X, 16G RAM) and it took ~ 24h until I aborted. Is this expected? I did not yet try on the
Thanks for all the replies here, had some long days so no earlier answers. I did test this on my home rig (2600X, 16G RAM) and it took ~ 24h until I aborted. Is this expected? I did not yet try on the
|
By
Oliver Westermann
· #48883
·
|
|
What are the key factors for yocto build speed?
Hey, We're currently using a VM on Windows and it's a lot slower than the native linux build (which is expected). We're looking into getting a dedicated build server for our team (basically a self-bui
Hey, We're currently using a VM on Windows and it's a lot slower than the native linux build (which is expected). We're looking into getting a dedicated build server for our team (basically a self-bui
|
By
Oliver Westermann
· #48808
·
|
|
How to figure out what triggers the rebuild of a certain task/recipe
Hey, I’m debugging a issue in the sdcard generation recipe of a NXP provided class (image_types_fsl). So I’m only interested in their workings of the do_image_sdcard step, however yocto rebuilds the c
Hey, I’m debugging a issue in the sdcard generation recipe of a NXP provided class (image_types_fsl). So I’m only interested in their workings of the do_image_sdcard step, however yocto rebuilds the c
|
By
Oliver Westermann
· #48346
·
|
|
[EXTERNAL] Re: [yocto] Clarifying install vs deploy
Thanks, that destinction makes it a lot clearer and sounds pretty clear to me. It also explains why we saw do_deploy a lot last week since we we're working with our bootloaders, which generally need t
Thanks, that destinction makes it a lot clearer and sounds pretty clear to me. It also explains why we saw do_deploy a lot last week since we we're working with our bootloaders, which generally need t
|
By
Oliver Westermann
· #48327
·
|
|
Clarifying install vs deploy
I was asked by a colleague for the difference between do_deploy and do_install, which I both used mostly by checking similar recipes and copying their methods, but now I'm having some questions as wel
I was asked by a colleague for the difference between do_deploy and do_install, which I both used mostly by checking similar recipes and copying their methods, but now I'm having some questions as wel
|
By
Oliver Westermann
· #48324
·
|
|
[EXTERNAL] Re: Issues adding bare meta toolchain to yocto build
Thanks for all the help so far, I have a working recipe which installs the whole toolchain to /usr/bin and uses that from another recipe :) I'm still having issues here: I've tried to extend SYSROOOT_
Thanks for all the help so far, I have a working recipe which installs the whole toolchain to /usr/bin and uses that from another recipe :) I'm still having issues here: I've tried to extend SYSROOOT_
|
By
Oliver Westermann
· #47055
·
|
|
[EXTERNAL] Re: Issues adding bare meta toolchain to yocto build
Oh, I have to admit I'm pretty new to the concept of the native packages. Where can I find the list of files that are considered to be installed into a "native" packages sysroot? An good option for me
Oh, I have to admit I'm pretty new to the concept of the native packages. Where can I find the list of files that are considered to be installed into a "native" packages sysroot? An good option for me
|
By
Oliver Westermann
· #47046
·
|
|
Issues adding bare meta toolchain to yocto build
Oh, I have to admit I'm pretty new to the concept of the native packages. Where can I find the list of files that are considered to be installed into a "native" packages sysroot? An good option for me
Oh, I have to admit I'm pretty new to the concept of the native packages. Where can I find the list of files that are considered to be installed into a "native" packages sysroot? An good option for me
|
By
Oliver Westermann
· #47044
·
|
|
[EXTERNAL] Re: Issues adding bare meta toolchain to yocto build
Sorry to ask dumb questions, but what do you mean by "this directory"? The toolchain directory created by the TI recipe? Shouldn't that be handled by FILES_${PN}? Again, might be a stupid missundersta
Sorry to ask dumb questions, but what do you mean by "this directory"? The toolchain directory created by the TI recipe? Shouldn't that be handled by FILES_${PN}? Again, might be a stupid missundersta
|
By
Oliver Westermann
· #47039
·
|
|
Issues adding bare meta toolchain to yocto build
Hey, I'm having issues adding a build for a bare metal target to my yocto toolchain. I've a NXP SoC with a M4 core and I would like to integrate the M4 binary build into yocto. My M4 binary has a CMAK
Hey, I'm having issues adding a build for a bare metal target to my yocto toolchain. I've a NXP SoC with a M4 core and I would like to integrate the M4 binary build into yocto. My M4 binary has a CMAK
|
By
Oliver Westermann
· #47023
·
|
|
Transfer meta-data between recipes
Hey, I’m trying to implement a bootloader-signing mechanism within yocto for extended secure-boot support. The bootloader and it’s recipes are provided by NXP (in this case it’s the imx-boot_*.bb reci
Hey, I’m trying to implement a bootloader-signing mechanism within yocto for extended secure-boot support. The bootloader and it’s recipes are provided by NXP (in this case it’s the imx-boot_*.bb reci
|
By
Oliver Westermann
· #46753
·
|
|
Debugging deployment of kernel image
Hey, I’m currently in the process of updating our yocto (sumo) with a new kernel version from a supplier (NXP) and I’m having some issues, we somehow broke deployment of the linux kernel: I get the Im
Hey, I’m currently in the process of updating our yocto (sumo) with a new kernel version from a supplier (NXP) and I’m having some issues, we somehow broke deployment of the linux kernel: I get the Im
|
By
Oliver Westermann
· #45443
·
|