[elbe-devel] [PATCH 1/1] elbeproject: add cross parameter to pdebuild_build() call

Bastian Germann bage at linutronix.de
Wed May 13 17:04:36 CEST 2020


Am 13.05.20 um 17:00 schrieb Torben Hohn:
> There is no option yet to activate cross building via the xml
> file. The pbuilder is created with cross=False, so we also
> need to build with cross=False.
> 
> Signed-off-by: Torben Hohn <torben.hohn at linutronix.de>

Reviewed-by: Bastian Germann <bage at linutronix.de>
> ---
>  elbepack/elbeproject.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/elbepack/elbeproject.py b/elbepack/elbeproject.py
> index c859e6a8b..e0667ae4c 100644
> --- a/elbepack/elbeproject.py
> +++ b/elbepack/elbeproject.py
> @@ -440,7 +440,7 @@ class ElbeProject (object):
>              logging.info("Unknown pbuild source: %s", p.tag)
>  
>          # pdebuild_build(-1) means use all cpus
> -        self.pdebuild_build(cpuset=-1, profile="")
> +        self.pdebuild_build(cpuset=-1, profile="", cross=False)
>  
>      def build_cdroms(self, build_bin=True,
>                       build_sources=False, cdrom_size=None):
> 



More information about the elbe-devel mailing list