Beaglebadge has only 256Mb OSPI flash and except for arago-bootstrap-base-image and arago-tiny-image other arago images doesn't fit into OSPI flash. Hence remove ubifs and ubi from IMAGE_FSTYPES to prevent unnecessary image generation and build failures when adding packages to the arago-default-image.
Those who want to run arago-bootstrap-base-image and arago-tiny-image on OSPI can enable UBIFS in local.conf . Signed-off-by: Yogesh Hegde <[email protected]> --- Changes in v2: - Removed MKUBIFS_ARGS and UBINIZE_ARGS variables. --- meta-beagle/conf/machine/beaglebadge-ti.conf | 6 ------ 1 file changed, 6 deletions(-) diff --git a/meta-beagle/conf/machine/beaglebadge-ti.conf b/meta-beagle/conf/machine/beaglebadge-ti.conf index 78525030..ca98aea7 100644 --- a/meta-beagle/conf/machine/beaglebadge-ti.conf +++ b/meta-beagle/conf/machine/beaglebadge-ti.conf @@ -4,12 +4,6 @@ require conf/machine/include/am62lxx.inc -IMAGE_FSTYPES += "ubifs ubi" - -MKUBIFS_ARGS ?= "-F -m 4096 -e 258048 -c 8500" - -UBINIZE_ARGS ?= "-m 4096 -p 256KiB -s 1024 -O 1024" - KERNEL_DEVICETREE_PREFIX = " \ ti/k3-am62l3-badge \ " -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#20042): https://lists.yoctoproject.org/g/meta-ti/message/20042 Mute This Topic: https://lists.yoctoproject.org/mt/119848533/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
