From 9b34de8b1815ddd926b2ad0de538944bd1aa262c Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Sun, 05 Jun 2022 19:47:26 +0800 Subject: [PATCH] 1, Add linux-imx-lf-5.10.52-2.1.0.patch to support overlays, lcd and camera not test; 2, Update linux kernel build shell script; 3, Update igkboard.json --- bsp/rootfs/rootfs.json | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/bsp/rootfs/rootfs.json b/bsp/rootfs/rootfs.json index cbd4d84..12cb238 100644 --- a/bsp/rootfs/rootfs.json +++ b/bsp/rootfs/rootfs.json @@ -15,7 +15,9 @@ }, "INSTALL_FILES": { "${PRJ_PATH}/../images/drivers/lib/modules/": "$ROOTFS_DIR/lib/", - "files/expand_rootfs": "$ROOTFS_DIR/usr/sbin" + "files/expand_rootfs": "$ROOTFS_DIR/usr/sbin", + "files/pinctrl": "$ROOTFS_DIR/usr/sbin", + "files/pinloop.sh": "$ROOTFS_DIR/usr/sbin" } }, "SYS_YOCTO": { @@ -23,7 +25,9 @@ "PROTOCAL": "wget", "INSTALL_FILES": { "${PRJ_PATH}/../images/drivers/lib/modules/*": "$ROOTFS_DIR/lib/", - "files/expand_rootfs": "$ROOTFS_DIR/usr/sbin" + "files/expand_rootfs": "$ROOTFS_DIR/usr/sbin", + "files/pinctrl": "$ROOTFS_DIR/usr/sbin", + "files/pinloop.sh": "$ROOTFS_DIR/usr/sbin" } }, "SYS_BUILDROOT": { @@ -34,7 +38,9 @@ "${PRJ_PATH}/../images/drivers/lib/firmware/*": "$ROOTFS_DIR/lib/firmware/", "files/expand_rootfs": "$ROOTFS_DIR/usr/sbin", "files/S30WpaSupplicant": "$ROOTFS_DIR/etc/init.d/", - "files/wpa_supplicant.conf": "$ROOTFS_DIR/etc/" + "files/wpa_supplicant.conf": "$ROOTFS_DIR/etc/", + "files/pinctrl": "$ROOTFS_DIR/usr/sbin", + "files/pinloop.sh": "$ROOTFS_DIR/usr/sbin" } } } -- Gitblit v1.9.1