summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMing Liu <ming.liu@toradex.com>2021-02-26 14:44:36 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2021-03-02 09:11:29 +0000
commit64737e025826e3dfa85caba4fd9d81638cd227be (patch)
tree523080a909d68b04ac72695bd2bedd093d2bc2a1
parent02ee9a4f47d195a3b47a31b8db439e1b7bb78539 (diff)
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 <ming.liu@toradex.com>
-rw-r--r--recipes-kernel/linux/linux-toradex-mainline_%.bbappend2
-rw-r--r--recipes-kernel/linux/linux-toradex_%.bbappend2
2 files changed, 2 insertions, 2 deletions
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 = "-@"