]> code.ossystems Code Review - openembedded-core.git/commit
kernel.bbclass: Optionally create lib dir during deploy
authorKhem Raj <raj.khem@gmail.com>
Fri, 12 Apr 2013 08:12:55 +0000 (01:12 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 12 Apr 2013 15:32:19 +0000 (16:32 +0100)
commit3f501204f375cc40a14597a25cb09faaba9ff802
treea44ef418996cde8be7eaf98ed64cb6e3c80b5ed2
parent1b840f8f0a52423a2a395b4ff35a6b24b05e6c0b
kernel.bbclass: Optionally create lib dir during deploy

when we have multilib and a 64bit machine and initramfs then image/lib
directory will not be created and it will end up with errors like

| DEBUG: Executing python function sstate_task_prefunc
| DEBUG: Python function sstate_task_prefunc finished
| DEBUG: Executing shell function do_deploy
| tar: lib: Cannot stat: No such file or directory
| tar: Exiting with failure status due to previous errors

So in order to overcome this shortcoming lets mkdir -p the
lib directory so the modules can be happily installed.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/kernel.bbclass