Age | Commit message (Collapse) | Author |
|
The algorithm in package/pkgmaker works as follows:
1) for all package/*/Makefile
a) parse PKG_NAME and PKG_SECTION
b) skip if PKG_SECTION is 'kernel' (special ones)
c) check if Config.in{,.lib,.manual} contain something
d) fetch the first word of the first prompt from any result from c)
e) fetch the verbose section name from package/SECTIONS.list based on
PKG_SECTION, or just 'libs' if it's about Config.in.lib
f) write results to package/package_section_list, in the form:
'<Config.in prompt> <path to Config.in file> <verbose section name>'
2) sort package/package_section_list first by <verbose section name>,
next by <Config.in prompt>
3) create package/Config.in.auto using the result from 2)
|
|
|
|
|
|
|
|
|
|
This reverts commit f295a40984c165ae46c0a3fe2ae95b5517885392.
|
|
|
|
|
|
fix some dependencies for native adk build on
adk system.
|
|
|
|
|
|
|
|
- remove ADK_IPV6, ADK_CXX and ADK_X11
- enable ipv6 by default in uclibc
- enable build of c++ compiler by default
|
|
barely tested, but working for mksh package and google g1 target
|
|
- add some missing packages like cpio, lzma and gnu wget
- make microperl more featureful, needed for kernel-header
installation
- make a dependency to perl
- fix header installation for $libc-dev package
- fix 64bit uclibc setup, simplify gcc patches
and totally unrelated
- add preliminary kvm and libvirt support (not tested)
|
|
barely tested. TomTom support is for my tomtom rider 2
navigation system and is a new toolchain only target.
I will add some special applications later.
Shuttle is my ADK buildserver. At least I can boot via
PXE and create software raid devices. Still need to figure out
how to manage grub2 and how to integrate a disk installer or something
like that.
|
|
The value of CONFIG_ADK_MAKE_JOBS is being passed to make via the option
'-j', in order to have it run multiple jobs simultaneously. This is done
for all kernel builds, and per default for each package using the
default BUILD_STYLE of 'auto', unless the package makefile defines
PKG_NOPARALLEL to a non-empty string.
|
|
|
|
- $id$ substitution is not apropriate for git scm
|
|
|