[elbe-devel] [PATCH] debianize: fix barebox cross_compile tag
Bastian Germann
bage at linutronix.de
Wed Mar 18 12:10:19 CET 2020
Am 18.03.20 um 11:49 schrieb yegorslists at googlemail.com:
> 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>
Reviewed-by: Bastian Germann <bage at linutronix.de>
> ---
> 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)
>
More information about the elbe-devel
mailing list