Skip to content

Commit dac4468

Browse files
committed
build.sh: Added rootfs image type for Agilex3 QSPI build
Signed-off-by: drosdi <danish.ahmad.rosdi@altera.com>
1 parent 64f8c0f commit dac4468

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,10 @@ build_setup() {
168168
echo 'DISTRO_FEATURES:append = " systemd usrmerge"' >> conf/site.conf
169169
echo 'VIRTUAL-RUNTIME_init_manager = "systemd"' >> conf/site.conf
170170
else
171+
echo 'IMAGE_FSTYPES:append = " cpio cpio.gz cpio.gz.u-boot ext3 jffs2 tar.gz multiubi"' >> conf/site.conf
171172
echo 'CORE_IMAGE_EXTRA_INSTALL += "openssh gdbserver mtd-utils net-tools"' >> conf/site.conf
172173
echo 'AGILEX3_QSPI_BUILD = "1"' >> conf/site.conf
173-
fi
174+
fi
174175
echo "require conf/machine/$MACHINE-gsrd.conf" >> conf/site.conf
175176
# Linux
176177
echo 'PREFERRED_PROVIDER_virtual/kernel = "linux-socfpga-lts"' >> conf/site.conf

0 commit comments

Comments
 (0)