227c9191 | 04-Feb-2014 |
Glen Barber <gjb@FreeBSD.org> |
Pass WORLD_FLAGS to the gcc and xdev builds.
Building gnu/usr.bin/cc/ with '-j' set blows up quite impressively, so add '-j1' after WORLD_FLAGS, and add a comment explaining why '-j1' is there.
Spo
Pass WORLD_FLAGS to the gcc and xdev builds.
Building gnu/usr.bin/cc/ with '-j' set blows up quite impressively, so add '-j1' after WORLD_FLAGS, and add a comment explaining why '-j1' is there.
Sponsored by: The FreeBSD Foundation
show more ...
|
416b6e64 | 27-Jan-2014 |
Glen Barber <gjb@FreeBSD.org> |
Copy resulting images to top level /R directory of the chroot to match behavior of 'make install' target of src/release/. Generate sha256 and md5 checksums while here.
Sponsored by: The FreeBSD Foun
Copy resulting images to top level /R directory of the chroot to match behavior of 'make install' target of src/release/. Generate sha256 and md5 checksums while here.
Sponsored by: The FreeBSD Foundation
show more ...
|
3da86361 | 26-Jan-2014 |
Glen Barber <gjb@FreeBSD.org> |
Remove EMBEDDED_WORLD_FLAGS from release.sh, and move the gcc(1) build to arm/release.sh.
This prevents needing to build a separate chroot environment for the arm/armv6 builds when it is not absolut
Remove EMBEDDED_WORLD_FLAGS from release.sh, and move the gcc(1) build to arm/release.sh.
This prevents needing to build a separate chroot environment for the arm/armv6 builds when it is not absolutely necessary. This is useful for situations where a single userland build is used to populate more than one chroot.
Sponsored by: The FreeBSD Foundation
show more ...
|
d725697e | 24-Jan-2014 |
Glen Barber <gjb@FreeBSD.org> |
Add initial support for building arm BEAGLEBONE images.
- In arm/release.sh: - Move crochet work directory creation to occur earlier, since its parent directory is needed to store a fetched
Add initial support for building arm BEAGLEBONE images.
- In arm/release.sh: - Move crochet work directory creation to occur earlier, since its parent directory is needed to store a fetched u-boot version.
- Add a before_build() function as a quick hack to run board-specific (kernel configuration specific, really) commands, if any.
- For the BEAGLEBONE kernel, a specific version of u-boot source is needed. Fetch the source in before_build() for this case. Unfortunately, there are no checksums available (that I can find) for these sources. For a quick solution, add the hard-coded sha256 of the tarball, and fetch from my public_html/ directory. A more permanent solution for this needs to be found.
Add initial release.sh and crochet configuration files for the BEAGLEBONE build.
Sponsored by: The FreeBSD Foundation
show more ...
|