Age | Commit message (Collapse) | Author | Files |
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
This reverts commit e020cd9b2c61fd19bb55ec3fd38abcfdbd3f651c.
Acked-by: Koen Kooi <k-kooi@ti.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
* insmod was removed after klibc_1.5
* dmesg, sync and ls have been added with 1.5.15
* wc and losetup are provided by OpenEmbedded patches
* bump INC_PR and recipe's PR to propagate the changes to klibc-utils
|
|
* reuse as much .inc as possible
* use INC_PR
* added klibc-utils.inc with common do_install_append for installing all utils
added PACKAGES + FILES variables for them (union for all klibc versions)
* added klibc-utils-static.inc with common part of all klibc-utils-static recipes
and including klibc-utils.inc in the end with prepared variables to install
static versions
* modprobe was installed in base_bindir for shared and base_sbindir for static, unified
to base_sbindir
* next task will be to convert all to new staging (don't know how to install to cross
with native install).
* 1.5.15 tested with slugos/nslu2le linux-ixp4xx-2.6.27.8+svnr1089-r2
* >= 1.5.15+1.5.16 tested with angstrom/spitz linux-2.6.34-rc6+git%
* all version:
with newer kernel version where is no include/asm, which is
replaced with include/asm-generic + ie arch/arm/include/asm/
we can stage asm -> ../arch/arm/include/asm/ link, or fix klibc
autotools to use arch inludes correctly
* >= 1.5.15+1.5.16:
expects newer kernel and also built (staged) after
http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=b2f6d8d0200974b8b98f1bb9b10d46fb06e14b15
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Andrea Adami <andrea.adami@gmail.com>
|