Hi Raimundo,

 

I tried that patch as it really looks like a typo. Anyway, with the patch applied you get a problem when target-installing the

kernel modules. It tried to strip module.symbols and obviously fails.

 

So this fix might need further fixes.

 

Carsten

 

Von: ptxdist [mailto:ptxdist-bounces@pengutronix.de] Im Auftrag von Raimundo Sagarzazu
Gesendet: Donnerstag, 9. Juni 2016 10:40
An: ptxdist@pengutronix.de
Betreff: [ptxdist] Bug on ptxdist-2016.05.0

 

Sorry, the patch:

 

diff -rup a/scripts/lib/ptxd_make_xpkg_pkg.sh b/scripts/lib/ptxd_make_xpkg_pkg.sh

--- a/scripts/lib/ptxd_make_xpkg_pkg.sh          2016-05-30 16:41:31.000000000 +0200

+++ b/scripts/lib/ptxd_make_xpkg_pkg.sh       2016-06-09 09:23:50.372027049 +0200

@@ -314,7 +314,7 @@ install ${cmd}:

               echo "using '$(ptxd_print_path "${src}")' instead"

     fi &&

 

-    if [ -z "${stip}" ]; then

+    if [ -z "${strip}" ]; then

               if readelf -h "${src}" &> /dev/null; then

                   strip="y"

               else