|
OpenEmbedded Happy Hour
I've made a wiki page to track these:
https://www.openembedded.org/wiki/Happy_Hours
Then next one is scheduled for 2100 UTC on May 27. This is late evening
for Europe and morning for New Zealand, so
I've made a wiki page to track these:
https://www.openembedded.org/wiki/Happy_Hours
Then next one is scheduled for 2100 UTC on May 27. This is late evening
for Europe and morning for New Zealand, so
|
By
Philip Balister
·
#49424
·
|
|
Re: What is the recommended method for debugging applications with Yocto
I created [1] in meta-mortsgna. It is not recommended (bit of a hack /
nobody but me and my colleagues use it) but it
* works on the fly: Once enabled building the recipe you want to debug
is good
I created [1] in meta-mortsgna. It is not recommended (bit of a hack /
nobody but me and my colleagues use it) but it
* works on the fly: Once enabled building the recipe you want to debug
is good
|
By
Andreas Müller
·
#49423
·
|
|
Re: What is the recommended method for debugging applications with Yocto
The three debugging sections in the yocto manual should help?
https://www.yoctoproject.org/docs/latest/mega-manual/mega-manual.html#platdev-gdb-remotedebug
Alex
The three debugging sections in the yocto manual should help?
https://www.yoctoproject.org/docs/latest/mega-manual/mega-manual.html#platdev-gdb-remotedebug
Alex
|
By
Alexander Kanavin
·
#49422
·
|
|
Re: What is the recommended method for debugging applications with Yocto
I would think of using IMAGE_GEN_DEBUGFS set to 1 which should generate a debug archive of image
see following for detailed
I would think of using IMAGE_GEN_DEBUGFS set to 1 which should generate a debug archive of image
see following for detailed
|
By
Khem Raj
·
#49421
·
|
|
What is the recommended method for debugging applications with Yocto
I know I can do
$ bitbake base-image -cpopulate_sdk
and distribute the resulting SDK to developers (myself included).
But suppose I've just built and deployed an image and want to debug a
core file
I know I can do
$ bitbake base-image -cpopulate_sdk
and distribute the resulting SDK to developers (myself included).
But suppose I've just built and deployed an image and want to debug a
core file
|
By
Patrick Doyle <wpdster@...>
·
#49420
·
|
|
Re: Package libgcc-lic cannot be installed into the image because it has incompatible license(s): GPL-3.0
Can you try adding
LICENSE_${PN}-lic = "GPL-3.0-with-GCC-exception"
in meta/recipes-devtools/gcc/libgcc.inc
and see if it helps ?
Can you try adding
LICENSE_${PN}-lic = "GPL-3.0-with-GCC-exception"
in meta/recipes-devtools/gcc/libgcc.inc
and see if it helps ?
|
By
Khem Raj
·
#49419
·
|
|
Package libgcc-lic cannot be installed into the image because it has incompatible license(s): GPL-3.0
Hi!
I am trying to migrate to dunfell. Out customer does not want GPLv3 or anything like that on the firmware.
So - same as in zeus - we have a line:
INCOMPATIBLE_LICENSE = "GPLv3 LGPLv3 GPLv3+
Hi!
I am trying to migrate to dunfell. Out customer does not want GPLv3 or anything like that on the firmware.
So - same as in zeus - we have a line:
INCOMPATIBLE_LICENSE = "GPLv3 LGPLv3 GPLv3+
|
By
Matthias Schoepfer
·
#49418
·
|
|
Re: [error-report-web][PATCH] Add SPDX license headers to source files
Randy
Thanks for reviewing it. Hope it will be merged into the main repo soon.
Thanks & Regards,
Milan Shah
MontaVista Software, Bangaluru, India
Randy
Thanks for reviewing it. Hope it will be merged into the main repo soon.
Thanks & Regards,
Milan Shah
MontaVista Software, Bangaluru, India
|
By
Milan Shah
·
#49417
·
|
|
Looks like systemd is a split package ... but where is coredumpctl?
Hi,
I'm trying to figure out how to configure /etc/systemd/coredump.conf in order to get coredump files.
I don't appear to have coredumpctl nor can I find a recipe in Yocto or OE Core that looks like
Hi,
I'm trying to figure out how to configure /etc/systemd/coredump.conf in order to get coredump files.
I don't appear to have coredumpctl nor can I find a recipe in Yocto or OE Core that looks like
|
By
Brian Hutchinson <b.hutchman@...>
·
#49416
·
|
|
Re: problems creating acct at wiki.yoctoproject.org
No data, but hunch that a link to the new mail address url is needed...
No data, but hunch that a link to the new mail address url is needed...
|
By
Tim Orling
·
#49415
·
|
|
problems creating acct at wiki.yoctoproject.org
trying to edit wiki, so trying to create acct at
https://wiki.yoctoproject.org/wiki/Special:RequestAccount, and am
getting:
Error sending mail:
Unknown error in PHP's mail() function.
are there
trying to edit wiki, so trying to create acct at
https://wiki.yoctoproject.org/wiki/Special:RequestAccount, and am
getting:
Error sending mail:
Unknown error in PHP's mail() function.
are there
|
By
Robert P. J. Day
·
#49414
·
|
|
Re: what is the proper treatment of the "Unlicense" license?
i submitted a patch yesterday.
rday
i submitted a patch yesterday.
rday
|
By
Robert P. J. Day
·
#49413
·
|
|
SDK having libraries that are not in image
Hi,
I'm using Warrior - version of Yocto and I have libraries ending up to
SDK that are not in image and it's causing problems because
applications are trying to look for libraries that are not
Hi,
I'm using Warrior - version of Yocto and I have libraries ending up to
SDK that are not in image and it's causing problems because
applications are trying to look for libraries that are not
|
By
Teemu K.
·
#49412
·
|
|
Re: PREFERRED_VERSION
OK thanks guys, that's what I though.
I did hack 1 since I could, but good to know the hack 2. in case this ever happens for packages I'm not in control of.
Cheers,
-Damien
OK thanks guys, that's what I though.
I did hack 1 since I could, but good to know the hack 2. in case this ever happens for packages I'm not in control of.
Cheers,
-Damien
|
By
Damien LEFEVRE
·
#49411
·
|
|
Re: PREFERRED_VERSION
Hi Damienm
How about using BBMULTICONFIG ?
https://www.yoctoproject.org/docs/3.1/mega-manual/mega-manual.html#executing-a-multiple-configuration-build
--
Takayasu Ito
Technical Expert, Solution
Hi Damienm
How about using BBMULTICONFIG ?
https://www.yoctoproject.org/docs/3.1/mega-manual/mega-manual.html#executing-a-multiple-configuration-build
--
Takayasu Ito
Technical Expert, Solution
|
By
Takayasu Ito
·
#49410
·
|
|
Re: PREFERRED_VERSION
Hi Damienm
Conceptually, no. An image recipe is a recipe. Global data is global and
local data is local. A recipe (image or package) set local data only.
Correct way is different distro or machine.
Hi Damienm
Conceptually, no. An image recipe is a recipe. Global data is global and
local data is local. A recipe (image or package) set local data only.
Correct way is different distro or machine.
|
By
Quentin Schulz
·
#49409
·
|
|
Re: PREFERRED_VERSION
No.
Ross
By
Ross Burton <ross@...>
·
#49408
·
|
|
PREFERRED_VERSION
Hi,
Should it be possible to set PREFERRED_VERSION in the image definition files?
I have 2 image files:
- image1.bb
- image2.bb : PREFERRED_VERSION_package_1.0.0
I have a package with 2 versions:
-
Hi,
Should it be possible to set PREFERRED_VERSION in the image definition files?
I have 2 image files:
- image1.bb
- image2.bb : PREFERRED_VERSION_package_1.0.0
I have a package with 2 versions:
-
|
By
Damien LEFEVRE
·
#49407
·
|
|
Re: Is there a relationship between the sstate and the machine?
Thanks for your answer. Yes I think it is the same SoC supplier since
there is clang toolchain and they deliver it in a binary form and they
have supplied an class for using it. I will look into the
Thanks for your answer. Yes I think it is the same SoC supplier since
there is clang toolchain and they deliver it in a binary form and they
have supplied an class for using it. I will look into the
|
By
Mans Zigher <mans.zigher@...>
·
#49406
·
|
|
Re: project that builds target and host
Yeah i don't want to disable stripping the Target files.
Well actually, I'll take a look at patching the tree with a custom CMakeLists.txt file. It may not be that bad.
Thanks Ross
Yeah i don't want to disable stripping the Target files.
Well actually, I'll take a look at patching the tree with a custom CMakeLists.txt file. It may not be that bad.
Thanks Ross
|
By
Joel Winarske
·
#49405
·
|