]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix the ftp-stage target for arm embedded builds.
authorGlen Barber <gjb@FreeBSD.org>
Thu, 2 Aug 2018 18:51:44 +0000 (18:51 +0000)
committerGlen Barber <gjb@FreeBSD.org>
Thu, 2 Aug 2018 18:51:44 +0000 (18:51 +0000)
commit768a8d8d44384643ca66fe7040ad4abaf8f31538
treedf9108eabb9b74432f2022539bba3154f17ded62
parentb7e25196eac4032f1cb65087f9da1ce7cabfb216
Fix the ftp-stage target for arm embedded builds.

The images were renamed from KERNCONF to BOARDNAME when
specified, which would result in an image name of:

 12.0-CURRENT-arm-armv7-GENERIC.img

which would then be renamed to use the BOARDNAME for the
SoC the image is targeted to use.  BOARDNAME was specified
for all images as of r336994, which now causes the ftp-stage
target to fail, as the rename is no longer necessary.

Sponsored by: The FreeBSD Foundation
release/Makefile.mirrors