diff options
-rw-r--r-- | recipes-kernel/linux/linux-qoriq_4.4.bb | 5 |
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" | |||
27 | SCMVERSION ?= "y" | 27 | SCMVERSION ?= "y" |
28 | LOCALVERSION = "" | 28 | LOCALVERSION = "" |
29 | DELTA_KERNEL_DEFCONFIG ?= "" | 29 | DELTA_KERNEL_DEFCONFIG ?= "" |
30 | DELTA_KERNEL_DEFCONFIG_prepend_qoriq-arm64 = "freescale.config " | 30 | DELTA_KERNEL_DEFCONFIG_prepend_qoriq-arm64 = "lsdk.config " |
31 | DELTA_KERNEL_DEFCONFIG_prepend_fsl-lsch2-32b = "freescale_aarch32.config " | 31 | DELTA_KERNEL_DEFCONFIG_prepend_fsl-lsch2-32b = "multi_v7_lpae.config lsdk.config multi_v8.config " |
32 | DELTA_KERNEL_DEFCONFIG_prepend_ls102xa = "multi_v7_lpae.config lsdk.config " | ||
32 | 33 | ||
33 | do_merge_delta_config() { | 34 | do_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 |