We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64f8c0f commit dac4468Copy full SHA for dac4468
build.sh
@@ -168,9 +168,10 @@ build_setup() {
168
echo 'DISTRO_FEATURES:append = " systemd usrmerge"' >> conf/site.conf
169
echo 'VIRTUAL-RUNTIME_init_manager = "systemd"' >> conf/site.conf
170
else
171
+ echo 'IMAGE_FSTYPES:append = " cpio cpio.gz cpio.gz.u-boot ext3 jffs2 tar.gz multiubi"' >> conf/site.conf
172
echo 'CORE_IMAGE_EXTRA_INSTALL += "openssh gdbserver mtd-utils net-tools"' >> conf/site.conf
173
echo 'AGILEX3_QSPI_BUILD = "1"' >> conf/site.conf
- fi
174
+ fi
175
echo "require conf/machine/$MACHINE-gsrd.conf" >> conf/site.conf
176
# Linux
177
echo 'PREFERRED_PROVIDER_virtual/kernel = "linux-socfpga-lts"' >> conf/site.conf
0 commit comments