|
Dependencies between recipes
Hello,
I'm stucking a little bit by compiling a cmake application which has dependencies
on libs from another recipe.
1)
The recipe which provided my libs is a normal debian package which I
Hello,
I'm stucking a little bit by compiling a cmake application which has dependencies
on libs from another recipe.
1)
The recipe which provided my libs is a normal debian package which I
|
By
daniel_herrmann22@...
·
#54385
·
|
|
Re: #yocto debbuging option under zeus
#yocto
what you are looking for is perhaps achieved better by setting a feedserver on your buildmachine and then let your target download/update packages much like other distributions
in local.conf
what you are looking for is perhaps achieved better by setting a feedserver on your buildmachine and then let your target download/update packages much like other distributions
in local.conf
|
By
Khem Raj
·
#54384
·
|
|
Re: Unable to add gdbserver to the Yocto build
#yocto
Can you check whether the gdbserver package is in tmp/work/.../gdb/deploy-*/ (the gdb WORKDIR), and whether it is in tmp/deploy/... (packages deploy dir), and then whether it is in
Can you check whether the gdbserver package is in tmp/work/.../gdb/deploy-*/ (the gdb WORKDIR), and whether it is in tmp/deploy/... (packages deploy dir), and then whether it is in
|
By
Alexander Kanavin
·
#54383
·
|
|
Re: Unable to add gdbserver to the Yocto build
#yocto
HI Alexander,
Thanks for your email.
The 'bitbake gdb' runs through successfully. However, I still get the error for gdbserver when running 'bitbake machine-image'
Thanks
Ash
HI Alexander,
Thanks for your email.
The 'bitbake gdb' runs through successfully. However, I still get the error for gdbserver when running 'bitbake machine-image'
Thanks
Ash
|
By
Ashutosh Naik
·
#54382
·
|
|
Minutes: Yocto Project Weekly Triage Meeting 8/12/2021
*Wiki: *https://wiki.yoctoproject.org/wiki/Bug_Triage
*Attendees:* Alex, Diane, Joshua, MichaelO, Randy, Saul, Stephen, Steve, Tim, Tony, Ross
*ARs:*
Deal with old milestones:
*Wiki: *https://wiki.yoctoproject.org/wiki/Bug_Triage
*Attendees:* Alex, Diane, Joshua, MichaelO, Randy, Saul, Stephen, Steve, Tim, Tony, Ross
*ARs:*
Deal with old milestones:
|
By
Randy MacLeod
·
#54381
·
|
|
Re: Unable to add gdbserver to the Yocto build
#yocto
What happens when you 'bitbake gdb'?
Alex
What happens when you 'bitbake gdb'?
Alex
|
By
Alexander Kanavin
·
#54380
·
|
|
Unable to add gdbserver to the Yocto build
#yocto
I added the following to EXTRA_IMAGE_FEATURES inside my local.conf,
I also tried to add the gdbserver package explicitly by adding this to conf/local.conf:
However, the build failed with the
I added the following to EXTRA_IMAGE_FEATURES inside my local.conf,
I also tried to add the gdbserver package explicitly by adding this to conf/local.conf:
However, the build failed with the
|
By
Ashutosh Naik
·
#54379
·
|
|
Re: [meta-openssl102-fips][PATCH 1/3] layer.conf: add honister to LAYERSERIES_COMPAT
All three patches have been merged and a hardknott branch was split off prior to the merges of change set.
Cheers,
Jason.
All three patches have been merged and a hardknott branch was split off prior to the merges of change set.
Cheers,
Jason.
|
By
Jason Wessel <jason.wessel@...>
·
#54378
·
|
|
Re: RTC issue
Hello Jupiter,
I only added status = "disabled": https://github.com/optimeas/linux-tx6-5.10/blob/tx6-5.10/arch/arm/boot/dts/imx6dl-tx6s-8035-smartmini-v2p3.dts#L77
Best regards,
Matthias
Hello Jupiter,
I only added status = "disabled": https://github.com/optimeas/linux-tx6-5.10/blob/tx6-5.10/arch/arm/boot/dts/imx6dl-tx6s-8035-smartmini-v2p3.dts#L77
Best regards,
Matthias
|
By
Matthias Klein
·
#54377
·
|
|
Re: RTC issue
Hello Matthias,
Thanks for your kind response.
How did you disable snvs_rtc? My device tree to include imx6ull.dtsi
which don't have snvs_rtc, only has snvs-rtc-lp, so I added status =
"disabled";
Hello Matthias,
Thanks for your kind response.
How did you disable snvs_rtc? My device tree to include imx6ull.dtsi
which don't have snvs_rtc, only has snvs-rtc-lp, so I added status =
"disabled";
|
By
JH
·
#54376
·
|
|
Re: Hardknott support level
Or contact one of the companies that support Yocto:
https://www.yoctoproject.org/ecosystem/yocto-project-compatible-product-showcase/
That page is out of date and I'm trying to get it refreshed but
Or contact one of the companies that support Yocto:
https://www.yoctoproject.org/ecosystem/yocto-project-compatible-product-showcase/
That page is out of date and I'm trying to get it refreshed but
|
By
Randy MacLeod
·
#54375
·
|
|
Re: multilib32: libtool-cross_2.4.6.bb configure failure
Executing
bitbake lib32-libtool-cross -e
Yields, among many others,
18513 # $TARGET_VENDOR [3 operations]
18514 # set /home/build/tisdk/sources/oe-core/meta/conf/bitbake.conf:132
18515 #
Executing
bitbake lib32-libtool-cross -e
Yields, among many others,
18513 # $TARGET_VENDOR [3 operations]
18514 # set /home/build/tisdk/sources/oe-core/meta/conf/bitbake.conf:132
18515 #
|
By
Geller, Nir <nir.geller@...>
·
#54374
·
|
|
Re: multilib32: libtool-cross_2.4.6.bb configure failure
The variable SYS_HOST is expanded to armmllib32-linux-gnueabi
Shouldn’t it be expanded to arm-none-linux-gnueabihf ?
Thanks,
Nir.
The variable SYS_HOST is expanded to armmllib32-linux-gnueabi
Shouldn’t it be expanded to arm-none-linux-gnueabihf ?
Thanks,
Nir.
|
By
Geller, Nir <nir.geller@...>
·
#54373
·
|
|
Re: multilib32: libtool-cross_2.4.6.bb configure failure
Investigating run.do_configure suggests that in the configure stage oe_runconf() is set with what seems to be wrong –host and –target values:
--host=armmllib32-linux-gnueabi
Investigating run.do_configure suggests that in the configure stage oe_runconf() is set with what seems to be wrong –host and –target values:
--host=armmllib32-linux-gnueabi
|
By
Geller, Nir <nir.geller@...>
·
#54372
·
|
|
Re: #yocto debbuging option under zeus
#yocto
Is it documented anywhere on how one might manually load debug info an for image with the binaries stripped ?
Thanks,
Steve
Is it documented anywhere on how one might manually load debug info an for image with the binaries stripped ?
Thanks,
Steve
|
By
Monsees, Steven C (US)
·
#54371
·
|
|
multilib32: libtool-cross_2.4.6.bb configure failure
Hi There,
Following the instruction from TI
https://software-dl.ti.com/processor-sdk-linux-rt/esd/AM64X/latest/exports/docs/linux/Overview_Building_the_SDK.html
I’ve setup a yocto
Hi There,
Following the instruction from TI
https://software-dl.ti.com/processor-sdk-linux-rt/esd/AM64X/latest/exports/docs/linux/Overview_Building_the_SDK.html
I’ve setup a yocto
|
By
Geller, Nir <nir.geller@...>
·
#54370
·
|
|
Re: New Override Syntax
I mention is as if I didn't someone would ask about it. I did backport the change
to the corresponding bitbake branch and it hence made it to the poky branch for
gatesgarth but there are no plans for
I mention is as if I didn't someone would ask about it. I did backport the change
to the corresponding bitbake branch and it hence made it to the poky branch for
gatesgarth but there are no plans for
|
By
Richard Purdie
·
#54369
·
|
|
Re: New Override Syntax
Hi Richard,
Thank you for the clarification.
Why do you mention Gatesgarth (3.2) while no update release is in sight?
According to https://wiki.yoctoproject.org/wiki/Releases, it's already
end of
Hi Richard,
Thank you for the clarification.
Why do you mention Gatesgarth (3.2) while no update release is in sight?
According to https://wiki.yoctoproject.org/wiki/Releases, it's already
end of
|
By
Michael Opdenacker
·
#54368
·
|
|
[meta-zephyr][PATCH 1/2] zephyr-kernel-src: switch to main branch for hal_stm32 module repo
Signed-off-by: Naveen Saini <naveen.kumar.saini@...>
---
recipes-kernel/zephyr-kernel/zephyr-kernel-src.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
Signed-off-by: Naveen Saini <naveen.kumar.saini@...>
---
recipes-kernel/zephyr-kernel/zephyr-kernel-src.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
|
By
Naveen Saini
·
#54367
·
|
|
[meta-zephyr][PATCH 2/2] zephyr-kernel-src-dev.inc: add dev recipe
It allow to build against latest main branch. User need
to have following config locally to use it.
PREFERRED_VERSION_zephyr-kernel = "dev"
Signed-off-by: Naveen Saini
It allow to build against latest main branch. User need
to have following config locally to use it.
PREFERRED_VERSION_zephyr-kernel = "dev"
Signed-off-by: Naveen Saini
|
By
Naveen Saini
·
#54366
·
|