From 3204284d4ac925765ee1f01607126031ff219bcd Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Tue, 17 May 2022 17:10:55 +0800 Subject: [PATCH] add copyright in expand_rootfs pinctrl --- 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