|
resolvconf breakage in kirkstone
I've recently been upgrading from dunfell to kirkstone. I see a regression in the resolvconf package, so DNS lookups aren't functional.
I see in /var/log/messages:
Aug 2 19:39:31 tv999996 daemon.warn
I've recently been upgrading from dunfell to kirkstone. I see a regression in the resolvconf package, so DNS lookups aren't functional.
I see in /var/log/messages:
Aug 2 19:39:31 tv999996 daemon.warn
|
By
Craig McQueen
·
#57755
·
|
|
[ANNOUNCEMENT] Yocto Project 3.1.18 (dunfell-23.0.18) is Released
Hello
We are pleased to announce the Yocto Project 3.1.18 (dunfell-23.0.18) Release is now available for
Hello
We are pleased to announce the Yocto Project 3.1.18 (dunfell-23.0.18) Release is now available for
|
By
Lee Chee Yang
·
#57754
·
|
|
Re: nftables_0.7 not working
0.7 - that's pre-dunfell!
For master or kirkstone, see:
https://lists.yoctoproject.org/g/linux-yocto/message/11523?p=%2C%2C%2C20%2C0%2C0%2C0%3A%3Acreated%2C0%2Cmacleod%2C20%2C1%2C0%2C92659340
and
0.7 - that's pre-dunfell!
For master or kirkstone, see:
https://lists.yoctoproject.org/g/linux-yocto/message/11523?p=%2C%2C%2C20%2C0%2C0%2C0%3A%3Acreated%2C0%2Cmacleod%2C20%2C1%2C0%2C92659340
and
|
By
Randy MacLeod
·
#57753
·
|
|
Videos from Yocto talks at Embedded Linux Conference NA
Greetings
5 videos from Yocto Project talks at the Embedded Linux Conference North America are now available on YouTube:
BoF: The Yocto Project and OpenEmbedded Organization - Philip Balister,
Greetings
5 videos from Yocto Project talks at the Embedded Linux Conference North America are now available on YouTube:
BoF: The Yocto Project and OpenEmbedded Organization - Philip Balister,
|
By
Michael Opdenacker
·
#57752
·
|
|
Re: BBClass function and symbolic link (symlink) ... I throw in the towel
#kirkstone
#python
#bitbake
Hi Joshua,
It's 100% my fault, I'm mixed 2 variables:
ROOTFS_POSTPROCESS_COMMAND
IMAGE_POSTPROCESS_COMMAND
My "ln " command have to be placed into IMAGE_POSTPROCESS_COMMAND, not
Hi Joshua,
It's 100% my fault, I'm mixed 2 variables:
ROOTFS_POSTPROCESS_COMMAND
IMAGE_POSTPROCESS_COMMAND
My "ln " command have to be placed into IMAGE_POSTPROCESS_COMMAND, not
|
By
Martin Leduc <martin.leduc@...>
·
#57751
·
|
|
Re: [OE-core] Yocto Project Status 02 August 2022 (WW31)
Yes! We have a patch under review for kirkstone:
https://lists.openembedded.org/g/openembedded-core/message/168636
I think Richard is hoping someone will see if that also will work on
master and if
Yes! We have a patch under review for kirkstone:
https://lists.openembedded.org/g/openembedded-core/message/168636
I think Richard is hoping someone will see if that also will work on
master and if
|
By
Steve Sakoman
·
#57750
·
|
|
[meta-zephyr][PATCH kirkstone 7/7] CI: add more targets
The autotest change allows for the list of targets to be built to be
larger. Add more targets to increase the build coverage of CI.
Unfortunately, there are some platforms that do not build
The autotest change allows for the list of targets to be built to be
larger. Add more targets to increase the build coverage of CI.
Unfortunately, there are some platforms that do not build
|
By
Jon Mason
·
#57749
·
|
|
[meta-zephyr][PATCH kirkstone 6/7] CI: move stm32mp157c-dk2 to be alphabetical
Trivial change to move stm32mp157c-dk2 to its alphabetical location.
This is relevant because it aligns the file to match the order on the
gilab pipeline entry.
Signed-off-by: Jon Mason
Trivial change to move stm32mp157c-dk2 to its alphabetical location.
This is relevant because it aligns the file to match the order on the
gilab pipeline entry.
Signed-off-by: Jon Mason
|
By
Jon Mason
·
#57748
·
|
|
[meta-zephyr][PATCH kirkstone 5/7] CI: use path to avoid warning
Warnings are being seen in gitlab of
WARNING - Falling back to file-relative addressing of local include "base.yml"
WARNING - Update your layer to repo-relative addressing to avoid this warning
Warnings are being seen in gitlab of
WARNING - Falling back to file-relative addressing of local include "base.yml"
WARNING - Update your layer to repo-relative addressing to avoid this warning
|
By
Jon Mason
·
#57747
·
|
|
[meta-zephyr][PATCH kirkstone 3/7] zephyrtest: Enable use of TESTIMAGE_AUTO
From: Peter Hoyes <Peter.Hoyes@...>
When TESTIMAGE_AUTO is enabled, the do_testimage task is inserted after
do_image_complete and before do_build so that the test suites
automatically run as part
From: Peter Hoyes <Peter.Hoyes@...>
When TESTIMAGE_AUTO is enabled, the do_testimage task is inserted after
do_image_complete and before do_build so that the test suites
automatically run as part
|
By
Jon Mason
·
#57746
·
|
|
[meta-zephyr][PATCH kirkstone 1/7] qemu-nios2: use glibc
newlib fails to compile for nios2 architecture. Work around this by
using glibc instead.
Signed-off-by: Jon Mason <jon.mason@...>
Signed-off-by: Naveen Saini <naveen.kumar.saini@...>
---
newlib fails to compile for nios2 architecture. Work around this by
using glibc instead.
Signed-off-by: Jon Mason <jon.mason@...>
Signed-off-by: Naveen Saini <naveen.kumar.saini@...>
---
|
By
Jon Mason
·
#57745
·
|
|
[meta-zephyr][PATCH kirkstone 4/7] CI: Use TESTIMAGE_AUTO
From: Peter Hoyes <Peter.Hoyes@...>
Now that TESTIMAGE_AUTO is available for Zephyr builds, enable it in
ci/testimage.yml and remove the redundant build_and_test base
configuration.
Remove
From: Peter Hoyes <Peter.Hoyes@...>
Now that TESTIMAGE_AUTO is available for Zephyr builds, enable it in
ci/testimage.yml and remove the redundant build_and_test base
configuration.
Remove
|
By
Jon Mason
·
#57744
·
|
|
[meta-zephyr][PATCH kirkstone 2/7] CI: add Gitlab CI support
Mostly stolen from meta-arm
NOTE: this differs from upstream in that the kirkstone branch is being
used instead of the master branch in ci/base.yml
Signed-off-by: Jon Mason
Mostly stolen from meta-arm
NOTE: this differs from upstream in that the kirkstone branch is being
used instead of the master branch in ci/base.yml
Signed-off-by: Jon Mason
|
By
Jon Mason
·
#57743
·
|
|
[meta-zephyr][PATCH kirkstone 0/7] Series to add Gitlab CI to kirkstone
Kirkstone was broken for meta-zephyr for weeks, but no one noticed because Gitlab CI is only running on master. Backport the relevant patches from master so this can be more easily detected, and I'll
Kirkstone was broken for meta-zephyr for weeks, but no one noticed because Gitlab CI is only running on master. Backport the relevant patches from master so this can be more easily detected, and I'll
|
By
Jon Mason
·
#57742
·
|
|
Re: BBClass function and symbolic link (symlink) ... I throw in the towel
#kirkstone
#python
#bitbake
Hi Joshua,
Everything is around the /etc/version file. I know that this file is generated automatically and this is hardcoded in Yocto. I've to check how to found a workaround on this.
Sorry for
Hi Joshua,
Everything is around the /etc/version file. I know that this file is generated automatically and this is hardcoded in Yocto. I've to check how to found a workaround on this.
Sorry for
|
By
Martin Leduc <martin.leduc@...>
·
#57741
·
|
|
Re: [OE-core] Yocto Project Status 02 August 2022 (WW31)
Do you mean CVE-2022-35414?
Regards,
Marta
Do you mean CVE-2022-35414?
Regards,
Marta
|
By
Marta Rybczynska
·
#57740
·
|
|
Re: Conf for a single recipe only
If you took go recipes from master, then try building mender from
master as well, by setting up a master build. If that works fine, then
you need to figure out how to backport mender as a whole, or
If you took go recipes from master, then try building mender from
master as well, by setting up a master build. If that works fine, then
you need to figure out how to backport mender as a whole, or
|
By
Alexander Kanavin
·
#57739
·
|
|
Re: BBClass function and symbolic link (symlink) ... I throw in the towel
#kirkstone
#python
#bitbake
Probably, I don't really know but when I comment the "ln -s" line, using a #, the compilation works. Only the "ln -s" lines
Probably, I don't really know but when I comment the "ln -s" line, using a #, the compilation works. Only the "ln -s" lines
|
By
Martin Leduc <martin.leduc@...>
·
#57738
·
|
|
poky-dunfell-23.0.17
I wanted to do a simple test with dunfell, my system meets all the minimum requirements based on documentation, and I am running under centos7…
I downloaded poky-dunfell-23.0.17, built both
I wanted to do a simple test with dunfell, my system meets all the minimum requirements based on documentation, and I am running under centos7…
I downloaded poky-dunfell-23.0.17, built both
|
By
Monsees, Steven C (US)
·
#57737
·
|
|
Re: BBClass function and symbolic link (symlink) ... I throw in the towel
#kirkstone
#python
#bitbake
Your set version function looks like it's running from the logs, so
don't think your function is directly causing a problem. My guess is
something else later is crashing or something else unrelated?
Your set version function looks like it's running from the logs, so
don't think your function is directly causing a problem. My guess is
something else later is crashing or something else unrelated?
|
By
Joshua Watt
·
#57736
·
|