| Message ID | 20260924102001.820922-1-s-sadik@ti.com |
|---|---|
| State | Accepted |
| Delegated to: | Ryan Eatmon |
| Headers | show |
| Series | [v2,wrynose] conf: am335x-evm : Bump up max_leb_cnt | expand |
meta-ti / na / 20260924102001.820922-1-s-sadik
PRC Results: PASS
=========================================================
check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
WARN - [PATCH v2][wrynose] conf: am335x-evm : Bump up max_leb_cnt
WARN: Commit message does not include file/recipe name: conf: am335x-evm : Bump up max_leb_cnt. (COMMIT-MESSAGE-2)
patch
WARN: Commit message should not include directory path to recipe: conf: am335x-evm : Bump up max_leb_cnt.
conf (COMMIT-MESSAGE-3)
patch
WARN: Revised patch missing a comment. (REVISION-1)
patch
For details on the above errors/warnings visit: https://lists.yoctoproject.org/g/meta-ti/wiki/40887
=========================================================
apply-yocto-patch: PASS
=========================================================
wrynose
=====================
Summary:
- Patch Series: [PATCH v2][wrynose] conf: am335x-evm : Bump up max_leb_cnt
- Submitter: From: Mahammed Sadik Shaik <s-sadik@ti.com>
- Date: Date: Thu, 24 Sep 2026 15:50:01 +0530
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: bb750f1d110b7c16ea4b562a040bf458c7824a93
Applied to:
- Repository: lcpd-prc-meta-ti
- Base Branch: wrynose-wip
- Commit Author: Paresh Bhagat <p-bhagat@ti.com>
- Commit Subject: layer.conf: Add multimedia-layer support
- Commit SHA: 0485f09e0152891edbe1d553376260ca687a44d1
Patches
----------------------------------------
All patches applied
=========================================================
check-yocto-repo: PASS
=========================================================
wrynose
=====================
PASS
=========================================================
yocto-check-layers: PASS
=========================================================
wrynose - PASS
=====================
All checks passed
On Thu, Sep 24, 2026 at 03:50:01PM +0530, Sadik via lists.yoctoproject.org wrote: > New features added require another increase to max_leb_cnt > > Signed-off-by: Mahammed Sadik Shaik <s-sadik@ti.com> > --- > v1 <-> v2 > update missing branch specifier Not for master? > --- > meta-ti-bsp/conf/machine/am335x-evm.conf | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta-ti-bsp/conf/machine/am335x-evm.conf b/meta-ti-bsp/conf/machine/am335x-evm.conf > index cc5d87d7..0dd4e7ce 100644 > --- a/meta-ti-bsp/conf/machine/am335x-evm.conf > +++ b/meta-ti-bsp/conf/machine/am335x-evm.conf > @@ -22,7 +22,7 @@ SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS3" > # UBI: logical eraseblock size: 126976 bytes > # from ubiattach stdout: > # UBI device number 0, total 1988 LEBs > -MKUBIFS_ARGS ?= "-F -m 2048 -e 126976 -c 18000" > +MKUBIFS_ARGS ?= "-F -m 2048 -e 126976 -c 24000" > > # do ubiattach /dev/ubi_ctrl -m 7 -O 2048 > # from dmesg: > -- > 2.34.1
diff --git a/meta-ti-bsp/conf/machine/am335x-evm.conf b/meta-ti-bsp/conf/machine/am335x-evm.conf index cc5d87d7..0dd4e7ce 100644 --- a/meta-ti-bsp/conf/machine/am335x-evm.conf +++ b/meta-ti-bsp/conf/machine/am335x-evm.conf @@ -22,7 +22,7 @@ SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS3" # UBI: logical eraseblock size: 126976 bytes # from ubiattach stdout: # UBI device number 0, total 1988 LEBs -MKUBIFS_ARGS ?= "-F -m 2048 -e 126976 -c 18000" +MKUBIFS_ARGS ?= "-F -m 2048 -e 126976 -c 24000" # do ubiattach /dev/ubi_ctrl -m 7 -O 2048 # from dmesg:
New features added require another increase to max_leb_cnt Signed-off-by: Mahammed Sadik Shaik <s-sadik@ti.com> --- v1 <-> v2 update missing branch specifier --- meta-ti-bsp/conf/machine/am335x-evm.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)