Re: [yocto] [yocto-autobuilder-helper][PATCH v2] config.json: add reproducible-openembedded build

2023-10-02 Thread Khem Raj
looks fine to me Thanks On Mon, Oct 2, 2023 at 7:56 AM Fabien Thomas wrote: > > The purpose of this new builder is to report the reproducibility status > of all meta-openembedded recipes layer by layer. It use the same > reproducible selftest than OE-Core but setting only world as target, > and

Re: [yocto] [meta-rockchip][PATCH 2/3] rock-pi-e.conf: remove redundant MACHINEOVERRIDES

2023-10-02 Thread Trevor Woerner
On Sun 2023-10-01 @ 09:08:02 AM, Trevor Woerner wrote: > The MACHINE name is already added to the MACHINEOVERRIDES implicitly, no need > to add it explicitly. > > Signed-off-by: Trevor Woerner > --- > conf/machine/rock-pi-e.conf | 2 -- > 1 file changed, 2 deletions(-) Applied to

[yocto] [meta-rockchip] [PATCH] Allow KERNEL_IMAGETYPE override v3

2023-10-02 Thread Anthony Davies
From: Anthony Davies Updated inc files to allow overriding KERNEL_IMAGETYPE in local.conf Signed-off-by: Anthony Davies --- conf/machine/include/px30.inc | 2 +- conf/machine/include/rk3066.inc | 2 +- conf/machine/include/rk3188.inc | 2 +- conf/machine/include/rk3288.inc | 2 +-

[yocto] [meta-rockchip][PATCH v2 2/4] u-boot cleanup: group dependencies

2023-10-02 Thread Trevor Woerner
Group the INIT_FIRMWARE_DEPENDS together and sort. Signed-off-by: Trevor Woerner --- recipes-bsp/u-boot/u-boot%.bbappend | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot%.bbappend b/recipes-bsp/u-boot/u-boot%.bbappend index

[yocto] [meta-rockchip][PATCH v2 3/4] u-boot cleanup: group EXTRA_OEMAKE

2023-10-02 Thread Trevor Woerner
Group the EXTRA_OEMAKE items together and sort. Signed-off-by: Trevor Woerner --- recipes-bsp/u-boot/u-boot%.bbappend | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot%.bbappend b/recipes-bsp/u-boot/u-boot%.bbappend index

[yocto] [meta-rockchip][PATCH v2 4/4] u-boot cleanup: organize DEPENDS

2023-10-02 Thread Trevor Woerner
Group and sort the DEPENDS. Signed-off-by: Trevor Woerner --- recipes-bsp/u-boot/u-boot%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot%.bbappend b/recipes-bsp/u-boot/u-boot%.bbappend index 951e82af7743..e79c471cf5ce 100644 ---

[yocto] [meta-rockchip] [PATCH] Stop u-boot sections partition table

2023-10-02 Thread Anthony Davies
From: Anthony Davies When checking the partition table of builds using this layer you get numerous extra partitions due to each bootloader entry creating a partition. --no-table on these entries should stop this from happening. Signed-off-by: Anthony Davies --- wic/rockchip.wks | 10

Re: [yocto] [meta-rockchip][PATCH] nanopi-r2s: add

2023-10-02 Thread Trevor Woerner
On Mon 2023-10-02 @ 10:11:46 AM, Trevor Woerner wrote: > The NanoPi R2S is a mini router with edge computing and dual GbE ports by > FriendlyElec. It is based on the Rockchip RK3328 - a quad A53 core, 64-bit SoC > running at 1.2GHz with at least 1GB of DDR4 RAM. It has one USB 2.0 host and > is

[yocto] [meta-rockchip][PATCH] nanopi-m4b: add

2023-10-02 Thread Trevor Woerner
NanoPi M4B is a RK3399-based (dual-core A72, quad-core A53 with NEON) board in the same form factor as the RPi B3+ (including compatible connectors) with onboard 2.4/5.0 dual-band WiFi + Bluetooth 5.0 with USB type-C power from FriendlyElec.

[yocto] [meta-rockchip][PATCH] virtual/tpl: add

