[yocto] How to disable Bluetooth of Raspberry Pi from Yocto?

2022-03-08 Thread 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.

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#56398): https://lists.yoctoproject.org/g/yocto/message/56398
Mute This Topic: https://lists.yoctoproject.org/mt/89657548/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [yocto] [meta-rockchip][PATCH] wic: add e2fsprogs dependency

2022-03-08 Thread 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:
> 
>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 
> ---
>  conf/machine/include/rockchip-wic.inc | 1 +
>  1 file changed, 1 insertion(+)

Applied to meta-rockchip, master.

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#56397): https://lists.yoctoproject.org/g/yocto/message/56397
Mute This Topic: https://lists.yoctoproject.org/mt/89642073/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [yocto] suricata: enable lua support

2022-03-08 Thread Gary Huband via lists.yoctoproject.org
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 
Sent: Saturday, March 5, 2022 2:55 AM
To: Gary Huband 
Cc: akuster808 ; yocto@lists.yoctoproject.org 

Subject: Re: [yocto] suricata: enable lua support



On Fri, Mar 4, 2022 at 6:23 PM Gary Huband via 
lists.yoctoproject.org
 
mailto:missionsecure@lists.yoctoproject.org>>
 wrote:
The Suricata install site also says to install

liblua5.1-dev

Does this mean that Suricata needs lua 5.1 (which is very old)?? For Zeus the 
lua recipe is 5.3.5.

Do I need to create a recipe for lua 5.1?

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

From: akuster808 mailto:akuster...@gmail.com>>
Sent: Friday, March 4, 2022 7:52 PM
To: Gary Huband ; 
yocto@lists.yoctoproject.org 
mailto:yocto@lists.yoctoproject.org>>
Subject: Re: [yocto] suricata: enable lua support



On 3/4/22 15:02, Gary Huband via 
lists.yoctoproject.org
 wrote:
>
> Adding DEPENDS += "lua"  fixed that error.  I'm assuming that allows
> the configure to find lua.
>
> Now I'm getting a compile error
>

I added this to the recipe and it appears the liblua it  is looking for
does not exist.

PACKAGECONFIG[lua] = "--enable-lua
--with-liblua-includes=${STAGING_INCDIR}
--with-liblua-libraries==${STAGING_LIBDIR}, --disable-lua,lua, lua"

Error:

checking for luaL_openlibs in -llua5.1... no
|
|ERROR!  liblua library not found, go get it
|from 
https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Flua.org%2Findex.html&data=04%7C01%7Cgary%40missionsecure.com%7C7f9815dcc0c142b6d92d08d9fe4262cb%7Cf0ca9611f13f4dc98e1b119172b8ec5d%7C0%7C1%7C637820383359878260%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=FdB7jyQwXX%2BVjjhLSDhKNSt41GUOgdg%2FG3ajSKIElo0%3D&reserved=0
 or your distribution:
|
|Ubuntu: apt-get install liblua5.1-dev


It may be  the lua recipe.  I only see the static lib 'liblua.a'

-armin

> |
> /tmp/work/cortexa7t2hf-neon-poky-linux-gnueabi/suricata/6.0.3-r0/recipe-sysroot-native/usr/bin/arm-poky-linux-gnueabi/../../libexec/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/9.2.0/ld:
> util-lua-dns.o: in function `DnsGetTxid':
> |
> /usr/src/debug/suricata/6.0.3-r0/suricata-6.0.3/src/util-lua-dns.c:80:
> undefined reference to `rs_dns_lua_get_tx_id'
> |
> /tmp/work/cortexa7t2hf-neon-poky-linux-gnueabi/suricata/6.0.3-r0/recipe-sysroot-native/usr/bin/arm-poky-linux-gnueabi/../../libexec/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/9.2.0/ld:
> util-lua-dns.o: in function `DnsGetAnswerTable':
> |
> /usr/src/debug/suricata/6.0.3-r0/suricata-6.0.3/src/util-lua-dns.c:125:
> undefined reference to `rs_dns_lua_get_answer_table'
> |
> /tmp/work/cortexa7t2hf-neon-poky-linux-gnueabi/suricata/6.0.3-r0/recipe-sysroot-native/usr/bin/arm-poky-linux-gnueabi/../../libexec/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/9.2.0/ld:
> util-lua-dns.o: in function `DnsGetAuthorityTable':
> |
> /usr/src/debug/suricata/6.0.3-r0/suricata-6.0.3/src/util-lua-dns.c:133:
> undefined reference to `rs_dns_lua_get_authority_table'
> |
> /tmp/work/cortexa7t2hf-neon-poky-linux-gnueabi/suricata/6.0.3-r0/recipe-sysroot-native/usr/bin/arm-poky-linux

[yocto] [meta-rockchip][PATCH] wic: add e2fsprogs dependency

