summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2017-11-17 16:50:35 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2017-11-21 08:59:53 -0200
commit6231e61cdad8901687dab245b4e98a4fa322fe3d (patch)
tree0dc5d984d3d5ce3e8872b0b084ae33a5128b731d /recipes-kernel
parent61b93d11051ad5c1a45096bfa459fd480bf67f66 (diff)
downloadmeta-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>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-qoriq_4.9.bb2
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"
27LOCALVERSION = "" 27LOCALVERSION = ""
28DELTA_KERNEL_DEFCONFIG ?= "" 28DELTA_KERNEL_DEFCONFIG ?= ""
29DELTA_KERNEL_DEFCONFIG_prepend_qoriq-arm64 = "lsdk.config " 29DELTA_KERNEL_DEFCONFIG_prepend_qoriq-arm64 = "lsdk.config "
30DELTA_KERNEL_DEFCONFIG_prepend_fsl-lsch2-32b = "multi_v7_lpae.config lsdk.config multi_v8.config " 30DELTA_KERNEL_DEFCONFIG_prepend_fsl-lsch2-32b = "multi_v7_lpae.config multi_v8.config lsdk.config "
31DELTA_KERNEL_DEFCONFIG_prepend_ls102xa = "multi_v7_lpae.config lsdk.config " 31DELTA_KERNEL_DEFCONFIG_prepend_ls102xa = "multi_v7_lpae.config lsdk.config "
32 32
33do_merge_delta_config[dirs] = "${B}" 33do_merge_delta_config[dirs] = "${B}"