mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
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>
This commit is contained in:
parent
fab2219af4
commit
68e5381691
|
|
@ -1,6 +1,6 @@
|
|||
inherit module-base kernel-module-split pkgconfig
|
||||
|
||||
addtask make_scripts after do_prepare_recipe_sysroot before do_compile
|
||||
addtask make_scripts after do_prepare_recipe_sysroot before do_configure
|
||||
do_make_scripts[lockfiles] = "${TMPDIR}/kernel-scripts.lock"
|
||||
do_make_scripts[depends] += "virtual/kernel:do_shared_workdir"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user