2022-03-08 Thread 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 
---
 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


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#56395): https://lists.yoctoproject.org/g/yocto/message/56395
Mute This Topic: https://lists.yoctoproject.org/mt/89642073/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [yocto] [meta-zephyr][PATCH 2/2] zephyr-kernel: add support for zephyr v3.0.0

2022-03-08 Thread Jon Mason
On Tue, Mar 08, 2022 at 11:12:00AM +0100, Bartosz Golaszewski wrote:
> From: Bartosz Golaszewski 
> 
> Add support for zephyr v3.0.0 and make it the preferred version.
> 
> Signed-off-by: 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 

> ---
>  .../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 000..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 = "33509ed9c3d369cdb9d909cd40c5eea8

[yocto] M+ & H bugs with Milestone Movements WW10

2022-03-08 Thread Stephen Jolley
All,

 

YP M+ or high bugs which moved to a new milestone in WW10 are listed below: 


Priority

Bug ID

Short Description

Changer

Owner

Was

Became


Medium+

  14745

cve-checker update to support NVD json 5.0 format

randy.macl...@windriver.com

akuster...@gmail.com

3.6

3.6 M1

Thanks, 

 

Stephen K. Jolley

Yocto Project Program Manager

*Cell:(208) 244-4460

* Email:  sjolley.yp...@gmail.com  

 


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#56393): https://lists.yoctoproject.org/g/yocto/message/56393
Mute This Topic: https://lists.yoctoproject.org/mt/89640985/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[yocto] Enhancements/Bugs closed WW10!

2022-03-08 Thread Stephen Jolley
All,

 

The below were the owners of enhancements or bugs closed during the last
week!


Who

Count


richard.pur...@linuxfoundation.org

9


tim.orl...@konsulko.com

3


randy.macl...@windriver.com

2


pa...@zhukoff.net

1


r...@burtonini.com

1


Grand Total

16

Thanks,

 

Stephen K. Jolley

Yocto Project Program Manager

*Cell:(208) 244-4460

* Email:  sjolley.yp...@gmail.com
 

 


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#56392): https://lists.yoctoproject.org/g/yocto/message/56392
Mute This Topic: https://lists.yoctoproject.org/mt/89640958/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[yocto] Current high bug count owners for Yocto Project 3.5

2022-03-08 Thread 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.


Who

Count


michael.opdenac...@bootlin.com

35


r...@burtonini.com

33


david.re...@windriver.com

22


randy.macl...@windriver.com

22


bruce.ashfi...@gmail.com

18


tim.orl...@konsulko.com

14


sakib.sa...@windriver.com

13


trevor.gamb...@windriver.com

12


mhalst...@linuxfoundation.org

10


richard.pur...@linuxfoundation.org

10


saul.w...@windriver.com

7


kai.k...@windriver.com

6


bluelightn...@bluelightning.org

6


hongxu@windriver.com

4


jpewhac...@gmail.com

4


chee.yang@intel.com

4


qi.c...@windriver.com

3


jon.ma...@arm.com

3


alexandre.bell...@bootlin.com

2


ms...@mvista.com

2


pokyli...@reliableembeddedsystems.com

2


akuster...@gmail.com

2


alejan...@enedino.org

2


thomas.per...@bootlin.com

1


sundeep.kokko...@gmail.com

1


mingli...@windriver.com

1


open.sou...@oleksandr-kravchuk.com

1


mostthings...@gmail.com

1


liezhi.y...@windriver.com

1


pgowda@gmail.com

1


martin.ja...@gmail.com

1


pa...@zhukoff.net

1


yi.z...@windriver.com

1


and...@gherzan.com

1


aeh...@gmail.com

1


yf...@uwaterloo.ca

1


matthew...@posteo.net

1


jay.shen.t...@intel.com

1


kexin@windriver.com

1


ticot...@gmail.com

1


raj.k...@gmail.com

1


jas...@gmail.com

1


shac...@vdoo.com

1


martin.bee...@online.de

1


john.kaldas.e...@gmail.com

1


nicolas.deche...@linaro.org

1


mark.ha...@kernel.crashing.org

1


Grand Total

260

Thanks,

 

Stephen K. Jolley

Yocto Project Program Manager

*Cell:(208) 244-4460

* Email:  sjolley.yp...@gmail.com
 

 


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#56391): https://lists.yoctoproject.org/g/yocto/message/56391
Mute This Topic: https://lists.yoctoproject.org/mt/89640812/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[yocto] Yocto Project Status WW10`22

2022-03-08 Thread Stephen Jolley
Current Dev Position: YP 3.5 M4

Next Deadline: 4th April. 2022 YP 3.5 M4 build

 

Next Team Meetings:

*   Bug Triage meeting Thursday Mar. 10th 7:30 am PDT (

https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0bFd5aVpHVVZ6dz09)
*   Monthly Project Meeting Tuesday Apr. 5th at 8 am PDT (

https://zoom.us/j/990892712?pwd=cHU1MjhoM2x6ck81bkcrYjRrcmJsUT09
 )
