diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2017-11-17 16:50:36 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-11-21 09:00:23 -0200 |
commit | a4e77f54130d0c1e7f8d13cf2aa4266d44597768 (patch) | |
tree | 5c972eb53fe485b31181bd91370427af16babb3f /recipes-kernel | |
parent | 6231e61cdad8901687dab245b4e98a4fa322fe3d (diff) | |
download | meta-freescale-a4e77f54130d0c1e7f8d13cf2aa4266d44597768.tar.gz |
linux-qoriq_4.4: Reorder kernel configure
*use the correct kernel configure order to avoide some configure option is missing
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-qoriq_4.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-qoriq_4.4.bb b/recipes-kernel/linux/linux-qoriq_4.4.bb index 70e3bf6c..54413e79 100644 --- a/recipes-kernel/linux/linux-qoriq_4.4.bb +++ b/recipes-kernel/linux/linux-qoriq_4.4.bb | |||
@@ -27,7 +27,7 @@ SCMVERSION ?= "y" | |||
27 | LOCALVERSION = "" | 27 | LOCALVERSION = "" |
28 | DELTA_KERNEL_DEFCONFIG ?= "" | 28 | DELTA_KERNEL_DEFCONFIG ?= "" |
29 | DELTA_KERNEL_DEFCONFIG_prepend_qoriq-arm64 = "lsdk.config " | 29 | DELTA_KERNEL_DEFCONFIG_prepend_qoriq-arm64 = "lsdk.config " |
30 | DELTA_KERNEL_DEFCONFIG_prepend_fsl-lsch2-32b = "multi_v7_lpae.config lsdk.config multi_v8.config " | 30 | DELTA_KERNEL_DEFCONFIG_prepend_fsl-lsch2-32b = "multi_v7_lpae.config multi_v8.config lsdk.config " |
31 | DELTA_KERNEL_DEFCONFIG_prepend_ls102xa = "multi_v7_lpae.config lsdk.config " | 31 | DELTA_KERNEL_DEFCONFIG_prepend_ls102xa = "multi_v7_lpae.config lsdk.config " |
32 | 32 | ||
33 | do_merge_delta_config[dirs] = "${B}" | 33 | do_merge_delta_config[dirs] = "${B}" |