summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add patch to replace scripts/headers_install.pl.P. J. McDermott2013-06-191-0/+154
| | | | | | | | | | | | | | | | | | | | | | | | | | | ProteanOS does not (yet) have a Perl 5 interpreter, so Linux(-libre) fails to build. This patch removes a dependency on Perl 5 from the headers_install target. Fixes: oh-autoinstall -T headers_install -- INSTALL_HDR_PATH="${PWD}/dest/usr" make[1]: Entering directory `/usr/src/linux-libre_3.4.47~gnu1-1/tmp/src' CHK include/linux/version.h UPD include/linux/version.h HOSTCC scripts/basic/fixdep SYSHDR arch/x86/syscalls/../include/generated/asm/unistd_32.h SYSHDR arch/x86/syscalls/../include/generated/asm/unistd_64.h SYSHDR arch/x86/syscalls/../include/generated/asm/unistd_x32.h SYSTBL arch/x86/syscalls/../include/generated/asm/syscalls_32.h HOSTCC arch/x86/tools/relocs HOSTCC scripts/unifdef INSTALL include/asm-generic (34 files) /bin/sh: perl: not found make[3]: *** [/usr/src/linux-libre_3.4.47~gnu1-1/tmp/dest/usr/include/asm-generic/.install] Error 127 make[2]: *** [asm-generic] Error 2 make[1]: *** [headers_install] Error 2 make[1]: Leaving directory `/usr/src/linux-libre_3.4.47~gnu1-1/tmp/src' make: *** [install] Error 2
* linux-libc-dev: Provide source package docs.P. J. McDermott2013-05-301-0/+0
|
* .gitignore: New file.P. J. McDermott2013-05-291-0/+11
|
* build: Move <asm/*.h> headers into host-arch dir.P. J. McDermott2013-05-291-0/+2
|
* build: Fix find's -exec option.P. J. McDermott2013-05-291-1/+1
|
* build: Don't use a macro in INSTALL_HDR_PATH.P. J. McDermott2013-05-291-1/+1
|
* changelog: Update.P. J. McDermott2013-05-291-0/+10
|
* build: Rewrite.P. J. McDermott2013-05-291-38/+11
|
* Remove old upstream source archive.P. J. McDermott2013-05-291-0/+0
|
* Remove old platform configuration files list.P. J. McDermott2013-05-291-1/+0
|
* Rename and update linux-libre-headers.P. J. McDermott2013-05-293-4/+6
|
* Remove linux-libre binary package.P. J. McDermott2013-05-292-5/+0
| | | | For now, the new package will only build headers.
* format: Update to SPF 2.0.P. J. McDermott2013-05-291-1/+1
|
* control: Update to SPF 2.0 and opkhelper 3.0.P. J. McDermott2013-05-291-3/+2
|
* Add source.mk to download and verify sources.P. J. McDermott2013-05-292-0/+21
|
* Fix path to headers.P. J. McDermott2012-04-291-1/+1
| | | | Why did this successfully build before?
* Enable all Ethernet-over-USB options.P. J. McDermott2012-04-291-7/+31
| | | | | Apparently, the BeagleBoard-xM has an RNDIS interface instead of a dedicated Ethernet controller.
* Support multiple build jobs.P. J. McDermott2012-04-291-1/+1
|
* Fix path to "uImage" file.P. J. McDermott2012-04-291-1/+3
|
* Add self to maintainers.P. J. McDermott2012-04-291-1/+1
|
* Fix "build" to build a Linux image for "rcstereo".P. J. McDermott2012-04-291-4/+5
|
* Move ".config" to "rcstereo.config".P. J. McDermott2012-04-291-0/+0
| | | | | This should be provided by a platform configuration package, but this works for now.
* Add empty copyright file.P. J. McDermott2012-04-291-0/+0
|
* Reconfigure Linux-libre.P. J. McDermott2012-04-291-960/+960
|
* Rewrite "build" makefile.P. J. McDermott2012-04-291-7/+32
|
* Added distro version to control file, fixed \ in build filekurt2012-04-282-2/+2
|
* Added .config file, added make install and make headers_install to build filekurt2012-04-282-1/+2550
|
* Added kernel compilation to the build filekurt2012-04-272-4/+2
|
* Removed recursion in build file, fixed config file to point to the correct ↵kurt2012-04-267-9/+13
| | | | file, fixed control files.
* Initial Commitkurt2012-04-2610-0/+29