diff options
author | California Sullivan <california.l.sullivan@intel.com> | 2017-07-27 11:14:06 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-30 08:46:19 +0100 |
commit | 68e5381691b059e69671fc4c34260c7d8a550634 (patch) | |
tree | 393fb020252ad2bd2149ed845b51576395e47837 /meta/classes/module.bbclass | |
parent | fab2219af4a6566124cf95d1d2648d4729391baf (diff) | |
download | poky-68e5381691b059e69671fc4c34260c7d8a550634.tar.gz |
module.bbclass: move make scripts earlier
Some out of tree modules require the scripts for configuration. For
example, backport-iwlwifi.
(From OE-Core rev: 7a045f6df2366026d28fe8d36e6d594ce5aa559a)
Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/module.bbclass')
-rw-r--r-- | meta/classes/module.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/module.bbclass b/meta/classes/module.bbclass index 391776db22..78d1b21dbd 100644 --- a/meta/classes/module.bbclass +++ b/meta/classes/module.bbclass | |||
@@ -1,6 +1,6 @@ | |||
1 | inherit module-base kernel-module-split pkgconfig | 1 | inherit module-base kernel-module-split pkgconfig |
2 | 2 | ||
3 | addtask make_scripts after do_prepare_recipe_sysroot before do_compile | 3 | addtask make_scripts after do_prepare_recipe_sysroot before do_configure |
4 | do_make_scripts[lockfiles] = "${TMPDIR}/kernel-scripts.lock" | 4 | do_make_scripts[lockfiles] = "${TMPDIR}/kernel-scripts.lock" |
5 | do_make_scripts[depends] += "virtual/kernel:do_shared_workdir" | 5 | do_make_scripts[depends] += "virtual/kernel:do_shared_workdir" |
6 | 6 | ||