From 0f66edf8be01f74ac022eadb471b253aa185f101 Mon Sep 17 00:00:00 2001 From: gjb Date: Tue, 5 May 2015 16:28:04 +0000 Subject: Add initial support for building RPI2 images. In release.sh, allow overriding buildenv_setup() before the handoff to arm/release.sh. Copy arm/RPI-B.conf -> arm/RPI2.conf, set UBOOT_PORT and the correct KERNEL, and add the buildenv_setup() override to install the sysutils/u-boot-rpi2 port/package. Copy tools/arm/crochet-RPI-B.conf -> tools/arm/crochet-RPI2.conf, and set the correct entries for the RaspberryPi2 board. Thanks to: loos@ Sponsored by: The FreeBSD Foundation --- release/release.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'release/release.sh') diff --git a/release/release.sh b/release/release.sh index 6b24b73..158794f 100755 --- a/release/release.sh +++ b/release/release.sh @@ -238,6 +238,7 @@ fi # Embedded builds do not use the 'make release' target. if [ -n "${EMBEDDEDBUILD}" ]; then + buildenv_setup # If a crochet configuration file exists in *this* checkout of # release/, copy it to the /tmp/external directory within the chroot. # This allows building embedded releases without relying on updated -- cgit v1.1