mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
iwlwifi_git.bb: run make_scripts earlier
This out-of-tree module requires we create scripts before configuration but module.bbclass runs make scripts sometime before do_compile. In some builds this results in a failure, as it might not be soon enough. Run make scripts again but earlier. Ideally we change module.bbclass instead, but its currently frozen for M2 testing, so we need this temporary local fix. Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
This commit is contained in:
parent
867a8df51e
commit
03e589efed
|
@ -39,3 +39,5 @@ RDEPENDS_${PN} = "linux-firmware-iwlwifi"
|
|||
|
||||
KERNEL_MODULE_AUTOLOAD_append_core2-32-intel-common = " iwlwifi"
|
||||
KERNEL_MODULE_AUTOLOAD_append_corei7-64-intel-common = " iwlwifi"
|
||||
|
||||
addtask make_scripts after do_prepare_recipe_sysroot before do_configure
|
||||
|
|
Loading…
Reference in New Issue
Block a user