From 6231e61cdad8901687dab245b4e98a4fa322fe3d Mon Sep 17 00:00:00 2001 From: Chunrong Guo Date: Fri, 17 Nov 2017 16:50:35 +0800 Subject: [PATCH] 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 Signed-off-by: Otavio Salvador --- recipes-kernel/linux/linux-qoriq_4.9.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" LOCALVERSION = "" DELTA_KERNEL_DEFCONFIG ?= "" DELTA_KERNEL_DEFCONFIG_prepend_qoriq-arm64 = "lsdk.config " -DELTA_KERNEL_DEFCONFIG_prepend_fsl-lsch2-32b = "multi_v7_lpae.config lsdk.config multi_v8.config " +DELTA_KERNEL_DEFCONFIG_prepend_fsl-lsch2-32b = "multi_v7_lpae.config multi_v8.config lsdk.config " DELTA_KERNEL_DEFCONFIG_prepend_ls102xa = "multi_v7_lpae.config lsdk.config " do_merge_delta_config[dirs] = "${B}" -- 2.40.1