Re: [yocto] [meta-rockchip] [PATCH] mesa: Enable Panfrost for PX30

2023-06-09 Thread Trevor Woerner
On Mon 2023-06-05 @ 12:36:39 PM, Witold Lipieta wrote: > PX30 has Mali G31 GPU and needs Mesa Panfrost for graphic acceleration. > > Signed-off-by: Witold Lipieta > --- > recipes-graphics/mesa/mesa_%.bbappend | 1 + > 1 file changed, 1 insertion(+) Applied to meta-rockchip's master and

Re: [yocto] Snort 2.9 into Snort 3 recipe

2023-06-09 Thread Trevor Gamblin
On 2023-06-09 10:05, Rostanin Gleb SBR DIRCS wrote: Hello OpenEmbedded Community, currently I am working on implementing the Snort IDS on an embedded system with the Yocto Linux OS. As OpenEmbedded already provides a recipe for Snort 2.9 it is easy to install snort into the OS.

Re: [linux-yocto] [linux-yocto v6.1 0/2] Fix two build errors in octeon branches

2023-06-09 Thread Bruce Ashfield
In message: [linux-yocto v6.1 0/2] Fix two build errors in octeon branches on 09/06/2023 Kevin Hao wrote: > From: Kevin Hao > > Hi Bruce, > > This patch series fixes two build errors for the octeon branches. Please > help me merge them into following two branches: >

Re: [linux-yocto] [v2]Review request 0/1: nxp-imx8: Enable USB_CHIPIDEA related config[LIN1023-873 LIN1023-872]

2023-06-09 Thread Bruce Ashfield
dropped. Bruce In message: Re: [linux-yocto] [v2]Review request 0/1: nxp-imx8: Enable USB_CHIPIDEA related config[LIN1023-873 LIN1023-872] on 09/06/2023 Wang, Xiaolei wrote: > ignor this email > > thanks > xiaolei >

Re: [linux-yocto][yocto-kernel-cache yocto-6.1][PATCH] nxp-imx6: Enable GPU_VIV config for nxp-imx6

2023-06-09 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto][yocto-kernel-cache yocto-6.1][PATCH] nxp-imx6: Enable GPU_VIV config for nxp-imx6 on 09/06/2023 Xiaolei Wang wrote: > Enable GPU_VIV config for nxp-imx6 graphic. > > Signed-off-by: Xiaolei Wang > --- > bsp/nxp-imx6/nxp-imx6.cfg | 1 + > 1 file

Re: [linux-yocto] [std/rt kernel v6.1]: nxp-s32g: gpio: fix gpio work abnormally issue

2023-06-09 Thread Bruce Ashfield
In message: [linux-yocto] [std/rt kernel v6.1]: nxp-s32g: gpio: fix gpio work abnormally issue on 08/06/2023 Zhantao Tang wrote: > Hi Bruce, > > The following three patches are to fix s32cc gpio work abnormally issue. > Would you please help to merge them into the following: >

Re: [linux-yocto][yocto-kernel-cache yocto-6.1][PATCH] nxp-imx8: Enable typec config for nxp-imx8

2023-06-09 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto][yocto-kernel-cache yocto-6.1][PATCH] nxp-imx8: Enable typec config for nxp-imx8 on 08/06/2023 Xiaolei Wang wrote: > Enable typec config for nxp-imx8. > > Signed-off-by: Xiaolei Wang > --- > bsp/nxp-imx8/nxp-imx8.cfg | 8 > 1 file changed, 8

Re: [linux-yocto] [std/rt kernel v6.1]: nxp-s32g: spi: fix fsl-qspi nor flash work abnormally issue

2023-06-09 Thread Bruce Ashfield
In message: [linux-yocto] [std/rt kernel v6.1]: nxp-s32g: spi: fix fsl-qspi nor flash work abnormally issue on 08/06/2023 Zhantao Tang wrote: > Hi Bruce, > > The following two patches is to fix s32cc fsl-qspi nor flash work abnormally > issue. > Would you please help to merge them into the

Re: [linux-yocto] [linux-ycoto][yocto-kernel-cache yocto-6.1][PATCH 1/2] nxp-imx8: Enable sound card config for nxp-imx8

2023-06-09 Thread Bruce Ashfield
merged. Bruce In message: [linux-ycoto][yocto-kernel-cache yocto-6.1][PATCH 1/2] nxp-imx8: Enable sound card config for nxp-imx8 on 08/06/2023 Xiaolei Wang wrote: > Enable sound card config for nxp-imx8 audio feature. > > Signed-off-by: Xiaolei Wang > --- > bsp/nxp-imx8/nxp-imx8.cfg | 3 +++

[linux-yocto] Trial merge of v5.15.116 v6.1.33 for linux-yocto

