diff options
author | Saul Wold <sgw@linux.intel.com> | 2017-08-09 08:32:59 -0700 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2017-08-09 08:32:59 -0700 |
commit | e87c179dea4a98b0e9836d3501a8b430a764624b (patch) | |
tree | 5cac414a95af81f6c80df0d25d627bf39d0ffcb2 /common | |
parent | 1a35dee120dde6c90af342974b528c5db1b838f9 (diff) | |
download | meta-intel-e87c179dea4a98b0e9836d3501a8b430a764624b.tar.gz |
Revert "iwlwifi_git.bb: run make_scripts earlier"
This change is now in master, so no need to have this buried
in the recipe also.
This reverts commit 03e589efedb03515d3bfe4542e257b1acc83445d.
Diffstat (limited to 'common')
-rw-r--r-- | common/recipes-kernel/iwlwifi/iwlwifi_git.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common/recipes-kernel/iwlwifi/iwlwifi_git.bb b/common/recipes-kernel/iwlwifi/iwlwifi_git.bb index c0bf3d36..1d39405a 100644 --- a/common/recipes-kernel/iwlwifi/iwlwifi_git.bb +++ b/common/recipes-kernel/iwlwifi/iwlwifi_git.bb | |||
@@ -36,5 +36,3 @@ RDEPENDS_${PN} = "linux-firmware-iwlwifi" | |||
36 | 36 | ||
37 | KERNEL_MODULE_AUTOLOAD_append_core2-32-intel-common = " iwlwifi" | 37 | KERNEL_MODULE_AUTOLOAD_append_core2-32-intel-common = " iwlwifi" |
38 | KERNEL_MODULE_AUTOLOAD_append_corei7-64-intel-common = " iwlwifi" | 38 | KERNEL_MODULE_AUTOLOAD_append_corei7-64-intel-common = " iwlwifi" |
39 | |||
40 | addtask make_scripts after do_prepare_recipe_sysroot before do_configure | ||