From a4e77f54130d0c1e7f8d13cf2aa4266d44597768 Mon Sep 17 00:00:00 2001 From: Chunrong Guo Date: Fri, 17 Nov 2017 16:50:36 +0800 Subject: [PATCH] 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 Signed-off-by: Otavio Salvador --- recipes-kernel/linux/linux-qoriq_4.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" 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