Re: [yocto] Command line Variable

2024-05-07 Thread Bratiranjan Acharya
Hey Quentin, I wanted to extend my gratitude for your assistance. I found the solution in the Yocto manual, scripted accordingly, and after exporting, everything is functioning smoothly now. Your help was greatly appreciated! Thanks & Regards Brati On Tue, 7 May 2024 at 15:24, Quentin Schulz wr

Re: [yocto] Command line Variable

2024-05-07 Thread Quentin Schulz via lists.yoctoproject.org
Hi Brati, On 5/7/24 7:17 AM, Bratiranjan Acharya via lists.yoctoproject.org wrote: Hello there! I've recently experimented with incorporating the following lines into my recipe file: BB_ENV_PASSTHROUGH_ADDITIONS = "BUILD_ID" BUILD_ID ?= "none" However, despite these additions, I encountered a p

Re: [yocto] Command line Variable

2024-05-06 Thread Bratiranjan Acharya
Hello there! I've recently experimented with incorporating the following lines into my recipe file: BB_ENV_PASSTHROUGH_ADDITIONS = "BUILD_ID" BUILD_ID ?= "none" However, despite these additions, I encountered a persistent issue. Even after executing the command "BUILD_ID=123456 bitbake custom-img"

Re: [yocto] Command line Variable

2024-05-06 Thread Khem Raj
On Mon, May 6, 2024 at 9:25 PM Bratiranjan Acharya via lists.yoctoproject.org wrote: > > Hi, > Could we establish a tailored command within Yocto, taking to > "BUILD_ID=123456 bitbake custom-image" mirroring the functionality of > "MACHINE=x86 bitbake custom-image"? Essentially, I'm exploring th

[yocto] Command line Variable

2024-05-06 Thread Bratiranjan Acharya
Hi, Could we establish a tailored command within Yocto, taking to "BUILD_ID=123456 bitbake custom-image" mirroring the functionality of "MACHINE=x86 bitbake custom-image"? Essentially, I'm exploring the possibility of introducing a custom variable like of 'MACHINE' and executing it similarly from t