| Commit message (Expand) | Author | Age | Files | Lines |
* | Copy the rpi.dtb file to the FAT partition, preventing the | Glen Barber | 2015-05-07 | 1 | -0/+2 |
* | Reorder / and /boot/msdos mount to avoid the following error: | Glen Barber | 2015-05-07 | 1 | -2/+2 |
* | Create the /boot/msdos directory so the FAT partition is mounted | Glen Barber | 2015-05-07 | 1 | -0/+1 |
* | Remove the ZEDBOARD configuration file, as it does not | Glen Barber | 2015-05-07 | 1 | -10/+0 |
* | Spell 'u-boot.img' correctly. | Glen Barber | 2015-05-07 | 1 | -1/+1 |
* | Remove the arm/ROADMAP file. | Glen Barber | 2015-05-07 | 1 | -18/+0 |
* | Remove arm/Makefile.{KERNEL} files, as this project | Glen Barber | 2015-05-07 | 7 | -183/+0 |
* | Fix creating directories within DESTDIR. | Glen Barber | 2015-05-07 | 2 | -2/+2 |
* | Fix a copy/paste mistake. | Glen Barber | 2015-05-07 | 1 | -1/+1 |
* | Add entries to uenv.txt. | Glen Barber | 2015-05-07 | 1 | -0/+4 |
* | Enable the growfs rc(8) script. | Glen Barber | 2015-05-07 | 1 | -0/+1 |
* | Set NODOC=1 to avoid building the reldoc target. | Glen Barber | 2015-05-07 | 6 | -0/+6 |
* | Add initial native suppor for RPI-B: | Glen Barber | 2015-05-07 | 1 | -0/+29 |
* | Remove FDT_DIR definition, which is no longer needed. | Glen Barber | 2015-05-07 | 1 | -1/+0 |
* | Reduce the number of files copied onto the FAT partition. | Glen Barber | 2015-05-07 | 1 | -5/+0 |
* | In arm_install_uboot(), mount both FAT and UFS partitions | Glen Barber | 2015-05-07 | 1 | -9/+19 |
* | Set UBLDR_LOADADDR for the BEAGLEBONE image. | Glen Barber | 2015-05-07 | 1 | -0/+1 |
* | Do not rename u-boot.img file when copying to the FAT partition. | Glen Barber | 2015-05-07 | 1 | -1/+1 |
* | Fix paths. | Glen Barber | 2015-05-07 | 1 | -3/+5 |
* | In arm_create_disk(), chroot(8) to the build environment | Glen Barber | 2015-05-07 | 1 | -29/+29 |
* | Fix file/directory paths. | Glen Barber | 2015-05-07 | 1 | -11/+11 |
* | In release.sh, create the /dev directory within the chroot | Glen Barber | 2015-05-07 | 2 | -2/+4 |
* | Use the correct variable for the tools/TARGET.conf file. | Glen Barber | 2015-05-06 | 1 | -2/+2 |
* | Add tools/arm.subr to contain common subroutines used for | Glen Barber | 2015-05-06 | 3 | -0/+153 |
* | Evaluage chroot_build_release_cmd based on the TARGET/TARGET_ARCH | Glen Barber | 2015-05-06 | 1 | -14/+24 |
* | buildenv_setup(), if overridden in the configuration file, | Glen Barber | 2015-05-06 | 1 | -2/+2 |
* | Remove Crochet invocation. | Glen Barber | 2015-05-06 | 1 | -20/+2 |
* | Remove crochet configuration files and tools/arm/ directory. | Glen Barber | 2015-05-06 | 6 | -185/+0 |
* | Update the arm/*.conf configuration files to only set | Glen Barber | 2015-05-06 | 7 | -196/+37 |
* | In extra_chroot_setup(), use 'uname -U' to determine OSVERSION. | Glen Barber | 2015-05-06 | 2 | -152/+8 |
* | Add a return to chroot_build_target(). | Glen Barber | 2015-05-06 | 1 | -18/+18 |
* | Wrap long lines in comments after previous commits that indented | Glen Barber | 2015-05-06 | 1 | -20/+22 |
* | Ensure resolv.conf exists on the build host before attempting | Glen Barber | 2015-05-06 | 1 | -6/+8 |
* | Move where the configuration file is sourced if '-c' | Glen Barber | 2015-05-06 | 1 | -6/+8 |
* | Move the trap after env_check(), since CHROOTDIR may be | Glen Barber | 2015-05-06 | 1 | -1/+1 |
* | Shorten long lines. | Glen Barber | 2015-05-06 | 1 | -5/+9 |
* | Move PATH and export to the same line. | Glen Barber | 2015-05-06 | 1 | -3/+8 |
* | Add documentation for newly-added functions. | Glen Barber | 2015-05-06 | 1 | -10/+23 |
* | Add the following functions to release.sh to organize and make | Glen Barber | 2015-05-06 | 1 | -235/+273 |
* | MFH: r282315-r282534 | Glen Barber | 2015-05-06 | 9 | -8/+147 |
|\ |
|
| * | Fix building BEAGLEBONE images with Crochet using the | Glen Barber | 2015-05-05 | 3 | -5/+12 |
| * | Remove buildenv_setup(), and set EMBEDDEDPORTS to the | Glen Barber | 2015-05-05 | 1 | -16/+1 |
| * | Add initial support for building RPI2 images. | Glen Barber | 2015-05-05 | 3 | -0/+83 |
| * | Document r281617, wc(1) race when receiving SIGINFO fixed. | Glen Barber | 2015-05-05 | 1 | -0/+5 |
| * | Fix a FDP style nit. Wrap the lines as a result. | Glen Barber | 2015-05-05 | 1 | -3/+3 |
| * | Document r281802, support added for building FreeBSD/aarch64 virtual | Glen Barber | 2015-05-05 | 1 | -0/+5 |
| * | Update the svn revision marker. | Glen Barber | 2015-05-05 | 1 | -1/+1 |
| * | Document r282434, openresolv updated to version 3.7.0. | Glen Barber | 2015-05-05 | 1 | -0/+4 |
| * | Document r282274, xen(4) PV domU kernel support removed. | Glen Barber | 2015-05-05 | 1 | -0/+3 |
| * | Document r282213, kern.racct.enable tunable and RACCT_DISABLED | Glen Barber | 2015-05-05 | 1 | -0/+7 |