]> code.ossystems Code Review - meta-freescale.git/commitdiff
linux-qoriq: update the delta config
authorZongchun Yu <zongchun.yu@nxp.com>
Mon, 21 Aug 2017 04:10:59 +0000 (12:10 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 21 Aug 2017 20:04:36 +0000 (17:04 -0300)
The freescale.config and freescale_aarch32.config have already been
droped from the linux tree.
The correct kernel configuration combination should be:
armv8: defconfig + lsdk.config
armv8-32b: multi_v7_defconfig + multi_v7_lpae.config + lsdk.config + multi_v8.config
ls1021: multi_v7_defconfig + multi_v7_lpae.config + lsdk.config

Signed-off-by: Zongchun Yu <zongchun.yu@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-kernel/linux/linux-qoriq_4.4.bb

index 6feca8f15fbc48b27c00c34512f9efe9975057f1..f8dadfdf1ae67bd754323d740ed064c049513318 100644 (file)
@@ -27,8 +27,9 @@ ZIMAGE_BASE_NAME[vardepsexclude] = "DATETIME"
 SCMVERSION ?= "y"
 LOCALVERSION = ""
 DELTA_KERNEL_DEFCONFIG ?= ""
-DELTA_KERNEL_DEFCONFIG_prepend_qoriq-arm64 = "freescale.config "
-DELTA_KERNEL_DEFCONFIG_prepend_fsl-lsch2-32b = "freescale_aarch32.config "
+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_ls102xa = "multi_v7_lpae.config lsdk.config "
 
 do_merge_delta_config() {
     # copy desired defconfig so we pick it up for the real kernel_do_configure