aboutsummaryrefslogtreecommitdiff
path: root/release
Commit message (Expand)AuthorAgeFilesLines
...
| * Do not create the uenv.txt file for RPI-B. It is not needed.Glen Barber2015-05-081-4/+0
| * Fix path to /boot/msdos for the target image.Glen Barber2015-05-081-1/+1
| * Copy the rpi.dtb file to the FAT partition, preventing theGlen Barber2015-05-071-0/+2
| * Reorder / and /boot/msdos mount to avoid the following error:Glen Barber2015-05-071-2/+2
| * Create the /boot/msdos directory so the FAT partition is mountedGlen Barber2015-05-071-0/+1
| * Remove the ZEDBOARD configuration file, as it does notGlen Barber2015-05-071-10/+0
| * Spell 'u-boot.img' correctly.Glen Barber2015-05-071-1/+1
| * Remove the arm/ROADMAP file.Glen Barber2015-05-071-18/+0
| * Remove arm/Makefile.{KERNEL} files, as this projectGlen Barber2015-05-077-183/+0
| * Fix creating directories within DESTDIR.Glen Barber2015-05-072-2/+2
| * Fix a copy/paste mistake.Glen Barber2015-05-071-1/+1
| * Add entries to uenv.txt.Glen Barber2015-05-071-0/+4
| * Enable the growfs rc(8) script.Glen Barber2015-05-071-0/+1
| * Set NODOC=1 to avoid building the reldoc target.Glen Barber2015-05-076-0/+6
| * Add initial native suppor for RPI-B:Glen Barber2015-05-071-0/+29
| * Remove FDT_DIR definition, which is no longer needed.Glen Barber2015-05-071-1/+0
| * Reduce the number of files copied onto the FAT partition.Glen Barber2015-05-071-5/+0
| * In arm_install_uboot(), mount both FAT and UFS partitionsGlen Barber2015-05-071-9/+19
| * Set UBLDR_LOADADDR for the BEAGLEBONE image.Glen Barber2015-05-071-0/+1
| * Do not rename u-boot.img file when copying to the FAT partition.Glen Barber2015-05-071-1/+1
| * Fix paths.Glen Barber2015-05-071-3/+5
| * In arm_create_disk(), chroot(8) to the build environmentGlen Barber2015-05-071-29/+29
| * Fix file/directory paths.Glen Barber2015-05-071-11/+11
| * In release.sh, create the /dev directory within the chrootGlen Barber2015-05-072-2/+4
| * Use the correct variable for the tools/TARGET.conf file.Glen Barber2015-05-061-2/+2
| * Add tools/arm.subr to contain common subroutines used forGlen Barber2015-05-063-0/+153
| * Evaluage chroot_build_release_cmd based on the TARGET/TARGET_ARCHGlen Barber2015-05-061-14/+24
| * buildenv_setup(), if overridden in the configuration file,Glen Barber2015-05-061-2/+2
| * Remove Crochet invocation.Glen Barber2015-05-061-20/+2
| * Remove crochet configuration files and tools/arm/ directory.Glen Barber2015-05-066-185/+0
| * Update the arm/*.conf configuration files to only setGlen Barber2015-05-067-196/+37
| * In extra_chroot_setup(), use 'uname -U' to determine OSVERSION.Glen Barber2015-05-062-152/+8
| * Add a return to chroot_build_target().Glen Barber2015-05-061-18/+18
| * Wrap long lines in comments after previous commits that indentedGlen Barber2015-05-061-20/+22
| * Ensure resolv.conf exists on the build host before attemptingGlen Barber2015-05-061-6/+8
| * Move where the configuration file is sourced if '-c'Glen Barber2015-05-061-6/+8
| * Move the trap after env_check(), since CHROOTDIR may beGlen Barber2015-05-061-1/+1
| * Shorten long lines.Glen Barber2015-05-061-5/+9
| * Move PATH and export to the same line.Glen Barber2015-05-061-3/+8
| * Add documentation for newly-added functions.Glen Barber2015-05-061-10/+23
| * Add the following functions to release.sh to organize and makeGlen Barber2015-05-061-235/+273
| * MFH: r282315-r282534Glen Barber2015-05-069-8/+147
| |\ | |/ |/|
| * MFH: r281855-r282312Glen Barber2015-05-0112-34/+169
| |\
| * \ MFH: r280643-r281852Glen Barber2015-04-2213-30/+218
| |\ \
| * | | Attempt to create the final image (though not nearly readyGlen Barber2015-03-266-0/+21
| * | | Create the md(4) device for the /boot msdosfs GPT partition.Glen Barber2015-03-261-1/+1
| * | | Create the md(4) device for the /boot msdosfs GPT partition.Glen Barber2015-03-261-1/+20
| * | | Specify .OBJDIR for consistency.Glen Barber2015-03-261-5/+9
| * | | Prevent possible duplicate md(4) creation with separate device id.Glen Barber2015-03-261-0/+2
| * | | Fix 'beforeclean' broken in previous commit.Glen Barber2015-03-261-3/+1