summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMing Liu <ming.liu@toradex.com>2021-02-26 14:44:36 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2021-03-23 17:34:45 +0100
commit09c352841812b3fbfd07fffdb2265dd02e3b3b54 (patch)
treea41dbef68ae8ab62e94d706a6a8b467101a6e76e
parent069116b161bfd60b3589a2c7c534b373b5525374 (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> (cherry picked from commit 64737e025826e3dfa85caba4fd9d81638cd227be)
-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 = "-@"