summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Give cortexa8 TBB procedure a shorter file name.HEADmasterP. J. McDermott2012-05-301-0/+0
|
* Add "${BBL_GCCTGTOPTS}" to the final cross GCC.P. J. McDermott2012-04-221-6/+7
|
* Fix placement of EGLIBC ports add-on.P. J. McDermott2012-04-221-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. McDermott2012-04-191-8/+6
|
* Fix "invalid swi expression" error?P. J. McDermott2012-04-191-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. McDermott2012-04-191-3/+0
|
* Add opkg notes to TBB procedure.P. J. McDermott2012-04-191-0/+7
|
* Add target-specific GCC options to cortexa8 TBB.P. J. McDermott2012-03-291-2/+7
|
* Write a (non-working) cortexa8 TBB setup.P. J. McDermott2012-03-291-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. McDermott2012-03-252-1/+15
|
* Add to "implementation" section of midterm sprint.P. J. McDermott2012-03-211-0/+4
|
* Add NJIT CCS Capstone midterm sprint outline.P. J. McDermott2012-03-211-0/+31
|
* Add dependency graph.P. J. McDermott2012-03-143-0/+78
|
* Delete the source package format specification.P. J. McDermott2012-03-081-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. McDermott2012-03-085-0/+3174
|
* Update source package format spec tasks list.P. J. McDermott2012-03-081-3/+0
|
* Clarify use of 'Architecture' field values.P. J. McDermott2012-03-081-2/+7
|
* Document 'Version' control field in format spec.P. J. McDermott2012-03-081-1/+15
|
* Update source package format spec tasks list.P. J. McDermott2012-03-081-1/+8
|
* Fix upstream source archive name in format spec.P. J. McDermott2012-02-261-1/+1
|
* Add opkhelper-buildflags to packages list.P. J. McDermott2012-02-261-2/+4
|
* Refer to DPM for package control file syntax.P. J. McDermott2012-02-261-1/+4
|
* Number sections in source package format spec.P. J. McDermott2012-02-261-30/+30
|
* Rearrange sections in source package format spec.P. J. McDermott2012-02-261-84/+84
|
* Fix spelling error in source package format spec.P. J. McDermott2012-02-261-1/+1
|
* Rewrite source package format rationale.P. J. McDermott2012-02-261-7/+20
|
* Note that 'Homepage' package field is optional.P. J. McDermott2012-02-261-1/+1
|
* Add headers paragraph to package format spec.P. J. McDermott2012-02-261-0/+5
|
* Rename, reformat, and rearrange sections 1 and 2.P. J. McDermott2012-02-261-11/+11
|
* Use Markdown code span formatting in spec.P. J. McDermott2012-02-261-35/+36
|
* Expand on source package directory structure spec.P. J. McDermott2012-02-261-3/+19
|
* Add full license to spec, move (C) info to bottom.P. J. McDermott2012-02-261-11/+25
|
* Add spaces between all package metadata fields.P. J. McDermott2012-02-261-0/+12
|
* More strictly follow Markdown syntax in spec text.P. J. McDermott2012-02-251-15/+25
|
* Update source package format spec "TODO" section.P. J. McDermott2012-02-251-1/+0
|
* Document the source package build file format.P. J. McDermott2012-02-251-0/+38
|
* Preface the directory structure with explanation.P. J. McDermott2012-02-251-1/+5
|
* Document the configuration file list format.P. J. McDermott2012-02-251-0/+25
|
* Document source package change log format.P. J. McDermott2012-02-241-0/+31
|
* Update source package format spec to RFC 5322.P. J. McDermott2012-02-241-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. McDermott2012-02-241-1/+1
| | | | | RFC 2822 obsoleted RFC 822 in April 2001. It's good to keep up with the times.
* Indent directory structure.P. J. McDermott2012-02-221-31/+32
| | | | | A Markdown parser should now properly handle the directory structure as "code".
* Update source package specification.P. J. McDermott2012-02-221-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. McDermott2012-02-221-0/+0
|
* Prune CFLAGS in "cortexa8-*-*" architecture notes.P. J. McDermott2012-02-161-2/+1
|
* Update architecture notes.P. J. McDermott2012-02-161-10/+26
|
* Update to Linux-libre 3.2.4.P. J. McDermott2012-02-071-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. McDermott2012-02-071-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. McDermott2012-02-041-1/+2
|
* Add config-*-common to packages list.P. J. McDermott2012-02-031-1/+2
|