]> code.ossystems Code Review - openembedded-core.git/commitdiff
module-base: Fix misleading comment
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 27 Nov 2013 13:45:42 +0000 (13:45 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 27 Nov 2013 14:28:43 +0000 (14:28 +0000)
The comment was originally written for module.bbclass and is now
slightly misleading. This updates it to match the current code.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/module-base.bbclass

index 9dbb4b424b36f83fd1f66c93d0ffba936018a607..1589a90bec4ff61f6d389c915ab80e3bde12d804 100644 (file)
@@ -11,11 +11,8 @@ KERNEL_OBJECT_SUFFIX = ".ko"
 # kernel modules are generally machine specific
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
-#
-# Ensure the hostprogs are available for module compilation. Modules that
-# inherit this recipe and override do_compile() should be sure to call
-# do_make_scripts() or ensure the scripts are built independently.
-#
+# Function to ensure the kernel scripts are created. Expected to
+# be called before do_compile. See module.bbclass for an exmaple.
 do_make_scripts() {
        unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS 
        make CC="${KERNEL_CC}" LD="${KERNEL_LD}" AR="${KERNEL_AR}" \