[elbe-devel] [PATCH 3/3] sysroot: add debug symbol files to filelist

Torben Hohn torben.hohn at linutronix.de
Fri Jan 31 16:17:25 CET 2020


On Fri, Jan 31, 2020 at 01:15:32PM +0000, Soest Laurent wrote:
> debug symbols are installed in sysroot but not added to the filesystem
> this commit adds them
> 
> Signed-off-by: Laurent Soest <laurent.soest at bernina.com>

Reviewed-by: Torben Hohn <torben.hohn at linutronix.de>

somehow, the mail threading was broken. replying to the individual
patches now.


> ---
>  elbepack/elbeproject.py | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/elbepack/elbeproject.py b/elbepack/elbeproject.py
> index 05a12f419..ba53bb30a 100644
> --- a/elbepack/elbeproject.py
> +++ b/elbepack/elbeproject.py
> @@ -234,6 +234,7 @@ class ElbeProject (object):
>              './lib/*.so',
>              './lib/*.so.*',
>              './lib/' + triplet,
> +            './usr/lib/debug/.build-id/*/*.debug',
>              './usr/lib/*.so',
>              './usr/lib/*.so.*',
>              './usr/lib/' + triplet]
> -- 
> 2.17.1
> 
> 
> _______________________________________________
> elbe-devel mailing list
> elbe-devel at linutronix.de
> https://lists.linutronix.de/mailman/listinfo/elbe-devel

-- 
Torben Hohn
Linutronix GmbH | Bahnhofstrasse 3 | D-88690 Uhldingen-Mühlhofen
Phone: +49 7556 25 999 18; Fax.: +49 7556 25 999 99

Hinweise zum Datenschutz finden Sie hier (Informations on data privacy 
can be found here): https://linutronix.de/kontakt/Datenschutz.php

Linutronix GmbH | Firmensitz (Registered Office): Uhldingen-Mühlhofen | 
Registergericht (Registration Court): Amtsgericht Freiburg i.Br., HRB700 
806 | Geschäftsführer (Managing Directors): Heinz Egger, Thomas Gleixner



More information about the elbe-devel mailing list