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
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
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"
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
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