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
This commit is contained in:
parent
1610b139a4
commit
ba2da1848c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=507566
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue