From: Richard Purdie Date: Sun, 2 Apr 2006 12:16:29 +0000 (+0000) Subject: kernel.bbclass: Make sure the directory in staging exists X-Git-Tag: Release-2010-05/1~9453^2~2102^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc187800710eb2a6f51f764695e3fd04c8267736;p=openembedded.git kernel.bbclass: Make sure the directory in staging exists --- diff --git a/classes/kernel.bbclass b/classes/kernel.bbclass index 471acd4a61..c5f667747c 100644 --- a/classes/kernel.bbclass +++ b/classes/kernel.bbclass @@ -163,6 +163,7 @@ kernel_do_install() { oe_runmake SUBDIRS="scripts/genksyms" fi + install -d ${STAGING_KERNEL_DIR} cp -fR scripts ${STAGING_KERNEL_DIR}/ }