|
Re: [WIC] Grow last partition up to disk size
Yes, a mounted ext4 partition can be resized. Some tools will try to keep you from doing that though, had to patch parted to stop whining about mounted partitions in "scripted" mode that to make it
Yes, a mounted ext4 partition can be resized. Some tools will try to keep you from doing that though, had to patch parted to stop whining about mounted partitions in "scripted" mode that to make it
|
By
Mike Looijmans
·
#49435
·
|
|
Re: [PATCH yocto-autobuilder-helper] scripts: add a pair of scripts to set up and run Auto Upgrade Helper
unrelated.. but I just spotted this ^. I am cc'ing Anibal new email address. it's in a few other places.
unrelated.. but I just spotted this ^. I am cc'ing Anibal new email address. it's in a few other places.
|
By
Nicolas Dechesne <nicolas.dechesne@...>
·
#49434
·
|
|
Re: QA notification for completed autobuilder build (yocto-3.0.3.rc2)
Hello All,
Intel and WR YP QA is planning for QA execution for YP build yocto-3.0.3.rc2. We are planning to execute following tests for this cycle:
OEQA-manual tests for following module:
1.
Hello All,
Intel and WR YP QA is planning for QA execution for YP build yocto-3.0.3.rc2. We are planning to execute following tests for this cycle:
OEQA-manual tests for following module:
1.
|
By
Sangeeta Jain
·
#49433
·
|
|
[PATCH yocto-autobuilder-helper] scripts: add a pair of scripts to set up and run Auto Upgrade Helper
This allows automating its setup and execution on all autobuilder worker machines;
previously there was a static setup on a dedicated machine, which wasn't
great from maintenance perspective.
To
This allows automating its setup and execution on all autobuilder worker machines;
previously there was a static setup on a dedicated machine, which wasn't
great from maintenance perspective.
To
|
By
Alexander Kanavin
·
#49432
·
|
|
Re: [oe] OpenEmbedded Happy Hour
See you all from down under !
Cheers
Ankur
See you all from down under !
Cheers
Ankur
|
By
Ankur Tyagi <ankur.tyagi85@...>
·
#49431
·
|
|
Re: What is the recommended method for debugging applications with Yocto
Thanks folks, IMAGE_GEN_DEBUGFS was exactly what I was looking for.
--wpd
Thanks folks, IMAGE_GEN_DEBUGFS was exactly what I was looking for.
--wpd
|
By
Patrick Doyle <wpdster@...>
·
#49430
·
|
|
numerous superfluous PYPI_PACKAGE assignments in meta-python?
in aid of docs, currently poring over python-based recipes to
document how one builds python recipe files, and noticed that numerous
recipe files contain an assignment of the form:
in aid of docs, currently poring over python-based recipes to
document how one builds python recipe files, and noticed that numerous
recipe files contain an assignment of the form:
|
By
Robert P. J. Day
·
#49429
·
|
|
Re: Package libgcc-lic cannot be installed into the image because it has incompatible license(s): GPL-3.0
<matthias.schoepfer@...> wrote:
if it happens on master too then send the patch to openembedded-core
mailing list
<matthias.schoepfer@...> wrote:
if it happens on master too then send the patch to openembedded-core
mailing list
|
By
Khem Raj
·
#49428
·
|
|
Best practice for kernel module development
Hello!
I'm totally new to yocto and mainly new to linux development as a whole. Thus, please excuse me if my concerns that I raise here are inadequate.
== Context ==
We are developing a quite simple
Hello!
I'm totally new to yocto and mainly new to linux development as a whole. Thus, please excuse me if my concerns that I raise here are inadequate.
== Context ==
We are developing a quite simple
|
By
Alexandru Ionita
·
#49427
·
|
|
Re: Package libgcc-lic cannot be installed into the image because it has incompatible license(s): GPL-3.0
Hi Khem!
It did help, thank you very much! I needed to repeat this for libgcrypt and libidn2. It does look like a bug though, does it not?
Regards,
Matthias
Hi Khem!
It did help, thank you very much! I needed to repeat this for libgcrypt and libidn2. It does look like a bug though, does it not?
Regards,
Matthias
|
By
Matthias Schoepfer
·
#49426
·
|
|
Re: [OE-core] OpenEmbedded Happy Hour
Hello!
Ah, just in time to watch live SpaceX's launch:
https://blogs.nasa.gov/commercialcrew/
Greetings!
Daniel Díaz
daniel.diaz@...
Hello!
Ah, just in time to watch live SpaceX's launch:
https://blogs.nasa.gov/commercialcrew/
Greetings!
Daniel Díaz
daniel.diaz@...
|
By
Daniel D?az <daniel.diaz@...>
·
#49425
·
|
|
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
·
|