Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Give cortexa8 TBB procedure a shorter file name.HEADmaster | P. J. McDermott | 2012-05-30 | 1 | -0/+0 |
| | |||||
* | Add "${BBL_GCCTGTOPTS}" to the final cross GCC. | P. J. McDermott | 2012-04-22 | 1 | -6/+7 |
| | |||||
* | Fix placement of EGLIBC ports add-on. | P. J. McDermott | 2012-04-22 | 1 | -2/+1 |
| | | | | | | | | Occam's razor shows that copying the entire ports add-on over the libc sources is a bad idea compared to simply adding a link to the add-on in the libc source directory. See also: <http://www.eglibc.org/archives/patches/msg01137.html>. | ||||
* | Set the version of Linux-libre in Cortex-A8 TBB. | P. J. McDermott | 2012-04-19 | 1 | -8/+6 |
| | |||||
* | Fix "invalid swi expression" error? | P. J. McDermott | 2012-04-19 | 1 | -5/+4 |
| | | | | | | | | | | | | | Building EGLIBC with the static GCC would result in an error such as this: /tmp/[...].s: Assembler messages: /tmp/[...].s:168: Error: invalid swi expression /tmp/[...].s:168: Error: value of 983045 too large for field of 2 byt es at 170 Apparently, it makes no sense for GCC to generate Thumb code with the ARM Architecture Procedure Call Standard (AAPCS). | ||||
* | Remove GNU Autotools archives from TBB procedure. | P. J. McDermott | 2012-04-19 | 1 | -3/+0 |
| | |||||
* | Add opkg notes to TBB procedure. | P. J. McDermott | 2012-04-19 | 1 | -0/+7 |
| | |||||
* | Add target-specific GCC options to cortexa8 TBB. | P. J. McDermott | 2012-03-29 | 1 | -2/+7 |
| | |||||
* | Write a (non-working) cortexa8 TBB setup. | P. J. McDermott | 2012-03-29 | 1 | -0/+381 |
| | | | | | | | | | | | | | | EGLIBC fails to build: ../sysdeps/unix/syscall.S: Assembler messages: ../sysdeps/unix/syscall.S:28: Error: cannot represent SWI relocation in this object file format make[2]: *** [/home/pj/bbl/sys.cortexa8/fsmnt/src/eglibc-build/misc/syscall.o] Error 1 make[2]: Leaving directory `/home/pj/bbl/sys.cortexa8/fsmnt/src/eglibc-2.15/libc/misc' make[1]: *** [misc/subdir_lib] Error 2 make[1]: Leaving directory `/home/pj/bbl/sys.cortexa8/fsmnt/src/eglibc-2.15/libc' make: *** [all] Error 2 Apparently SWI (software interrupt) vector table relocation is only available in certain ARM cores (including Cortex-A8). | ||||
* | Add eglibc and package management deps to graph. | P. J. McDermott | 2012-03-25 | 2 | -1/+15 |
| | |||||
* | Add to "implementation" section of midterm sprint. | P. J. McDermott | 2012-03-21 | 1 | -0/+4 |
| | |||||
* | Add NJIT CCS Capstone midterm sprint outline. | P. J. McDermott | 2012-03-21 | 1 | -0/+31 |
| | |||||
* | Add dependency graph. | P. J. McDermott | 2012-03-14 | 3 | -0/+78 |
| | |||||
* | Delete the source package format specification. | P. J. McDermott | 2012-03-08 | 1 | -349/+0 |
| | | | | | This file, with all of its commit history, has been moved into a new specifications repository. | ||||
* | Publish NJIT CCS Capstone WBS and Gantt chart. | P. J. McDermott | 2012-03-08 | 5 | -0/+3174 |
| | |||||
* | Update source package format spec tasks list. | P. J. McDermott | 2012-03-08 | 1 | -3/+0 |
| | |||||
* | Clarify use of 'Architecture' field values. | P. J. McDermott | 2012-03-08 | 1 | -2/+7 |
| | |||||
* | Document 'Version' control field in format spec. | P. J. McDermott | 2012-03-08 | 1 | -1/+15 |
| | |||||
* | Update source package format spec tasks list. | P. J. McDermott | 2012-03-08 | 1 | -1/+8 |
| | |||||
* | Fix upstream source archive name in format spec. | P. J. McDermott | 2012-02-26 | 1 | -1/+1 |
| | |||||
* | Add opkhelper-buildflags to packages list. | P. J. McDermott | 2012-02-26 | 1 | -2/+4 |
| | |||||
* | Refer to DPM for package control file syntax. | P. J. McDermott | 2012-02-26 | 1 | -1/+4 |
| | |||||
* | Number sections in source package format spec. | P. J. McDermott | 2012-02-26 | 1 | -30/+30 |
| | |||||
* | Rearrange sections in source package format spec. | P. J. McDermott | 2012-02-26 | 1 | -84/+84 |
| | |||||
* | Fix spelling error in source package format spec. | P. J. McDermott | 2012-02-26 | 1 | -1/+1 |
| | |||||
* | Rewrite source package format rationale. | P. J. McDermott | 2012-02-26 | 1 | -7/+20 |
| | |||||
* | Note that 'Homepage' package field is optional. | P. J. McDermott | 2012-02-26 | 1 | -1/+1 |
| | |||||
* | Add headers paragraph to package format spec. | P. J. McDermott | 2012-02-26 | 1 | -0/+5 |
| | |||||
* | Rename, reformat, and rearrange sections 1 and 2. | P. J. McDermott | 2012-02-26 | 1 | -11/+11 |
| | |||||
* | Use Markdown code span formatting in spec. | P. J. McDermott | 2012-02-26 | 1 | -35/+36 |
| | |||||
* | Expand on source package directory structure spec. | P. J. McDermott | 2012-02-26 | 1 | -3/+19 |
| | |||||
* | Add full license to spec, move (C) info to bottom. | P. J. McDermott | 2012-02-26 | 1 | -11/+25 |
| | |||||
* | Add spaces between all package metadata fields. | P. J. McDermott | 2012-02-26 | 1 | -0/+12 |
| | |||||
* | More strictly follow Markdown syntax in spec text. | P. J. McDermott | 2012-02-25 | 1 | -15/+25 |
| | |||||
* | Update source package format spec "TODO" section. | P. J. McDermott | 2012-02-25 | 1 | -1/+0 |
| | |||||
* | Document the source package build file format. | P. J. McDermott | 2012-02-25 | 1 | -0/+38 |
| | |||||
* | Preface the directory structure with explanation. | P. J. McDermott | 2012-02-25 | 1 | -1/+5 |
| | |||||
* | Document the configuration file list format. | P. J. McDermott | 2012-02-25 | 1 | -0/+25 |
| | |||||
* | Document source package change log format. | P. J. McDermott | 2012-02-24 | 1 | -0/+31 |
| | |||||
* | Update source package format spec to RFC 5322. | P. J. McDermott | 2012-02-24 | 1 | -1/+1 |
| | | | | | RFC 5322 obsoleted RFC 2822 in October 2008. It's great to keep up with the times. | ||||
* | Update source package format spec to RFC 2822. | P. J. McDermott | 2012-02-24 | 1 | -1/+1 |
| | | | | | RFC 2822 obsoleted RFC 822 in April 2001. It's good to keep up with the times. | ||||
* | Indent directory structure. | P. J. McDermott | 2012-02-22 | 1 | -31/+32 |
| | | | | | A Markdown parser should now properly handle the directory structure as "code". | ||||
* | Update source package specification. | P. J. McDermott | 2012-02-22 | 1 | -53/+24 |
| | | | | | | | Changes: * Update the directory structure. * Update binary architecture string format. * Describe "Depends", "Pre-Depends", and "Description" control fields. | ||||
* | Move source package format to 'specs' directory. | P. J. McDermott | 2012-02-22 | 1 | -0/+0 |
| | |||||
* | Prune CFLAGS in "cortexa8-*-*" architecture notes. | P. J. McDermott | 2012-02-16 | 1 | -2/+1 |
| | |||||
* | Update architecture notes. | P. J. McDermott | 2012-02-16 | 1 | -10/+26 |
| | |||||
* | Update to Linux-libre 3.2.4. | P. J. McDermott | 2012-02-07 | 1 | -1/+1 |
| | | | | | | Note that since the procedure doesn't even use Linux-libre yet (and doesn't make a bootable system), this really has no effect on the system. | ||||
* | Fix hyperlink to Linux-libre 3.1.6. | P. J. McDermott | 2012-02-07 | 1 | -1/+1 |
| | | | | | I previously used a path that pointed to the latest version of Linux-libre, which has of course changed since I wrote the procedure. | ||||
* | Add opkg-doc to packages list. | P. J. McDermott | 2012-02-04 | 1 | -1/+2 |
| | |||||
* | Add config-*-common to packages list. | P. J. McDermott | 2012-02-03 | 1 | -1/+2 |
| |