Set NODOC=1 to avoid building the reldoc target.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
b36739d1ea
commit
77d9ac1703
@ -14,6 +14,7 @@ PART_SCHEME="MBR"
|
||||
FAT_SIZE="2m"
|
||||
FAT_TYPE="12"
|
||||
MD_ARGS="-x 63 -y 255"
|
||||
NODOC=1
|
||||
|
||||
arm_install_uboot() {
|
||||
UBOOT_DIR="${CHROOTDIR}/usr/local/share/u-boot/u-boot-beaglebone"
|
||||
|
@ -8,3 +8,4 @@ EMBEDDED_TARGET="arm"
|
||||
EMBEDDED_TARGET_ARCH="armv6"
|
||||
EMBEDDEDPORTS="sysutils/u-boot-pandaboard"
|
||||
KERNEL="PANDABOARD"
|
||||
NODOC=1
|
||||
|
@ -14,6 +14,7 @@ PART_SCHEME="MBR"
|
||||
FAT_SIZE="17m"
|
||||
FAT_TYPE="16"
|
||||
MD_ARGS="-x 63 -y 255"
|
||||
NODOC=1
|
||||
|
||||
arm_install_uboot() {
|
||||
UBOOT_DIR="${CHROOTDIR}/usr/local/share/u-boot/u-boot-rpi"
|
||||
|
@ -8,3 +8,4 @@ EMBEDDED_TARGET="arm"
|
||||
EMBEDDED_TARGET_ARCH="armv6"
|
||||
EMBEDDEDPORTS="sysutils/u-boot-rpi2"
|
||||
KERNEL="RPI2"
|
||||
NODOC=1
|
||||
|
@ -8,3 +8,4 @@ EMBEDDED_TARGET="arm"
|
||||
EMBEDDED_TARGET_ARCH="armv6"
|
||||
EMBEDDEDPORTS="sysutils/u-boot-wandboard"
|
||||
KERNEL="WANDBOARD-QUAD"
|
||||
NODOC=1
|
||||
|
@ -7,3 +7,4 @@ EMBEDDEDBUILD=1
|
||||
EMBEDDED_TARGET="arm"
|
||||
EMBEDDED_TARGET_ARCH="armv6"
|
||||
KERNEL="ZEDBOARD"
|
||||
NODOC=1
|
||||
|
Loading…
x
Reference in New Issue
Block a user