summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorZongchun Yu <zongchun.yu@nxp.com>2017-08-21 12:10:59 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2017-08-21 17:04:36 -0300
commit72104036bdcea44bc0d85b13c4f70a4d2c4ee6db (patch)
tree9d6bb3e0d3f38c2f3b59f7392537d72a00239db3 /recipes-kernel
parentb7c23290b2eab0424cc68ea933d128fe5baee676 (diff)
downloadmeta-freescale-72104036bdcea44bc0d85b13c4f70a4d2c4ee6db.tar.gz
linux-qoriq: update the delta config
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>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-qoriq_4.4.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-qoriq_4.4.bb b/recipes-kernel/linux/linux-qoriq_4.4.bb
index 6feca8f1..f8dadfdf 100644
--- a/recipes-kernel/linux/linux-qoriq_4.4.bb
+++ b/recipes-kernel/linux/linux-qoriq_4.4.bb
@@ -27,8 +27,9 @@ ZIMAGE_BASE_NAME[vardepsexclude] = "DATETIME"
27SCMVERSION ?= "y" 27SCMVERSION ?= "y"
28LOCALVERSION = "" 28LOCALVERSION = ""
29DELTA_KERNEL_DEFCONFIG ?= "" 29DELTA_KERNEL_DEFCONFIG ?= ""
30DELTA_KERNEL_DEFCONFIG_prepend_qoriq-arm64 = "freescale.config " 30DELTA_KERNEL_DEFCONFIG_prepend_qoriq-arm64 = "lsdk.config "
31DELTA_KERNEL_DEFCONFIG_prepend_fsl-lsch2-32b = "freescale_aarch32.config " 31DELTA_KERNEL_DEFCONFIG_prepend_fsl-lsch2-32b = "multi_v7_lpae.config lsdk.config multi_v8.config "
32DELTA_KERNEL_DEFCONFIG_prepend_ls102xa = "multi_v7_lpae.config lsdk.config "
32 33
33do_merge_delta_config() { 34do_merge_delta_config() {
34 # copy desired defconfig so we pick it up for the real kernel_do_configure 35 # copy desired defconfig so we pick it up for the real kernel_do_configure