From 03e589efedb03515d3bfe4542e257b1acc83445d Mon Sep 17 00:00:00 2001 From: California Sullivan Date: Wed, 26 Jul 2017 16:36:14 -0700 Subject: 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 --- common/recipes-kernel/iwlwifi/iwlwifi_git.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common') diff --git a/common/recipes-kernel/iwlwifi/iwlwifi_git.bb b/common/recipes-kernel/iwlwifi/iwlwifi_git.bb index a88eabe7..53568e95 100644 --- a/common/recipes-kernel/iwlwifi/iwlwifi_git.bb +++ b/common/recipes-kernel/iwlwifi/iwlwifi_git.bb @@ -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 -- cgit v1.2.3-54-g00ecf