|
[linux-yocto] Removing DISTRO_FEATURES from a specific machine type
Hi Pintu, Pintu Agarwal <pintu.ping@...> escreveu no dia segunda, 14/11/2022 à(s) 16:35: For such cases Yocto have the COMBINED_FEATURES that can be more apropriate https://docs.yoctoproject.org/3.1.2
Hi Pintu, Pintu Agarwal <pintu.ping@...> escreveu no dia segunda, 14/11/2022 à(s) 16:35: For such cases Yocto have the COMBINED_FEATURES that can be more apropriate https://docs.yoctoproject.org/3.1.2
|
By
Jose Quaresma
·
|
|
[linux-yocto] Removing DISTRO_FEATURES from a specific machine type
Have you looked at COMBINED_FEATURES? This allows you to only enable something if it is in both DISTRO_FEATURES and MACHINE_FEATURES. Cheers, Richard
Have you looked at COMBINED_FEATURES? This allows you to only enable something if it is in both DISTRO_FEATURES and MACHINE_FEATURES. Cheers, Richard
|
By
Richard Purdie
·
|
|
Removing DISTRO_FEATURES from a specific machine type
2 messages
Hi, This question is related to Yocto Dunfell specifically. I have certain distro features defined (by default) in our distro include/conf file. These distro features are required for certain machines
Hi, This question is related to Yocto Dunfell specifically. I have certain distro features defined (by default) in our distro include/conf file. These distro features are required for certain machines
|
By
Pintu Agarwal
·
|
|
[meta-zephyr][PATCH] CI/qemu-cortex-m0: remove zephyr-philosophers test
zephyr-philosophers no longer fits within the defined SRAM space, and fails to compile based on a check for this during building. Currently, qemu-cortex-m0.yml inherits the targets from base.yml. So,
zephyr-philosophers no longer fits within the defined SRAM space, and fails to compile based on a check for this during building. Currently, qemu-cortex-m0.yml inherits the targets from base.yml. So,
|
By
Jon Mason
·
|
|
[meta-zephyr][PATCH] zephyr-sdk: upgrade 0.14.2 -> 0.15.1
4 messages
https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.15.1 Signed-off-by: Naveen Saini <naveen.kumar.saini@...> --- .../zephyr-sdk/{zephyr-sdk_0.14.2.bb => zephyr-sdk_0.15.1.bb} | 4 ++-- 1 file
https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.15.1 Signed-off-by: Naveen Saini <naveen.kumar.saini@...> --- .../zephyr-sdk/{zephyr-sdk_0.14.2.bb => zephyr-sdk_0.15.1.bb} | 4 ++-- 1 file
|
By
Naveen Saini
·
|
|
[yocto-autobuilder-helper][langdale] config.json: use meta-agl master branch rather than next branch
langdale is no longer supported on the next branch Signed-off-by: Steve Sakoman <steve@...> --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json
langdale is no longer supported on the next branch Signed-off-by: Steve Sakoman <steve@...> --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json
|
By
Steve Sakoman
·
|
|
[PATCH yocto-autobuilder-helper] config: set MACHINE=qemuarm64 for oe-selftest-armhost
Many of the oe-selftest test cases boot up an image in qemu, but if the host can't use KVM to accelerate the guest then the tests take a lot longer and may randomly timeout. Now that oe-selftest can r
Many of the oe-selftest test cases boot up an image in qemu, but if the host can't use KVM to accelerate the guest then the tests take a lot longer and may randomly timeout. Now that oe-selftest can r
|
By
Ross Burton
·
|
|
Shell function not expanding variable
2 messages
Hi, We have a shell function that's being called from a do_install task: custom_install() { DIR=$1 echo "Operating on '${DIR}'" install <some params> -m 0644 ${S}/$DIR/<some file> \ ${D}${some_path}/<
Hi, We have a shell function that's being called from a do_install task: custom_install() { DIR=$1 echo "Operating on '${DIR}'" install <some params> -m 0644 ${S}/$DIR/<some file> \ ${D}${some_path}/<
|
By
Maik Vermeulen
·
|
|
failing postinstall scriptlet
2 messages
Hi, I'm wondering how to resolve the following error: ERROR: sample-image-cp-lwb5plus-1.0-r0 do_rootfs: Postinstall scriptlets of ['lrd-networkmanager-sterling'] have failed. If the intention is to de
Hi, I'm wondering how to resolve the following error: ERROR: sample-image-cp-lwb5plus-1.0-r0 do_rootfs: Postinstall scriptlets of ['lrd-networkmanager-sterling'] have failed. If the intention is to de
|
By
Mistyron
·
|
|
[yocto-autobuilder-helper][kirkstone] config.json: use meta-agl master branch rather than next branch
kirkstone is no longer supported on the next branch Signed-off-by: Steve Sakoman <steve@...> --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json
kirkstone is no longer supported on the next branch Signed-off-by: Steve Sakoman <steve@...> --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json
|
By
Steve Sakoman
·
|
|
Minutes: Yocto Project Weekly Triage Meeting 11/10/2022
2 messages
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage Attendees: Richard Purdie, Steve Sakoman, Stephen Jolley, Randy Macleod, Joshua Watt, Ross Burton, Alexandre Belloni, Tim Orling, Zheng ARs: Notes:
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage Attendees: Richard Purdie, Steve Sakoman, Stephen Jolley, Randy Macleod, Joshua Watt, Ross Burton, Alexandre Belloni, Tim Orling, Zheng ARs: Notes:
|
By
sakib.sajal@...
·
|
|
[meta-zephyr][PATCH v2 5/5] newlib: add bbappend
Build newlib library to be thread-safe in multithreaded environment. https://github.com/zephyrproject-rtos/zephyr/pull/21518 https://github.com/zephyrproject-rtos/zephyr/issues/21519 https://github.co
Build newlib library to be thread-safe in multithreaded environment. https://github.com/zephyrproject-rtos/zephyr/pull/21518 https://github.com/zephyrproject-rtos/zephyr/issues/21519 https://github.co
|
By
Naveen Saini
·
|
|
[meta-zephyr][PATCH v2 4/5] arc: drop obsolete recipes and bbappends
Remove recipes and bbappends which are not being used. Signed-off-by: Naveen Saini <naveen.kumar.saini@...> --- .../classes/siteinfo-zephyr.bbclass | 14 --- .../recipes-core/newlib/newlib_%.bbappend |
Remove recipes and bbappends which are not being used. Signed-off-by: Naveen Saini <naveen.kumar.saini@...> --- .../classes/siteinfo-zephyr.bbclass | 14 --- .../recipes-core/newlib/newlib_%.bbappend |
|
By
Naveen Saini
·
|
|
[meta-zephyr][PATCH v2 3/5] zephyr-sdk: upgrade 0.14.2 -> 0.15.1
https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.15.1 Signed-off-by: Naveen Saini <naveen.kumar.saini@...> --- .../zephyr-sdk/{zephyr-sdk_0.14.2.bb => zephyr-sdk_0.15.1.bb} | 4 ++-- 1 file
https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.15.1 Signed-off-by: Naveen Saini <naveen.kumar.saini@...> --- .../zephyr-sdk/{zephyr-sdk_0.14.2.bb => zephyr-sdk_0.15.1.bb} | 4 ++-- 1 file
|
By
Naveen Saini
·
|
|
[meta-zephyr][PATCH v2 2/5] zephyr-kernel-src: drop support for v2.7.3
Support for zephyr v3.2.0 is already being added. So time to drop it. Signed-off-by: Naveen Saini <naveen.kumar.saini@...> --- .../0001-2.7-cmake-add-yocto-toolchain.patch | 63 ------ ...ry-generation
Support for zephyr v3.2.0 is already being added. So time to drop it. Signed-off-by: Naveen Saini <naveen.kumar.saini@...> --- .../0001-2.7-cmake-add-yocto-toolchain.patch | 63 ------ ...ry-generation
|
By
Naveen Saini
·
|
|
[meta-zephyr][PATCH v2 1/5] zephyr-kernel-src: add support for v3.2.0
https://github.com/zephyrproject-rtos/zephyr/releases/tag/v3.2.0 Signed-off-by: Naveen Saini <naveen.kumar.saini@...> --- .../zephyr-kernel/zephyr-kernel-src-3.2.0.inc | 239 ++++++++++++++++++ .../zep
https://github.com/zephyrproject-rtos/zephyr/releases/tag/v3.2.0 Signed-off-by: Naveen Saini <naveen.kumar.saini@...> --- .../zephyr-kernel/zephyr-kernel-src-3.2.0.inc | 239 ++++++++++++++++++ .../zep
|
By
Naveen Saini
·
|
|
[meta-selinux][PATCH 4/4 V2] refpolicy: upgrade 20210908+git -> 20221101+git
* Update to latest git rev. * Drop obsolete and useless patches. * Rebase patches. Signed-off-by: Yi Zhao <yi.zhao@...> --- .../refpolicy/refpolicy-minimum_git.bb | 91 +++--- .../refpolicy/refpolicy-t
* Update to latest git rev. * Drop obsolete and useless patches. * Rebase patches. Signed-off-by: Yi Zhao <yi.zhao@...> --- .../refpolicy/refpolicy-minimum_git.bb | 91 +++--- .../refpolicy/refpolicy-t
|
By
Yi Zhao
·
|
|
[meta-selinux][PATCH 4/4] refpolicy: upgrade 20210908+git -> 20221101+git
3 messages
* Update to latest git rev. * Drop obsolete and useless patches. * Rebase patches. Signed-off-by: Yi Zhao <yi.zhao@...> --- .../refpolicy/refpolicy-minimum_git.bb | 93 +++---- .../refpolicy/refpolicy-
* Update to latest git rev. * Drop obsolete and useless patches. * Rebase patches. Signed-off-by: Yi Zhao <yi.zhao@...> --- .../refpolicy/refpolicy-minimum_git.bb | 93 +++---- .../refpolicy/refpolicy-
|
By
Yi Zhao
·
|
|
[meta-security][PATCH] bubblewrap: Update 0.6.2 -> 0.7.0
Inherit github-releases so that `devtool upgrade` can identify new versions correctly. Signed-off-by: Alex Kiernan <alex.kiernan@...> --- .../{bubblewrap_0.6.2.bb => bubblewrap_0.7.0.bb} | 7 +++---- 1
Inherit github-releases so that `devtool upgrade` can identify new versions correctly. Signed-off-by: Alex Kiernan <alex.kiernan@...> --- .../{bubblewrap_0.6.2.bb => bubblewrap_0.7.0.bb} | 7 +++---- 1
|
By
Alex Kiernan
·
|
|
Yocto Project Status 8 November 2022 (WW45)
Current Dev Position: YP 4.2 M1 Next Deadline: 5th December 2022 YP 4.2 Build Next Team Meetings: Bug Triage meeting Thursday November 10th 7:30 am PDT (https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y
Current Dev Position: YP 4.2 M1 Next Deadline: 5th December 2022 YP 4.2 Build Next Team Meetings: Bug Triage meeting Thursday November 10th 7:30 am PDT (https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y
|
By
Stephen Jolley
·
|