Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | linux-image: Run preinst hooks | P. J. McDermott | 2014-11-09 | 1 | -1/+2 |
| | |||||
* | linux-image: Run prerm hooks | P. J. McDermott | 2014-11-09 | 1 | -0/+1 |
| | |||||
* | build: Add link to image in / | P. J. McDermott | 2014-11-09 | 1 | -0/+1 |
| | | | | | | Some boot loaders expect to find the image in the file system root. For example, libreboot's GRUB is configured to look for /vmlinuz on the root device. | ||||
* | build: Install headers directly to package dir | P. J. McDermott | 2014-11-09 | 1 | -6/+6 |
| | | | | | Then we don't need oh-installfiles. Also remove the oh-fixperms call, which was in the wrong place to be useful anyway. | ||||
* | build: Make "install" target depend on "build" | P. J. McDermott | 2014-07-23 | 1 | -1/+2 |
| | |||||
* | linux-image: Run postinst and postrm hooks | P. J. McDermott | 2014-07-14 | 1 | -0/+2 |
| | |||||
* | build: Fix KBUILD_ARCH macro expansion. | P. J. McDermott | 2014-05-07 | 1 | -1/+1 |
| | |||||
* | build: Don't update "mrproper" target. | P. J. McDermott | 2014-05-07 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | This generates the following output: [...] make -f scripts/Makefile.clean obj=Documentation make -f scripts/Makefile.clean obj=Documentation/DocBook make[3]: /bin/bash: Command not found make[3]: /bin/bash: Command not found make[3]: /bin/bash: Command not found make -f scripts/Makefile.clean obj=Documentation/accounting [...] Something is trying to use Bash, and I can't be bothered right now to figure out what it is. | ||||
* | build: Build and install a Linux image. | P. J. McDermott | 2014-05-05 | 1 | -0/+16 |
| | |||||
* | build: Add "nop" target. | P. J. McDermott | 2014-04-27 | 1 | -0/+3 |
| | |||||
* | build: Don't update headers_check. | P. J. McDermott | 2013-06-19 | 1 | -1/+1 |
| | | | | headers_check still requires Perl 5, so just skip the checks (at least for now). | ||||
* | build: Move <asm/*.h> headers into host-arch dir. | P. J. McDermott | 2013-05-29 | 1 | -0/+2 |
| | |||||
* | build: Fix find's -exec option. | P. J. McDermott | 2013-05-29 | 1 | -1/+1 |
| | |||||
* | build: Don't use a macro in INSTALL_HDR_PATH. | P. J. McDermott | 2013-05-29 | 1 | -1/+1 |
| | |||||
* | build: Rewrite. | P. J. McDermott | 2013-05-29 | 1 | -38/+11 |
| | |||||
* | Support multiple build jobs. | P. J. McDermott | 2012-04-29 | 1 | -1/+1 |
| | |||||
* | Fix path to "uImage" file. | P. J. McDermott | 2012-04-29 | 1 | -1/+3 |
| | |||||
* | Fix "build" to build a Linux image for "rcstereo". | P. J. McDermott | 2012-04-29 | 1 | -4/+5 |
| | |||||
* | Rewrite "build" makefile. | P. J. McDermott | 2012-04-29 | 1 | -7/+32 |
| | |||||
* | Added distro version to control file, fixed \ in build file | kurt | 2012-04-28 | 1 | -1/+1 |
| | |||||
* | Added .config file, added make install and make headers_install to build file | kurt | 2012-04-28 | 1 | -1/+2 |
| | |||||
* | Added kernel compilation to the build file | kurt | 2012-04-27 | 1 | -0/+2 |
| | |||||
* | Removed recursion in build file, fixed config file to point to the correct ↵ | kurt | 2012-04-26 | 1 | -2/+1 |
| | | | | file, fixed control files. | ||||
* | Initial Commit | kurt | 2012-04-26 | 1 | -0/+11 |