aboutsummaryrefslogtreecommitdiff
path: root/sysutils/u-boot-master
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2019-07-29 10:58:20 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2019-07-29 10:58:20 +0000
commitba2da1848c277a148c4cad6a39a53524a6895a94 (patch)
tree11ff7fe11cd2d5d36e5123094d73baefaa134259 /sysutils/u-boot-master
parent1610b139a4f9ad5ed504a68ea2d7a2d0c262e2ee (diff)
downloadports-ba2da1848c277a148c4cad6a39a53524a6895a94.tar.gz
ports-ba2da1848c277a148c4cad6a39a53524a6895a94.zip
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
Notes
Notes: svn path=/head/; revision=507566
Diffstat (limited to 'sysutils/u-boot-master')
-rw-r--r--sysutils/u-boot-master/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/u-boot-master/Makefile b/sysutils/u-boot-master/Makefile
index 8c7411d828a2..a64dee4f7f65 100644
--- a/sysutils/u-boot-master/Makefile
+++ b/sysutils/u-boot-master/Makefile
@@ -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