Skip to content

Commit

Permalink
qcom-base: append IMAGE_FSTYPES instead of set
Browse files Browse the repository at this point in the history
Set overrides any other value previously set by the user (e.g.
local.conf), so change to use += (append) instead.

Signed-off-by: Ricardo Salveti <[email protected]>
  • Loading branch information
ricardosalveti authored and quic-vkraleti committed Nov 26, 2024
1 parent 43d558d commit ce06d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/machine/include/qcom-base.inc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ KERNEL_IMAGETYPES ?= "Image.gz"
KERNEL_CLASSES += "linux-qcom-dtbbin"

# QDL expects 4096 aligned ext4 image for flashing
IMAGE_FSTYPES = "ext4"
IMAGE_FSTYPES += "ext4"
IMAGE_ROOTFS_ALIGNMENT = "4096"
EXTRA_IMAGECMD:ext4 = "-i 4096 -b 4096"

Expand Down

0 comments on commit ce06d4e

Please sign in to comment.