From c6d260b5008cd38e7dbda0c6f61489d6dfb286c5 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Sat, 20 Jul 2024 16:38:05 +0800 Subject: [PATCH] Patch:IGKBoard-IMX8MP: Add OV5640 camera support --- yocto/meta-igkboard/images/yocto-image-full.bb | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/yocto/meta-igkboard/images/yocto-image-full.bb b/yocto/meta-igkboard/images/yocto-image-full.bb index c31a3f9..d08d1f2 100644 --- a/yocto/meta-igkboard/images/yocto-image-full.bb +++ b/yocto/meta-igkboard/images/yocto-image-full.bb @@ -8,12 +8,10 @@ #IMAGE_ROOTFS_EXTRA_SPACE = "512000" inherit extrausers -# Create the password hash with following command on host: -# >> mkpasswd -m sha256crypt password -S abcd6789 -# Remember to escape the character $ in the resulting hash -# Set the root password: -#PASSWD="\$5\$abcd6789\$Vuv1aLz04ZwhxgsB3lOQbwy1XUS6PJ.8h2A7.9HoUd3" +# Set the root password: >> mkpasswd -m sha256crypt 123456 -S abcd6789 +# Remember to escape the character $ in the resulting hash +#PASSWD="\$5\$abcd6789\$2ayD.ZPdq5xejNiyE3XC3qCpkGZ.brSE5H0zSECVBSB" EXTRA_USERS_PARAMS = "\ usermod -p '${PASSWD}' root; \ " -- Gitblit v1.9.1