[oe-commits] Otavio Salvador : image.bbclass: improve comments regarding exported functions

git version control git at git.openembedded.org
Wed Oct 5 17:03:11 UTC 2011


Module: openembedded-core.git
Branch: master-next
Commit: 2097874dab4d6b77d7ece026808283381c2cbe1a
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=2097874dab4d6b77d7ece026808283381c2cbe1a

Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Sat Sep  3 12:53:42 2011 +0000

image.bbclass: improve comments regarding exported functions

Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

---

 meta/classes/image.bbclass |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass
index f17e989..0b75dce 100644
--- a/meta/classes/image.bbclass
+++ b/meta/classes/image.bbclass
@@ -254,9 +254,8 @@ multilib_sanity_check() {
   echo $@ | python ${MULTILIB_CHECK_FILE}
 }
 
-# set '*' as the rootpassword so the images
+# set '*' as the root password so the images
 # can decide if they want it or not
-
 zap_root_password () {
 	sed 's%^root:[^:]*:%root:*:%' < ${IMAGE_ROOTFS}/etc/passwd >${IMAGE_ROOTFS}/etc/passwd.new
 	mv ${IMAGE_ROOTFS}/etc/passwd.new ${IMAGE_ROOTFS}/etc/passwd
@@ -314,8 +313,6 @@ rootfs_trim_schemas () {
 	done
 }
 
-
-# export the zap_root_password, and remote_init_link
 EXPORT_FUNCTIONS zap_root_password remove_init_link do_rootfs make_zimage_symlink_relative set_image_autologin rootfs_update_timestamp rootfs_no_x_startup
 
 addtask rootfs before do_build after do_install





More information about the Openembedded-commits mailing list