[oe] Custom machine based on at91SAM9261 fails kernel_do_stage for linux_2.6.24.bb

ed enelson1000 at comcast.net
Sun Mar 22 19:43:25 UTC 2009


When I look at the kernel_do_stage() in linux_2.6.24.bb the first thing
it does is read the link from directory located at 
/home/ed/OE/build/tmp/work/sbc9261-angstrom-linux-gnueabi/linux-2.6.24-r25/linux-2.6.24

kernel_do_stage()
ASMDIR=`readlink include/asm`
mkdir-p /home/ed/OE/build/tmp/staging/sbc9261-angstrom-linux-gnueabi/kernel/include/$ASMDIR
more code

But when I look into the
/home/ed/OE/build/tmp/work/sbc9261-angstrom-linux-gnueabi/linux-2.6.24-r25/linux-2.6.24/include directory the asm directory does not have a link associated with it.
It looks like the mkdir fails as I do not find that directory created in
the staging.

Should I change the linux_2.6.24.bb recipe so ASMDIR = asm or is there
something else that I should look at.


Thanks
Ed





More information about the Openembedded-devel mailing list