*   Weekly Engineering Sync Tuesday Mar. 8th  at 8 am PDT (

https://zoom.us/j/990892712?pwd=cHU1MjhoM2x6ck81bkcrYjRrcmJsUT09
 )
*   Twitch -  See https://www.twitch.tv/theyoctojester

 

Key Status/Updates:

*   YP 3.3.5 has been released.
*   YP 3.5 M3 is now in QA
*   All of the known disruptive changes for 3.5 should now be merged and
we're looking at stabilizing up to release in around 4 weeks.
*   We do plan to experiment a little with M4 in this cycle by taking
low risk upgrades before release as this does tend to help improve the
baseline versions in the final release and help reduce our security
exposure. Experience shows issues tend to be introduced by feature changes
and potentially other code improvements rather than recipe upgrades and that
the autobuilder testing generally does a good job of evaluating upgrades.
*   Help in completing the migration documentation would be much
appreciated.
*   If people see intermittent issues in their own builds, particularly
if they're the same as intermittent issues seen on the autobuilder, please
do comment in the bugs mentioning when they happen as the frequency
information does help us prioritize fixing the most common issues.
*   Intermittent issues continue to be at record high levels and help is
very much welcome in trying to resolve them. You can see the list of
failures we're continuing to see by searching for the "AB-INT" tag in
bugzilla:

https://bugzilla.yoctoproject.org/buglist.cgi?quicksearch=AB-INT

 

Ways to contribute:

*   There are bugs identified as possible for newcomers to the project:

https://wiki.yoctoproject.org/wiki/Newcomers
*   There are bugs that are currently unassigned for YP 3.5. See:

https://wiki.yoctoproject.org/wiki/Bug_Triage#Medium.2B_3.5_Unassigned_Enhan
cements.2FBugs
*   We'd welcome new maintainers for recipes in OE-Core. Please see the
list at:

http://git.yoctoproject.org/cgit.cgi/poky/tree/meta/conf/distro/include/main
tainers.inc and discuss with the existing maintainer, or ask on the OE-Core
mailing list. We will likely move a chunk of these to "Unassigned" soon to
help facilitate this.
*   Help us resolve CVE issues:
 CVE metrics 

 

YP 3.5 Milestone Dates:

*   YP 3.5 M3 is in QA
*   YP 3.5 M3 Release date 2022/03/04
*   YP 3.5 M4 build date 2022/04/04
*   YP 3.5 M4 Release date 2022/04/29

 

Upcoming dot releases:

*   YP 3.3.5  is released
*   YP 3.1.15 build date 2022/03/14
*   YP 3.1.15 Release date 2022/03/25
*   YP 3.4.3 build date 2022/03/21
*   YP 3.4.3 Release date 2022/04/01
*   YP 3.3.6 build date 2022/03/28
*   YP 3.3.6 Release date 2022/04/08
*   YP 3.1.16 build date 2022/04/25
*   YP 3.1.16 Release date 2022/05/06

 

Tracking Metrics:

*   WDD 2652 (last week 2679) (

https://wiki.yoctoproject.org/charts/combo.html)
*   OE-Core/Poky Patch Metrics

*   Total patches found: 1204 (last week 1202)
*   Patches in the Pending State: 337 (28%) [last week 336 (28%)]

 

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...@gmail.com
 

 


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#56390): https://lists.yoctoproject.org/g/yocto/mess

[yocto] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2022-03-08 Thread 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...@gmail.com
 ) 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...@gmail.com
 

 


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#56389): https://lists.yoctoproject.org/g/yocto/message/56389
Mute This Topic: https://lists.yoctoproject.org/mt/89640445/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[yocto] [yocto-autobuilder2][dunfell] config.py: enable alma8, fedora35, and opensuse153 workers for dunfell

2022-03-08 Thread Steve Sakoman
Signed-off-by: Steve Sakoman 
---
 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


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#56388): https://lists.yoctoproject.org/g/yocto/message/56388
Mute This Topic: https://lists.yoctoproject.org/mt/89640160/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[yocto] [meta-zephyr][PATCH 2/2] zephyr-kernel: add support for zephyr v3.0.0

2022-03-08 Thread Bartosz Golaszewski
From: Bartosz Golaszewski 

Add support for zephyr v3.0.0 and make it the preferred version.

Signed-off-by: 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 000..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-tool

[yocto] [meta-zephyr][PATCH 1/2] zephyr-kernel: drop support for zephyr v2.6.1

2022-03-08 Thread Bartosz Golaszewski
From: 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 
---
 .../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..000
--- 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


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#56386): https://lists.yoctoproject.org/g/yocto/message/56386
Mute This Topic: https://lists.yoctoproject.org/mt/89633881/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[yocto] [meta-mingw] [PATCH] dbus: adjust for dbus 1.14

2022-03-08 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin 
---
 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


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#56385): https://lists.yoctoproject.org/g/yocto/message/56385
Mute This Topic: https://lists.yoctoproject.org/mt/89633482/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-