[elbe-devel] [PATCH] debianize: fix barebox cross_compile tag
yegorslists at googlemail.com
yegorslists at googlemail.com
Wed Mar 18 11:49:04 CET 2020
From: Yegor Yefremov <yegorslists at googlemail.com>
Mako file relies on "cross_compile" tag and not "cross". Change it
in the same way it is used for kernel and u-boot.
Signed-off-by: Yegor Yefremov <yegorslists at googlemail.com>
---
elbepack/debianize/panels/barebox.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/elbepack/debianize/panels/barebox.py b/elbepack/debianize/panels/barebox.py
index 5a848b3f2..d53998600 100644
--- a/elbepack/debianize/panels/barebox.py
+++ b/elbepack/debianize/panels/barebox.py
@@ -31,7 +31,7 @@ class BareBox(Panel):
grid_elements = [
{"imgname":imgname, "defconfig":defconfig},
- {"cross":cross, "k_version":k_version}
+ {"cross_compile":cross, "k_version":k_version}
]
super(BareBox, self).__init__(grid_elements)
--
2.17.0
More information about the elbe-devel
mailing list