Droid Overlay Code
Arch Linux GNU suite for for Android OS
Status: Abandoned
Brought to you by:
fakenames
| File | Date | Author | Commit |
|---|---|---|---|
| core | 2012-11-13 |
|
[ebdf29] Ported run-parts |
| extra | 2012-10-12 |
|
[0f8fee] Ported rsync. |
| repo | 2012-10-28 |
|
[db4ea7] New README |
| toolchain | 2012-11-08 |
|
[fa3789] Even more superb algorithm for paths assignment... |
| .gitignore | 2012-11-01 |
|
[4cbd90] Updated .gitignore |
| README | 2012-10-28 |
|
[ecc363] New git README |
Glossary
---
combined system - Android system which Droid Overlay is installed on
bootstrap system - GNU/Linux computer, running cross toolchain
Files placement
---
toolchain/* | Components, to be installed on
| bootstrap system only. Have all paths
| hardcoded. Should be built with
| system makepkg.
-------------------------------------------------------------------
core/* | Packages, to be installed on combined
| system. All paths in PKGBUILDs are
| prefixed with $ROOT. To be built with
| makepkg-archdroid.
Installation order
---
1. archdroid-pacman
1.1 # mkdir -p /fhs/var/lib/pacman
1.2 # cd /fhs; ln . fhs
2. linux-api-headers
3. glibc-headers
4. archdroid-binutils
5. archdroid-gcc-base
6. glibc-base
7. archdroid-gcc
8. glibc
9. gcc-libs (with --force)