Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jul 2019 10:58:20 +0000 (UTC)
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r507566 - head/sysutils/u-boot-master
Message-ID:  <201907291058.x6TAwKTX053808@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: manu
Date: Mon Jul 29 10:58:20 2019
New Revision: 507566
URL: https://svnweb.freebsd.org/changeset/ports/507566

Log:
  sysutils/u-boot: rk3399: Set only for arch
  
  RK3399 uboots uses RockChip binaries to create the image, thoses tools
  are only for amd64.
  
  Reported by:	pkg-fallout

Modified:
  head/sysutils/u-boot-master/Makefile

Modified: head/sysutils/u-boot-master/Makefile
==============================================================================
--- head/sysutils/u-boot-master/Makefile	Mon Jul 29 09:43:54 2019	(r507565)
+++ head/sysutils/u-boot-master/Makefile	Mon Jul 29 10:58:20 2019	(r507566)
@@ -25,6 +25,8 @@ USES=		bison gmake python:2.7,build shebangfix tar:bz2
 .if defined(FAMILY) && ${FAMILY} == rk3399
 USES+=		linux
 USE_LINUX+=	base:build
+ONLY_FOR_ARCHS=	amd64
+ONLY_FOR_ARCHS_REASON=	RockChip tools are only for amd64
 .endif
 BINARY_ALIAS=	bison=${LOCALBASE}/bin/bison dtc=${LOCALBASE}/bin/dtc sed=gsed swig=swig3.0 python2=python2.7
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907291058.x6TAwKTX053808>