summaryrefslogtreecommitdiffstats
path: root/meta/classes/module-base.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2013-11-27 13:45:42 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-11-29 09:52:59 +0000
commit977d62328723d33b873b02a3e543ba7db865fa7c (patch)
treeb41b7afb89b91d45c0f59c36d8c3f23a355774f1 /meta/classes/module-base.bbclass
parent3f5e982107ce464ebc24ff4698f1e1863417427c (diff)
downloadast2050-yocto-poky-977d62328723d33b873b02a3e543ba7db865fa7c.zip
ast2050-yocto-poky-977d62328723d33b873b02a3e543ba7db865fa7c.tar.gz
module-base: Fix misleading comment
The comment was originally written for module.bbclass and is now slightly misleading. This updates it to match the current code. (From OE-Core rev: 434277ed156c1685283f6fd681062d265f4fa6d0) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/module-base.bbclass')
-rw-r--r--meta/classes/module-base.bbclass7
1 files changed, 2 insertions, 5 deletions
diff --git a/meta/classes/module-base.bbclass b/meta/classes/module-base.bbclass
index 9dbb4b4..1589a90 100644
--- a/meta/classes/module-base.bbclass
+++ b/meta/classes/module-base.bbclass
@@ -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}" \
OpenPOWER on IntegriCloud