diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2017-11-17 16:50:35 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-11-21 08:59:53 -0200 |
commit | 6231e61cdad8901687dab245b4e98a4fa322fe3d (patch) | |
tree | 0dc5d984d3d5ce3e8872b0b084ae33a5128b731d | |
parent | 61b93d11051ad5c1a45096bfa459fd480bf67f66 (diff) | |
download | meta-freescale-6231e61cdad8901687dab245b4e98a4fa322fe3d.tar.gz |
linux-qoriq_4.9: 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>
-rw-r--r-- | recipes-kernel/linux/linux-qoriq_4.9.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-qoriq_4.9.bb b/recipes-kernel/linux/linux-qoriq_4.9.bb index 3ec4ecd4..52bef923 100644 --- a/recipes-kernel/linux/linux-qoriq_4.9.bb +++ b/recipes-kernel/linux/linux-qoriq_4.9.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}" |