2023-06-09 Thread Kevin Hao
Hi Bruce, This is a trial merge of the stable kernel v5.15.116 v6.1.33 for the following branches in the linux-yocto. b0e9a39058ad v5.15/standard/sdkv5.10/axxia 3cf221b9e147 v5.15/standard/preempt-rt/sdkv5.10/axxia 6297cf31f2d4 v5.15/standard/base a0128f43ee89

[yocto] Snort 2.9 into Snort 3 recipe

2023-06-09 Thread Rostanin Gleb SBR DIRCS
Hello OpenEmbedded Community, currently I am working on implementing the Snort IDS on an embedded system with the Yocto Linux OS. As OpenEmbedded already provides a recipe for Snort 2.9 it is easy to install snort into the OS. Unfortunately, it is not easy to change the recipe so that the new

[linux-yocto] [linux-yocto v6.1 2/2] crypto: ecc: Add the declaration of ecc_point_mult() and vli_mod_add()

2023-06-09 Thread Kevin Hao
From: Kevin Hao Actually these are part of the changes in SDK commit 85bb620085bc ("crypto: ecc - Move ecc.h to include/crypto/internal"), but they were omitted due to the conflict with the upstream commit a745d3ace3fd ("crypto: ecc - Move ecc.h to include/crypto/internal"). Restore them back to

[linux-yocto] [linux-yocto v6.1 1/2] crypto: octeontx2: Drop the dangling exported symbol

2023-06-09 Thread Kevin Hao
From: Kevin Hao The definition of these two functions have already been deleted by commit acf526d32b02 ("crypto/octeontx2: register error interrupts for inline cptlf"), but the exported symbol for them were forgotten to be removed. Signed-off-by: Kevin Hao ---

[linux-yocto] [linux-yocto v6.1 0/2] Fix two build errors in octeon branches

2023-06-09 Thread Kevin Hao
From: Kevin Hao Hi Bruce, This patch series fixes two build errors for the octeon branches. Please help me merge them into following two branches: v6.1/standard/cn-sdkv5.15/octeon v6.1/standard/preempt-rt/cn-sdkv5.15/octeon Kevin Hao (2): crypto: octeontx2: Drop the dangling exported

Re: [yocto] Submit a new layer meta-loongarch to the layer index

2023-06-09 Thread Ross Burton
Hi, This would be https://bugzilla.yoctoproject.org/show_bug.cgi?id=14989, because your layer has a ‘main’ branch not a ‘master’ branch. You can either rename main to master, or keep a master branch in sync with main, or wait for that to be fixed. Ross -=-=-=-=-=-=-=-=-=-=-=- Links: You

Re: [yocto] Kirkstone Rust 1.68 mixin layer

2023-06-09 Thread Jose Quaresma
Hi Scott, Can this branch be renamed to just rust? -kirkstone/rust-1.68 +kirkstone/rust rust is now on 1.70 in core and it would be useful in my opinion to backport what is in the master and not just the 1.68 https://git.yoctoproject.org/poky/commit/?id=5035a8588bb27e029661a500215dd4e83f023ac6

Re: [linux-yocto] [v2]Review request 0/1: nxp-imx8: Enable USB_CHIPIDEA related config[LIN1023-873 LIN1023-872]

2023-06-09 Thread Xiaolei Wang via lists.yoctoproject.org
ignor this email thanks xiaolei From: linux-yocto@lists.yoctoproject.org on behalf of Xiaolei Wang via lists.yoctoproject.org Sent: Friday, June 9, 2023 5:42 PM To: bruce.ashfi...@gmail.com Cc: linux-yocto@lists.yoctoproject.org Subject: [linux-yocto]

[linux-yocto] [v2]Review request 0/1: nxp-imx8: Enable USB_CHIPIDEA related config[LIN1023-873 LIN1023-872]

2023-06-09 Thread Xiaolei Wang via lists.yoctoproject.org
Summary: nxp-imx8: Enable USB_CHIPIDEA related config Tech Review: Mengli Gatekeeper: Kexin Lockdown Approval (if needed): Branch Tag: yocto-6.1 IP Statement (form link or license statement, usually automated): Crypto URL(s) (if needed): see https://jive.windriver.com/docs/DOC-80428 Parent

[linux-yocto][yocto-kernel-cache yocto-6.1][PATCH 4/4] nxp-imx8: Enable USB_CHIPIDEA related config

2023-06-09 Thread Xiaolei Wang via lists.yoctoproject.org
Enable USB_CHIPIDEA related config for nxp-imx8. Signed-off-by: Xiaolei Wang --- bsp/nxp-imx8/nxp-imx8.cfg | 7 +++ 1 file changed, 7 insertions(+) diff --git a/bsp/nxp-imx8/nxp-imx8.cfg b/bsp/nxp-imx8/nxp-imx8.cfg index 1581cdc6..b116ae2d 100644 --- a/bsp/nxp-imx8/nxp-imx8.cfg +++