From 64737e025826e3dfa85caba4fd9d81638cd227be Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Fri, 26 Feb 2021 14:44:36 +0100 Subject: linux-toradex: export DTC_FLAGS Export DTC_FLAGS instead of passing it to make command by EXTRA_OEMAKE, this ensures 'make dtbs' in a devshell also get 'DTC_FLAGS=-@' option. Related-to: ELB-3578 Signed-off-by: Ming Liu --- recipes-kernel/linux/linux-toradex-mainline_%.bbappend | 2 +- recipes-kernel/linux/linux-toradex_%.bbappend | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-kernel') diff --git a/recipes-kernel/linux/linux-toradex-mainline_%.bbappend b/recipes-kernel/linux/linux-toradex-mainline_%.bbappend index a4bc867..760ffc8 100644 --- a/recipes-kernel/linux/linux-toradex-mainline_%.bbappend +++ b/recipes-kernel/linux/linux-toradex-mainline_%.bbappend @@ -1 +1 @@ -EXTRA_OEMAKE += "DTC_FLAGS=-@ " +export DTC_FLAGS = "-@" diff --git a/recipes-kernel/linux/linux-toradex_%.bbappend b/recipes-kernel/linux/linux-toradex_%.bbappend index a4bc867..760ffc8 100644 --- a/recipes-kernel/linux/linux-toradex_%.bbappend +++ b/recipes-kernel/linux/linux-toradex_%.bbappend @@ -1 +1 @@ -EXTRA_OEMAKE += "DTC_FLAGS=-@ " +export DTC_FLAGS = "-@" -- cgit v1.2.3