[PATCH v3 1/2] Support subtarget in buildscript

Fabian Bläse fabian at blaese.de
So Okt 22 20:19:47 CEST 2017


Dankeschön. :-)
Weniger Arbeit für mich :D

Reviewed-by: Fabian Bläse <fabian at blaese.de>

> On 22. Oct 2017, at 20:00, Adrian Schmutzler <freifunk at adrianschmutzler.de> wrote:
> 
> Prepares a subtarget variable for cases where it is not 'generic'
> 
> Signed-off-by: Adrian Schmutzler <freifunk at adrianschmutzler.de>
> ---
> bsp/board_ar71xx.bsp  | 1 +
> bsp/board_wdr4900.bsp | 1 +
> buildscript           | 8 +++++---
> 3 files changed, 7 insertions(+), 3 deletions(-)
> 
> diff --git a/bsp/board_ar71xx.bsp b/bsp/board_ar71xx.bsp
> index f5ee15b..fdf4cf4 100644
> --- a/bsp/board_ar71xx.bsp
> +++ b/bsp/board_ar71xx.bsp
> @@ -1,5 +1,6 @@
> machine=ar71xx
> chipset=ar71xx
> +subtarget=generic
> target=$builddir/$machine
> images=("lede-ar71xx-generic-cpe210-220-squashfs-sysupgrade.bin"
>         "lede-ar71xx-generic-cpe510-520-squashfs-sysupgrade.bin"
> diff --git a/bsp/board_wdr4900.bsp b/bsp/board_wdr4900.bsp
> index cc7157d..30791e4 100644
> --- a/bsp/board_wdr4900.bsp
> +++ b/bsp/board_wdr4900.bsp
> @@ -1,5 +1,6 @@
> machine=wdr4900
> chipset=mpc85xx
> +subtarget=generic
> target=$builddir/$machine
> 
> images=(
> diff --git a/buildscript b/buildscript
> index 434b5d3..8572d6b 100755
> --- a/buildscript
> +++ b/buildscript
> @@ -277,19 +277,21 @@ cp_firmware() {
>         local community="fff"
>     fi
> 
> +    [ -n "$subtarget" ] || subtarget="generic"
> +
>     for image in ${images[@]}; do
>         filename_build=${image//lede/${community}-${version}}
>         filename_build=${filename_build//generic/g}
> -        cp "$target/bin/targets/${chipset}/generic/$image" "./bin/$filename_build"
> +        cp "$target/bin/targets/${chipset}/${subtarget}/$image" "./bin/$filename_build"
> 
>         for region in "" "-eu" "-us"; do
>             image_factory=${image/sysupgrade/factory$region}
> -            if [[ -f "$target/bin/targets/${chipset}/generic/$image_factory" ]]; then
> +            if [[ -f "$target/bin/targets/${chipset}/${subtarget}/$image_factory" ]]; then
>               filename_build_factory=${filename_build/sysupgrade/factory$region}
>               if [ ${#image_factory} -lt ${#filename_build_factory} ]; then
>                 echo "Warning: The factory image file name (${filename_build_factory}) is longer than the OpenWrt one, which might be incompatibility with the stock firmware."
>               fi
> -              cp "$target/bin/targets/${chipset}/generic/$image_factory" "./bin/$filename_build_factory"
> +              cp "$target/bin/targets/${chipset}/${subtarget}/$image_factory" "./bin/$filename_build_factory"
>             fi
>         done
>     done
> --
> 2.7.4
> 
> --
> franken-dev mailing list
> franken-dev at freifunk.net
> http://lists.freifunk.net/mailman/listinfo/franken-dev-freifunk.net

-------------- nächster Teil --------------
Ein Dateianhang mit Binärdaten wurde abgetrennt...
Dateiname   : signature.asc
Dateityp    : application/pgp-signature
Dateigröße  : 833 bytes
Beschreibung: Message signed with OpenPGP
URL         : <http://lists.freifunk.net/pipermail/franken-dev-freifunk.net/attachments/20171022/2b0318fd/attachment.sig>


Mehr Informationen über die Mailingliste franken-dev