2023-10-02 Thread Trevor Woerner
Be more obvious regarding the roles of TF-A vs rkbin: both provide a TPL for Rockchip SoCs, but only one should be used. Signed-off-by: Trevor Woerner --- conf/machine/include/px30.inc| 1 + conf/machine/include/rk3328.inc | 1 +

[yocto] [meta-rockchip][PATCH v2 0/4] u-boot cleanup

2023-10-02 Thread Trevor Woerner
The U-Boot bbappend recipe was in need of some cleanups. v2: - breakup the original 1 patch into 4 to make the steps easier to audit/verify. Trevor Woerner (4): u-boot cleanup: move task u-boot cleanup: group dependencies u-boot cleanup: group EXTRA_OEMAKE u-boot cleanup: organize

[yocto] [meta-rockchip][PATCH v2 1/4] u-boot cleanup: move task

2023-10-02 Thread Trevor Woerner
According to the Yocto Recipe Style Guide[1] the tasks should be at the end. [1] https://docs.yoctoproject.org/dev/contributor-guide/recipe-style-guide.html Signed-off-by: Trevor Woerner --- recipes-bsp/u-boot/u-boot%.bbappend | 14 +++--- 1 file changed, 7 insertions(+), 7

[yocto] [meta-rockchip] [PATCH] machine include files use weak defaults

2023-10-02 Thread Anthony Davies
From: Anthony Davies This allows defaults to be set per machine.conf but also allows overrides in local.conf. Signed-off-by: Anthony Davies --- conf/machine/include/px30.inc | 8 conf/machine/include/rk3288.inc| 4 ++-- conf/machine/include/rk3328.inc

Re: [yocto] [qa-build-notification] QA notification for completed autobuilder build (yocto-4.3_M3.rc9)

2023-10-02 Thread Jing Hui Tham
Hi all, Intel and WR YP QA is planning for QA execution for YP build yocto-4.3_M3.rc9. 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. MinnowBoard Turbot - 32bit

[yocto] cmake backporting

2023-10-02 Thread Danter, Richard via lists.yoctoproject.org
Hi all, We have a customer using hardknott & kirkstone who needs a newer cmake version. Looking at mickledore, it has a version of cmake that has the features they require. Would it be acceptable to submit a patch to backport this version of cmake to these older YP releases? I'm not sure on the

Re: [yocto] [qa-build-notification] QA notification for completed autobuilder build (yocto-4.3_M3.rc9)

2023-10-02 Thread Richard Purdie
On Mon, 2023-10-02 at 09:41 +, Jing Hui Tham wrote: > Hi all, > > Intel and WR YP QA is planning for QA execution for YP build > yocto-4.3_M3.rc9. We are planning to execute following tests for this cycle: > > OEQA-manual tests for following module: > 1. OE-Core > 2. BSP-hw > > Runtime

Re: [yocto] cmake backporting

2023-10-02 Thread Mikko Rapeli
Hi, On Mon, Oct 02, 2023 at 10:41:37AM +, Danter, Richard via lists.yoctoproject.org wrote: > Hi all, > > We have a customer using hardknott & kirkstone who needs a newer cmake > version. Looking at mickledore, it has a version of cmake that has the > features they require. > > Would it be

Re: [yocto] Adding device tree overlay #kirkstone

2023-10-02 Thread Josef Holzmayr
Hi Daniel, adding it to IMAGE_BOOT_FILES should do the trick. Greetz, Josef On Sun, Oct 1, 2023 at 10:35 PM wrote: > Hi, > > I am struggling to add a device tree overlay to the linux kernel. > > I am on the kirkstone branch and my recipe (linux-raspberrypi_%.bbappend) > looks like this: > > >

Re: [yocto] cmake backporting

2023-10-02 Thread Danter, Richard via lists.yoctoproject.org
On Mon, 2023-10-02 at 14:02 +0300, Mikko Rapeli wrote: > CAUTION: This email comes from a non Wind River email account! > Do not click links or open attachments unless you recognize the > sender and know the content is safe. > > Hi, > > On Mon, Oct 02, 2023 at 10:41:37AM +, Danter, Richard

[yocto] [meta-rockchip][PATCH] KERNEL_DEVICETREE: 32-bit re-org

