Re: [qa-build-notification] QA notification for completed autobuilder build (yocto-3.5_M3.rc1)
Teoh, Jay Shen
Hello All,
toggle quoted messageShow quoted text
This is the full report for yocto-3.5_M3.rc1: https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults ======= Summary ======== No high milestone defects. No new issue found. Thanks, Jay
-----Original Message-----
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
[meta-zephyr][PATCH] zephyr-kernel: Add CVE_PRODUCT to fix cve-check lookup fail
Davide Gardenal
From: Davide Gardenal <davide.gardenal@...>
Add CVE_PRODUCT override to fix a lookup problem when performing cve-check, if not setted it will search for the recipe name, that in this case depends on the recipe used to build zephyr (eg. zephyr-philosophers) Signed-off-by: Davide Gardenal <davide.gardenal@...> --- .../recipes-kernel/zephyr-kernel/zephyr-kernel-src.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-kernel-src.inc b/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-kernel-src.inc index e060a95..ea20a18 100644 --- a/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-kernel-src.inc +++ b/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-kernel-src.inc @@ -1,6 +1,8 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc" +CVE_PRODUCT = "zephyr" + inherit cmake # This file might be included from other places (like other layers) and not -- 2.32.0
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Howto build packages for dependencies of an out of image recipe build.
Daniel Squires
We have our image and it is working as we need.
We have an apt repo setup and working so that we can install additional packages within a deployment of the image. However when we manually bitbake additional packages (e.g bitbake my-optional-recipe) which we want to make available within this apt repository by default only the package for my-optional-recipe gets built, although all the dependencies of my-optional-recipe get built, none of them are packaged. how do we make sure all the dependencies have packages built? Best Regards Dan
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Re: How to disable Bluetooth of Raspberry Pi from Yocto?
Sourabh Hegde
Hello Tomasz,
Thanks for quick reply. meta-raspberrypi provide recipe just for the `config.txt` file. I don't know which Yocto version you are usingbut on master it looks like this https://github.com/agherzan/meta-raspberrypi/blob/master/recipes-bsp/bootfiles/rpi-config_git.bb#L1You will need some bbappend in your custom recipe to extend config.txt wtih `dtoverlay=disable-bt`.I forgot to mention, I am on "Honister" release. Yes, I added rpi_config_git.bbappend file Did you try to hit an enter couple of times and then maybe log in?Yes, I tried that, but it's not working. May be it's fails to respond for keyboard inputs. Regards, Sourabh
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Re: How to disable Bluetooth of Raspberry Pi from Yocto?
tomzy
Hello All, Hi meta-raspberrypi provide recipe just for the `config.txt` file. I don't know which Yocto version you are using ``` Tomasz Żyjewski
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
How to disable Bluetooth of Raspberry Pi from Yocto?
Sourabh Hegde
Hello All,
I have a question regarding disabling bluetooth of my Raspberry Pi Compute Module 4. I know that we need to set "dtoverlay=disable-bt" in config.txt But how to do it from Yocto? Should I include this in conf/local.conf? While booting my serial console is stuck here: OpenEmbedded nodistro.0 raspberrypi4-64 ttyS0 raspberrypi4-64 login: [ 14.718847] Bluetooth: HCI UART driver ver 2.3 [ 14.723478] Bluetooth: HCI UART protocol H4 registered [ 14.728877] Bluetooth: HCI UART protocol Three-wire (H5) registered [ 14.735632] Bluetooth: HCI UART protocol Broadcom registered [ 14.985386] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 14.990829] Bluetooth: BNEP filters: protocol multicast [ 14.996781] Bluetooth: BNEP socket layer initialized [ 15.016364] NET: Registered protocol family 38 [ 15.024632] audit: type=1334 audit(1646676238.549:6): prog-id=9 op=LOAD [ 15.031791] audit: type=1334 audit(1646676238.549:7): prog-id=10 op=LOAD [ 15.103792] Bluetooth: RFCOMM TTY layer initialized [ 15.108976] Bluetooth: RFCOMM socket layer initialized [ 15.114255] Bluetooth: RFCOMM ver 1.11 Can anyone please let me know whether disabling Bluetooth will solve this? Your help will be much appreciated. Thanks in advance.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Re: [meta-rockchip][PATCH] wic: add e2fsprogs dependency
Trevor Woerner
On Tue 2022-03-08 @ 12:04:15 PM, Trevor Woerner via lists.yoctoproject.org wrote:
Started seeing the following error in my builds:Applied to meta-rockchip, master.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Re: suricata: enable lua support
Gary Huband
The problems is that the configure.ac file is hard coded for lua5.1. See
https://forum.suricata.io/t/lua-5-4-3-and-suricata-undefined-reference-error/1906/5 I created a patch to change configure.ac to use lua5.3 (I'm using Zeus). But when I "bitbake suricata" I'm getting the same error because it's not updating the configure file. Do I also have to fix the configure file or is there some way I can force a autoreconf?
Thanks
Gary
From: Khem Raj <raj.khem@...>
Sent: Saturday, March 5, 2022 2:55 AM To: Gary Huband <Gary@...> Cc: akuster808 <akuster808@...>; yocto@... <yocto@...> Subject: Re: [yocto] suricata: enable lua support On Fri, Mar 4, 2022 at 6:23 PM Gary Huband via
lists.yoctoproject.org <gary=missionsecure.com@...> wrote:
seems so, lua5.1 is not ABI compatible with newer Lua, so if an app needs this version then
you will have to add it, perhaps see if you can just use internal version or something like that
Gary Huband
Sr. Software and Systems Engineer
Office: 434.284.8071 x720 Direct: 434.260.4995 Gary@...
: : : : : : : : : : : : : : : : : : : : : : : : : : :
![]() This email and any files transmitted with it are confidential and proprietary and intended solely for the use of the individual or entity to whom they are addressed.
Any dissemination, distribution or copying of this communication is strictly prohibited without our prior permission. If you received this in error, please contact the sender and delete the material from any computer.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
[meta-rockchip][PATCH] wic: add e2fsprogs dependency
Trevor Woerner
Started seeing the following error in my builds:
ERROR: A native program mkfs.ext4 required to build the image was not found Please make sure wic-tools have e2fsprogs-native in its DEPENDS Signed-off-by: Trevor Woerner <twoerner@...> --- conf/machine/include/rockchip-wic.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/include/rockchip-wic.inc b/conf/machine/include/rockchip-wic.inc index 30b0d57..6fa5367 100644 --- a/conf/machine/include/rockchip-wic.inc +++ b/conf/machine/include/rockchip-wic.inc @@ -7,6 +7,7 @@ WKS_FILE = "rockchip.wks" WKS_FILE_DEPENDS ?= " \ mtools-native \ dosfstools-native \ + e2fsprogs-native \ virtual/bootloader \ virtual/kernel \ " -- 2.34.1.75.gabe6bb3905
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Re: [meta-zephyr][PATCH 2/2] zephyr-kernel: add support for zephyr v3.0.0
Jon Mason
On Tue, Mar 08, 2022 at 11:12:00AM +0100, Bartosz Golaszewski wrote:
From: Bartosz Golaszewski <bartosz.golaszewski@...>Ran this patch through my nightly CI and it comes out green https://gitlab.com/jonmason00/meta-zephyr/-/pipelines/487255541 Tested-by: Jon Mason <jon.mason@...> ---
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
M+ & H bugs with Milestone Movements WW10
Stephen Jolley
All,
YP M+ or high bugs which moved to a new milestone in WW10 are listed below:
Thanks,
Stephen K. Jolley Yocto Project Program Manager ( Cell: (208) 244-4460 * Email: sjolley.yp.pm@...
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Enhancements/Bugs closed WW10!
Stephen Jolley
All,
The below were the owners of enhancements or bugs closed during the last week!
Thanks,
Stephen K. Jolley Yocto Project Program Manager ( Cell: (208) 244-4460 * Email: sjolley.yp.pm@...
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Current high bug count owners for Yocto Project 3.5
Stephen Jolley
"All,
Below is the list as of top 47 bug owners as of the end of WW10 of who have open medium or higher bugs and enhancements against YP 3.5. There are 38 possible work days left until the final release candidates for YP 3.5 needs to be released.
Thanks,
Stephen K. Jolley Yocto Project Program Manager ( Cell: (208) 244-4460 * Email: sjolley.yp.pm@...
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Yocto Project Status WW10`22
Stephen Jolley
Current Dev Position: YP 3.5 M4 Next Deadline: 4th April. 2022 YP 3.5 M4 build
Next Team Meetings:
Key Status/Updates:
Ways to contribute:
YP 3.5 Milestone Dates:
Upcoming dot releases:
Tracking Metrics:
The Yocto Project’s technical governance is through its Technical Steering Committee, more information is available at: https://wiki.yoctoproject.org/wiki/TSC
The Status reports are now stored on the wiki at: https://wiki.yoctoproject.org/wiki/Weekly_Status
[If anyone has suggestions for other information you’d like to see on this weekly status update, let us know!]
Thanks,
Stephen K. Jolley Yocto Project Program Manager ( Cell: (208) 244-4460 * Email: sjolley.yp.pm@...
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Yocto Project Newcomer & Unassigned Bugs - Help Needed
Stephen Jolley
All,
The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading: https://wiki.yoctoproject.org/wiki/Bug_Triage#Newcomer_Bugs Also please review: https://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded and how to create a bugzilla account at: https://bugzilla.yoctoproject.org/createaccount.cgi The idea is these bugs should be straight forward for a person to help work on who doesn't have deep experience with the project. If anyone can help, please take ownership of the bug and send patches! If anyone needs help/advice there are people on irc who can likely do so, or some of the more experienced contributors will likely be happy to help too.
Also, the triage team meets weekly and does its best to handle the bugs reported into the Bugzilla. The number of people attending that meeting has fallen, as have the number of people available to help fix bugs. One of the things we hear users report is they don't know how to help. We (the triage team) are therefore going to start reporting out the currently 397 unassigned or newcomer bugs.
We're hoping people may be able to spare some time now and again to help out with these. Bugs are split into two types, "true bugs" where things don't work as they should and "enhancements" which are features we'd want to add to the system. There are also roughly four different "priority" classes right now, “3.5, “3.6”, "3.99" and "Future", the more pressing/urgent issues being in "3.5" and then “3.6”.
Please review this link and if a bug is something you would be able to help with either take ownership of the bug, or send me (sjolley.yp.pm@...) an e-mail with the bug number you would like and I will assign it to you (please make sure you have a Bugzilla account). The list is at: https://wiki.yoctoproject.org/wiki/Bug_Triage_Archive#Unassigned_or_Newcomer_Bugs
Thanks,
Stephen K. Jolley Yocto Project Program Manager ( Cell: (208) 244-4460 * Email: sjolley.yp.pm@...
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
[yocto-autobuilder2][dunfell] config.py: enable alma8, fedora35, and opensuse153 workers for dunfell
Steve Sakoman
Signed-off-by: Steve Sakoman <steve@...>
--- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 7e15105..d2aa793 100644 --- a/config.py +++ b/config.py @@ -152,7 +152,7 @@ all_workers = workers + workers_bringup + workers_buildperf + workers_arm workers_prev_releases = { "hardknott" : ("centos7", "centos8", "debian8", "debian9", "debian10", "debian11", "fedora31", "fedora32", "fedora33", "fedora34", "opensuse152", "ubuntu1604", "ubuntu1804", "ubuntu2004", "perf-"), "gatesgarth" : ("centos7", "centos8", "debian8", "debian9", "debian10", "fedora30", "fedora31", "fedora32", "opensuse150", "opensuse151", "opensuse152", "ubuntu1604", "ubuntu1804", "ubuntu1904", "ubuntu2004", "perf-"), - "dunfell" : ("centos7", "centos8", "debian8", "debian9", "debian10", "debian11", "fedora29", "fedora30", "fedora31", "fedora32", "fedora33", "fedora34", "opensuse150", "opensuse151", "opensuse152", "ubuntu1604", "ubuntu1804", "ubuntu1904", "ubuntu2004", "perf-"), + "dunfell" : (""alma8", centos7", "centos8", "debian8", "debian9", "debian10", "debian11", "fedora29", "fedora30", "fedora31", "fedora32", "fedora33", "fedora34", "fedora35", "opensuse150", "opensuse151", "opensuse152", "opensuse153", "ubuntu1604", "ubuntu1804", "ubuntu1904", "ubuntu2004", "perf-"), "zeus" : ("centos7", "debian8", "debian9", "debian10", "fedora28", "fedora29", "fedora30", "opensuse150", "opensuse151", "ubuntu1604", "ubuntu1804", "ubuntu1904", "perf-"), "warrior" : ("centos7", "debian8", "debian9", "debian10", "fedora28", "fedora29", "fedora30", "opensuse150", "opensuse151", "ubuntu1604", "ubuntu1804", "ubuntu1904", "perf-"), "thud" : ("centos7", "debian8", "debian9", "debian10", "fedora28", "fedora29", "fedora30", "opensuse150", "opensuse151", "ubuntu1604", "ubuntu1804", "ubuntu1904", "perf-"), -- 2.25.1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
[meta-zephyr][PATCH 2/2] zephyr-kernel: add support for zephyr v3.0.0
Bartosz Golaszewski
From: Bartosz Golaszewski <bartosz.golaszewski@...>
Add support for zephyr v3.0.0 and make it the preferred version. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@...> --- .../zephyr-kernel/zephyr-kernel-src-2.7.1.inc | 16 ++--- .../zephyr-kernel/zephyr-kernel-src-3.0.0.inc | 70 +++++++++++++++++++ .../zephyr-kernel/zephyr-kernel-src.inc | 12 ++-- 3 files changed, 83 insertions(+), 15 deletions(-) create mode 100644 meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-kernel-src-3.0.0.inc diff --git a/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.7.1.inc b/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.7.1.inc index e090234..a2c100c 100644 --- a/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.7.1.inc +++ b/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.7.1.inc @@ -2,11 +2,11 @@ SRCREV_FORMAT = "default_cmsis" # These repositories are specific to post-2.6 branches -SRC_URI += "\ - git://github.com/zephyrproject-rtos/hal_telink.git;protocol=https;nobranch=1;destsuffix=git/modules/hal/telink;name=telink \ - git://github.com/zephyrproject-rtos/lz4.git;protocol=https;nobranch=1;destsuffix=git/modules/lib/lz4;name=lz4 \ - git://github.com/zephyrproject-rtos/tflite-micro.git;protocol=https;nobranch=1;destsuffix=git/modules/lib/tflite-micro;name=tflite-micro \ - " +SRC_URI += " \ + git://github.com/zephyrproject-rtos/mcumgr.git;protocol=https;nobranch=1;destsuffix=git/modules/lib/mcumgr;name=mcumgr \ + git://github.com/zephyrproject-rtos/TraceRecorderSource.git;protocol=https;nobranch=1;destsuffix=git/modules/debug/TraceRecorder;name=TraceRecorder \ + git://github.com/zephyrproject-rtos/trusted-firmware-m.git;protocol=https;nobranch=1;destsuffix=git/modules/tee/tfm;name=tfm \ +" # # Generated from: @@ -62,8 +62,4 @@ SRCREV_tfm = "c74be3890c9d975976fde1b1a3b2f5742bec34c0" ZEPHYR_BRANCH = "v2.7-branch" PV = "2.7.1+git${SRCPV}" -SRC_URI:append = " \ - file://0001-cmake-add-yocto-toolchain.patch \ - file://0001-x86-fix-efi-binary-generation-issue-in-cross-compila.patch \ - file://dtc.patch \ -" +SRC_URI:append = " file://dtc.patch" diff --git a/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-kernel-src-3.0.0.inc b/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-kernel-src-3.0.0.inc new file mode 100644 index 0000000..64594a0 --- /dev/null +++ b/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-kernel-src-3.0.0.inc @@ -0,0 +1,70 @@ +SRCREV_FORMAT = "default_cmsis" + +# +# Generated with: +# +# #!/usr/bin/python3 +# +# import yaml +# import sys +# +# if __name__ == "__main__": +# with open(sys.argv[1], "r") as fd: +# data = yaml.safe_load(fd) +# +# for project in data["manifest"]["projects"]: +# print("SRCREV_{} = \"{}\"".format(project["name"], project["revision"])) +# + +SRCREV_default = "4f8d78ceeb436e82f528511998515f6fc137c6cd" +SRCREV_canopennode = "1052dae561497bef901f931ef75e117c9224aecd" +SRCREV_civetweb = "094aeb41bb93e9199d24d665ee43e9e05d6d7b1c" +SRCREV_cmsis = "b0612c97c1401feeb4160add6462c3627fe90fc7" +SRCREV_edtt = "1fc2e6f7d2a01a01074456f2ef2ccf1f3df7fac1" +SRCREV_fatfs = "09a9d913c61dccbb8ff92d8943b452c614ac5292" +SRCREV_fff = "6ce5ba26486e93d5b7696a3e23f0585932c14b16" +SRCREV_altera = "23c1c1dd7a0c1cc9a399509d1819375847c95b97" +SRCREV_atmel = "9f78f520f6cbb997e5b44fe8ab17dd5bf2448095" +SRCREV_cypress = "81a059f21435bc7e315bccd720da5a9b615bbb50" +SRCREV_espressif = "bcd7565ffa390d5774dc2fbe71a002faa9a7d082" +SRCREV_gigadevice = "242a7f4be7a3136606c7a65169775f7ef85ad444" +SRCREV_infineon = "f1fa8241f8786198ba41155413243de36ed878a5" +SRCREV_microchip = "870d05e6a64ea9548da6b907058b03c8c9420826" +SRCREV_nordic = "a42b016d7c7610489f5f8c79773fedc05ba352ee" +SRCREV_nuvoton = "b4d31f33238713a568e23618845702fadd67386f" +SRCREV_nxp = "9629f15fd80169cc9669e3fbb1260467c3aeb175" +SRCREV_openisa = "40d049f69c50b58ea20473bee14cf93f518bf262" +SRCREV_quicklogic = "b3a66fe6d04d87fd1533a5c8de51d0599fcd08d0" +SRCREV_rpi_pico = "191f5ba46fda49523cdaaef27583d1c875ba2c36" +SRCREV_silabs = "be39d4eebeddac6e18e9c0c3ba1b31ad1e82eaed" +SRCREV_st = "575de9d461aa6f430cf62c58a053675377e700f3" +SRCREV_stm32 = "300109f80730cb2477bfcc706a6602b9870336b3" +SRCREV_telink = "ffcfd6282aa213f1dc0848dbca6279b098f6b143" +SRCREV_ti = "1992a4c536554c4f409c36896eda6abdc414d277" +SRCREV_xtensa = "0e577021bb66e644afd067cd9f7c71ab11b62b3d" +SRCREV_libmetal = "f237c9d420a51cc43bc37d744e41191ad613f348" +SRCREV_littlefs = "33509ed9c3d369cdb9d909cd40c5eea8f64a902c" +SRCREV_loramac-node = "12019623bbad9eb54fe51066847a7cbd4b4eac57" +SRCREV_lvgl = "783c1f78c8e39751fe89d0883c8bce7336f55e94" +SRCREV_lz4 = "8e303c264fc21c2116dc612658003a22e933124d" +SRCREV_mbedtls = "3e3e58a92de76069730c63e0d524f40fea948a61" +SRCREV_mcuboot = "89936c338e46f43cb177a8b928cd80b90f3ace8f" +SRCREV_mipi-sys-t = "d9da086b11cda494d85f4d8a9829f505c2d5e380" +SRCREV_nanopb = "d148bd26718e4c10414f07a7eb1bd24c62e56c5d" +SRCREV_net-tools = "f49bd1354616fae4093bf36e5eaee43c51a55127" +SRCREV_nrf_hw_models = "b8cea37dbdc8fc58cc14b4e19fa850877a9da520" +SRCREV_open-amp = "cfd050ff38a9d028dc211690b2ec35971128e45e" +SRCREV_openthread = "b7aa7686d3f4e326bd25abc234b209159977c26d" +SRCREV_segger = "3a52ab222133193802d3c3b4d21730b9b1f1d2f6" +SRCREV_sof = "500d77e0ac84ac2c969e0d4b2142cca192e893bc" +SRCREV_tflite-micro = "9156d050927012da87079064db59d07f03b8baf6" +SRCREV_tinycbor = "40daca97b478989884bffb5226e9ab73ca54b8c4" +SRCREV_tinycrypt = "3e9a49d2672ec01435ffbf0d788db6d95ef28de0" +SRCREV_TraceRecorderSource = "e8ca3b6a83d19b2fc4738a0d9607190436e5e452" +SRCREV_trusted-firmware-m = "5d32c3e64b3d589548e881eeeeb37d84944c90af" +SRCREV_tf-m-tests = "52814181f0fde6d1422fac204d42cde30c62e40e" +SRCREV_psa-arch-tests = "0aab24602cbef30f6422e7ef1066a8473073e586" +SRCREV_zscilib = "12bfe3f0a9fcbfe3edab7eabc9678b6c62875d34" + +ZEPHYR_BRANCH = "v3.0-branch" +PV = "3.0.0+git${SRCPV}" diff --git a/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-kernel-src.inc b/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-kernel-src.inc index 60291ed..9a92ddf 100644 --- a/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-kernel-src.inc +++ b/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-kernel-src.inc @@ -37,7 +37,6 @@ SRC_URI = "\ git://github.com/zephyrproject-rtos/lvgl.git;protocol=https;nobranch=1;destsuffix=git/modules/lib/gui/lvgl;name=lvgl \ git://github.com/zephyrproject-rtos/mbedtls.git;protocol=https;nobranch=1;destsuffix=git/modules/crypto/mbedtls;name=mbedtls \ git://github.com/zephyrproject-rtos/mcuboot.git;protocol=https;nobranch=1;destsuffix=git/bootloader/mcuboot;name=mcuboot \ - git://github.com/zephyrproject-rtos/mcumgr.git;protocol=https;nobranch=1;destsuffix=git/modules/lib/mcumgr;name=mcumgr \ git://github.com/zephyrproject-rtos/mipi-sys-t.git;protocol=https;nobranch=1;destsuffix=git/modules/debug/mipi-sys-t;name=mipi-sys-t \ git://github.com/zephyrproject-rtos/nanopb.git;protocol=https;nobranch=1;destsuffix=git/modules/lib/nanopb;name=nanopb \ git://github.com/zephyrproject-rtos/net-tools.git;protocol=https;nobranch=1;destsuffix=git/tools/net-tools;name=net-tools \ @@ -48,11 +47,14 @@ SRC_URI = "\ git://github.com/zephyrproject-rtos/sof.git;protocol=https;nobranch=1;destsuffix=git/modules/audio/sof;name=sof \ git://github.com/zephyrproject-rtos/tinycbor.git;protocol=https;nobranch=1;destsuffix=git/modules/lib/tinycbor;name=tinycbor \ git://github.com/zephyrproject-rtos/tinycrypt.git;protocol=https;nobranch=1;destsuffix=git/modules/crypto/tinycrypt;name=tinycrypt \ - git://github.com/zephyrproject-rtos/TraceRecorderSource.git;protocol=https;nobranch=1;destsuffix=git/modules/debug/TraceRecorder;name=TraceRecorder \ - git://github.com/zephyrproject-rtos/trusted-firmware-m.git;protocol=https;nobranch=1;destsuffix=git/modules/tee/tfm;name=tfm \ - " + git://github.com/zephyrproject-rtos/hal_telink.git;protocol=https;nobranch=1;destsuffix=git/modules/hal/telink;name=telink \ + git://github.com/zephyrproject-rtos/lz4.git;protocol=https;nobranch=1;destsuffix=git/modules/lib/lz4;name=lz4 \ + git://github.com/zephyrproject-rtos/tflite-micro.git;protocol=https;nobranch=1;destsuffix=git/modules/lib/tflite-micro;name=tflite-micro \ + file://0001-cmake-add-yocto-toolchain.patch \ + file://0001-x86-fix-efi-binary-generation-issue-in-cross-compila.patch \ +" S = "${WORKDIR}/git" # Default to a stable version -PREFERRED_VERSION_zephyr-kernel ??= "2.7.1" +PREFERRED_VERSION_zephyr-kernel ??= "3.0.0" include zephyr-kernel-src-${PREFERRED_VERSION_zephyr-kernel}.inc -- 2.30.1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
[meta-zephyr][PATCH 1/2] zephyr-kernel: drop support for zephyr v2.6.1
Bartosz Golaszewski
From: Bartosz Golaszewski <bartosz.golaszewski@...>
v2.7.1 is the LTS release and we'll be adding support fr v3.0.0 in the subsequent patch. Drop support for v2.6.1. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@...> --- .../zephyr-kernel/zephyr-kernel-src-2.6.1.inc | 54 ------------------- 1 file changed, 54 deletions(-) delete mode 100644 meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.6.1.inc diff --git a/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.6.1.inc b/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.6.1.inc deleted file mode 100644 index 5306196..0000000 --- a/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.6.1.inc +++ /dev/null @@ -1,54 +0,0 @@ -SRCREV_FORMAT = "default_cmsis" -SRCREV_default = "c8755e0b46bd9e171fae38adc1c614197b8ac2cd" -SRCREV_cmsis = "c3bd2094f92d574377f7af2aec147ae181aa5f8e" -SRCREV_atmel = "d17b7dd92d209b20bc1e15431d068edc29bf438d" -SRCREV_altera = "23c1c1dd7a0c1cc9a399509d1819375847c95b97" -SRCREV_canopennode = "468d350028a975b96563e58344de48281a0ab371" -SRCREV_civetweb = "e6903b80c09d17cd1a8bb32e40080005558aad29" -SRCREV_espressif = "22e757632677e3579e6f20bb9955fffb2e1b3e1c" -SRCREV_fatfs = "1d1fcc725aa1cb3c32f366e0c53d7490d0fe1109" -SRCREV_cypress = "81a059f21435bc7e315bccd720da5a9b615bbb50" -SRCREV_infineon = "f1fa8241f8786198ba41155413243de36ed878a5" -SRCREV_nordic = "574493fe29c79140df4827ab5d4a23df79d03681" -SRCREV_openisa = "40d049f69c50b58ea20473bee14cf93f518bf262" -SRCREV_nuvoton = "b4d31f33238713a568e23618845702fadd67386f" -SRCREV_microchip = "b280eec5d3b1296b231117c1999bcd0269b6ecc4" -SRCREV_silabs = "be39d4eebeddac6e18e9c0c3ba1b31ad1e82eaed" -SRCREV_st = "b52fdbf4b62439be9fab9bb4bae9690a42d2fb14" -SRCREV_stm32 = "f8ff8d25aa0a9e65948040c7b47ec67f3fa300df" -SRCREV_ti = "3da6fae25fc44ec830fac4a92787b585ff55435e" -SRCREV_libmetal = "39d049d4ae68e6f6d595fce7de1dcfc1024fb4eb" -SRCREV_quicklogic = "b3a66fe6d04d87fd1533a5c8de51d0599fcd08d0" -SRCREV_lvgl = "31acbaa36e9e74ab88ac81e3d21e7f1d00a71136" -SRCREV_mbedtls = "5765cb7f75a9973ae9232d438e361a9d7bbc49e7" -SRCREV_mcuboot = "2fce9769b191411d580bbc65b043956c2ae9307e" -SRCREV_mcumgr = "5c5055f5a7565f8152d75fcecf07262928b4d56e" -SRCREV_net-tools = "f49bd1354616fae4093bf36e5eaee43c51a55127" -SRCREV_nxp = "0d11138724959e1162777d9206f841ccdf64348e" -SRCREV_open-amp = "6010f0523cbc75f551d9256cf782f173177acdef" -SRCREV_loramac-node = "2cee5f7295ff0ff804bf06fea5de006bc7cd121e" -SRCREV_openthread = "385e19da1ae15f27872c2543b97276a42f102ead" -SRCREV_segger = "3a52ab222133193802d3c3b4d21730b9b1f1d2f6" -SRCREV_sof = "779f28ed465c03899c8a7d4aaf399856f4e51158" -SRCREV_tinycbor = "40daca97b478989884bffb5226e9ab73ca54b8c4" -SRCREV_tinycrypt = "3e9a49d2672ec01435ffbf0d788db6d95ef28de0" -SRCREV_littlefs = "9e4498d1c73009acd84bb36036ee5e2869112a6c" -SRCREV_mipi-sys-t = "75e671550ac1acb502f315fe4952514dc73f7bfb" -SRCREV_nrf_hw_models = "a47e326ca772ddd14cc3b9d4ca30a9ab44ecca16" -SRCREV_TraceRecorder = "5b5f8d7adbf0e93a09087e8f5708f0eebb8b25bf" -SRCREV_xtensa = "2f04b615cd5ad3a1b8abef33f9bdd10cc1990ed6" -SRCREV_edtt = "7dd56fc100d79cc45c33d43e7401d1803e26f6e7" -SRCREV_tfm = "e18b7a9b040b5b5324520388047c9e7d678447e6" -SRCREV_tfm-mcuboot = "4aa516e7281fc6f9a2dce0b0efda9acc580fa254" -SRCREV_nanopb = "d148bd26718e4c10414f07a7eb1bd24c62e56c5d" -SRCREV_tensorflow = "dc70a45a7cc12c25726a32cd91b28be59e7bc596" - -ZEPHYR_BRANCH = "v2.6-branch" -PV = "2.6.1+git${SRCPV}" - -SRC_URI:append = " \ - file://0001-cmake-add-yocto-toolchain.patch \ - file://0001-x86-fix-efi-binary-generation-issue-in-cross-compila.patch \ - file://arduino-nano-33-ble-storage-partition.patch \ - file://dtc.patch \ -" -- 2.30.1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
[meta-mingw] [PATCH] dbus: adjust for dbus 1.14
Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex@...>
--- recipes-core/dbus/dbus_%.bbappend | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-core/dbus/dbus_%.bbappend b/recipes-core/dbus/dbus_%.bbappend index 7bb40f1..be88280 100644 --- a/recipes-core/dbus/dbus_%.bbappend +++ b/recipes-core/dbus/dbus_%.bbappend @@ -1,5 +1,6 @@ FILES:${PN}:append:mingw32 = "\ ${bindir}/dbus-launch.exe \ + ${bindir}/dbus-run-session.exe \ " FILES:${PN}-tools:append:mingw32 = "\ -- 2.30.2
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Re: [qa-build-notification] QA notification for completed autobuilder build (yocto-3.5_M3.rc1)
Teoh, Jay Shen
Hi all,
toggle quoted messageShow quoted text
Intel and WR YP QA is planning for QA execution for YP build yocto-3.5_M3.rc1. We are planning to execute following tests for this cycle: OEQA-manual tests for following module: 1. OE-Core 2. BSP-hw Runtime auto test for following platforms: 1. MinnowTurbot 32-bit 2. Coffee Lake 3. NUC 7 4. NUC 6 5. Edgerouter 6. Beaglebone ETA for completion this Thursday, March 10. Thanks, Jay
-----Original Message-----
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|