[focal:linux-bluefield][PATCH 1/1] UBUNTU: [Config] enable ISO9660, bcache, and zfs support

Wen-chien Jesse Sung jesse.sung at canonical.com
Wed Jun 16 04:51:59 UTC 2021


BugLink: https://launchpad.net/bugs/1932035

The PXE installer only runs when these features are enabled:
* CONFIG_ISO9660_FS=m
* CONFIG_BCACHE=m
* zfs

Signed-off-by: Wen-chien Jesse Sung <jesse.sung at canonical.com>
---
 debian.bluefield/config/config.common.ubuntu | 8 ++++++--
 debian.bluefield/rules.d/arm64.mk            | 2 +-
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/debian.bluefield/config/config.common.ubuntu b/debian.bluefield/config/config.common.ubuntu
index ca2f93aa7529..16717c176884 100644
--- a/debian.bluefield/config/config.common.ubuntu
+++ b/debian.bluefield/config/config.common.ubuntu
@@ -395,7 +395,9 @@ CONFIG_BATTERY_BQ27XXX_I2C=y
 # CONFIG_BATTERY_MAX17040 is not set
 # CONFIG_BATTERY_MAX17042 is not set
 CONFIG_BATTERY_SBS=m
-# CONFIG_BCACHE is not set
+CONFIG_BCACHE=m
+# CONFIG_BCACHE_CLOSURES_DEBUG is not set
+# CONFIG_BCACHE_DEBUG is not set
 # CONFIG_BCM7XXX_PHY is not set
 # CONFIG_BCM87XX_PHY is not set
 # CONFIG_BCMA is not set
@@ -2009,13 +2011,14 @@ CONFIG_ISCSI_TCP=m
 # CONFIG_ISL29020 is not set
 # CONFIG_ISL29125 is not set
 # CONFIG_ISL29501 is not set
-# CONFIG_ISO9660_FS is not set
+CONFIG_ISO9660_FS=m
 # CONFIG_ITG3200 is not set
 CONFIG_JBD2=y
 # CONFIG_JBD2_DEBUG is not set
 # CONFIG_JFFS2_FS is not set
 # CONFIG_JFS_FS is not set
 # CONFIG_JME is not set
+CONFIG_JOLIET=y
 # CONFIG_JSA1212 is not set
 CONFIG_JUMP_LABEL=y
 CONFIG_KALLSYMS=y
@@ -4690,6 +4693,7 @@ CONFIG_XZ_DEC_X86=y
 CONFIG_Z3FOLD=m
 CONFIG_ZBUD=y
 # CONFIG_ZIIRAVE_WATCHDOG is not set
+CONFIG_ZISOFS=y
 CONFIG_ZLIB_DEFLATE=y
 CONFIG_ZLIB_INFLATE=y
 CONFIG_ZONE_DMA32=y
diff --git a/debian.bluefield/rules.d/arm64.mk b/debian.bluefield/rules.d/arm64.mk
index c9c9190b5f98..2f3ed210de5c 100644
--- a/debian.bluefield/rules.d/arm64.mk
+++ b/debian.bluefield/rules.d/arm64.mk
@@ -21,7 +21,7 @@ do_tools_bpftool = true
 do_enforce_all      = false
 
 do_dtbs		= true
-do_zfs		= false
+do_zfs		= true
 do_dkms_nvidia	= false
 do_dkms_nvidia_server = false
 do_dkms_vbox	= false
-- 
2.30.2




More information about the kernel-team mailing list