On Mon, May 3, 2010 at 11:40 AM, Martin Jansa <[email protected]> wrote:
> * 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
> * I've prepared 1.5.18, but needs more love as few patches doesn't apply and 
> I would like to
>  convert all to new staging (don't know how to install to cross with native 
> install).
>  And please comment about Kbuild/all_headers staging and include/asm link.
>
> * 1.5.14 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% (with 
> work-arround see bellow)
>
> * 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:
>  #still needs Kbuild files and all headers (ie include/drm, include/mtd were 
> missing)
>  #work-arround by hand (just to show what needs to be solved):
>  cd ${STAGING}/spitz-angstrom-linux-gnueabi/kernel/
>  mv include indlude-orig
>  cp -ra 
> ${WORKDIR}/spitz-angstrom-linux-gnueabi/linux-2.6.34-rc6+gitr0+be1066bbcd443a65df312fdecea7e4959adedb45-r0/git/include/
>  .
>  cd include
>  ln -s ../arch/arm/include/asm/ .
>
> Signed-off-by: Martin Jansa <[email protected]>
> ---

Acked-by: Andrea Adami <[email protected]>

_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Reply via email to