2023-10-02 Thread Trevor Woerner
The upstream kernel reorganized the 32-bit arch/arm device-tree directory structure to separate out the device-trees by manufacturer (similar to the organization of the arch/arm64 device-trees). Update the references to 32-bit arm device-trees to match. Signed-off-by: Trevor Woerner ---

[yocto] [meta-rockchip][PATCH] nanopi-r2s: add

2023-10-02 Thread Trevor Woerner
The NanoPi R2S is a mini router with edge computing and dual GbE ports by FriendlyElec. It is based on the Rockchip RK3328 - a quad A53 core, 64-bit SoC running at 1.2GHz with at least 1GB of DDR4 RAM. It has one USB 2.0 host and is powered via a USB type-C connector (5V/2A).

Re: [yocto] [meta-rockchip][PATCH] nanopi-r2s: add

2023-10-02 Thread Quentin Schulz via lists.yoctoproject.org
Hi Trevor, On 10/2/23 16:11, Trevor Woerner via lists.yoctoproject.org wrote: The NanoPi R2S is a mini router with edge computing and dual GbE ports by FriendlyElec. It is based on the Rockchip RK3328 - a quad A53 core, 64-bit SoC running at 1.2GHz with at least 1GB of DDR4 RAM. It has one USB

[yocto] [yocto-autobuilder-helper][PATCH v2] config.json: add reproducible-openembedded build

2023-10-02 Thread Fabien Thomas
The purpose of this new builder is to report the reproducibility status of all meta-openembedded recipes layer by layer. It use the same reproducible selftest than OE-Core but setting only world as target, and excluding all oecore and other openembedded layer recipes. Also, the report output

Re: [yocto] [meta-rockchip][PATCH 1/3] u-boot: cleanup

2023-10-02 Thread Quentin Schulz via lists.yoctoproject.org
Hi Trevor, On 10/1/23 15:08, Trevor Woerner via lists.yoctoproject.org wrote: Clean up the u-boot bbappend recipe: group items together and re-order as per the Yocto recipe style guide. Signed-off-by: Trevor Woerner --- recipes-bsp/u-boot/u-boot%.bbappend | 32 ++---

Re: [yocto] [meta-rockchip][PATCH 2/3] rock-pi-e.conf: remove redundant MACHINEOVERRIDES

2023-10-02 Thread Quentin Schulz via lists.yoctoproject.org
Hi Trevor, On 10/1/23 15:08, Trevor Woerner via lists.yoctoproject.org wrote: The MACHINE name is already added to the MACHINEOVERRIDES implicitly, no need to add it explicitly. Signed-off-by: Trevor Woerner Reviewed-by: Quentin Schulz Cheers, Quentin -=-=-=-=-=-=-=-=-=-=-=- Links: You

Re: [yocto] [meta-rockchip][PATCH 3/3] rock-pi-s: add

2023-10-02 Thread Quentin Schulz via lists.yoctoproject.org
Hi Trevor, On 10/1/23 15:08, Trevor Woerner via lists.yoctoproject.org wrote: ROCK Pi S is a Rockchip RK3308 based SBC from Radxa. It contains a 64-bit quad core processor, USB, ethernet, wireless connectivity, and voice detection engine in 1.7-inches square. The ROCK Pi S comes in two RAM

[linux-yocto] [PATCH] nxp-s32g: enable CONFIG_NXP_GLOBAL_TIME_STM and CONFIG_NVMEM_S32CC_OCOTP

2023-10-02 Thread Radu Daia (OSS)
From: "Radu Daia (NXP OSS)" In some custom build configurations, these NXP and s32cc-specific missing flags appear as build-time warnings in the do_kernel_configcheck task. Signed-off-by: Radu Daia (NXP OSS) --- bsp/nxp-s32g/nxp-s32g.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git

Re: [linux-yocto] [PATCH] nxp-s32g: enable CONFIG_NXP_GLOBAL_TIME_STM and CONFIG_NVMEM_S32CC_OCOTP

2023-10-02 Thread Radu Daia (OSS)
Hello, Just for clarification, this is intended for branch yocto-5.15 of yocto-kernel-cache. Thank you and best regards, Radu Daia From: linux-yocto@lists.yoctoproject.org on behalf of Radu Daia (OSS) via lists.yoctoproject.org Sent: Monday, October