mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-16 06:17:51 +00:00
beaglebadge-ti: avoid building ubifs and ubi for beaglebadge by default
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 <y-hegde@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
This commit is contained in:
committed by
Ryan Eatmon
parent
f516df9806
commit
3e88e2e2c3
@@ -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 \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user