diff --git a/meta-ohos-core/recipes-kernel/linux/linux-raspberrypi_%.bbappend b/meta-ohos-core/recipes-kernel/linux/linux-raspberrypi_%.bbappend
new file mode 100644
index 0000000000000000000000000000000000000000..95e587fcdcf0cb9e23b6ef731ac4f7f57236fbf1
--- /dev/null
+++ b/meta-ohos-core/recipes-kernel/linux/linux-raspberrypi_%.bbappend
@@ -0,0 +1,10 @@
+# SPDX-FileCopyrightText: Huawei Inc.
+#
+# SPDX-License-Identifier: Apache-2.0
+
+FILESEXTRAPATHS_prepend := "${THISDIR}/linux:"
+
+SRC_URI += "file://squashfs.cfg"
+
+# Make rootfstype defined based on ROOT_FSTYPE (selected be wic configuration)
+CMDLINE = "dwc_otg.lpm_enable=0 ${SERIAL} root=/dev/mmcblk0p2 rootfstype=${ROOT_FSTYPE} rootwait ro"