From: Koen Kooi Date: Wed, 8 Sep 2010 07:48:31 +0000 (+0200) Subject: multi-kernel: more do_unpack unbreaking X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee49efcd2b07a943cf96613eb13a4b2723701922;p=openembedded.git multi-kernel: more do_unpack unbreaking --- diff --git a/recipes/linux/files/configs/.empty b/recipes/linux/files/configs/empty similarity index 100% rename from recipes/linux/files/configs/.empty rename to recipes/linux/files/configs/empty diff --git a/recipes/linux/multi-kernel.inc b/recipes/linux/multi-kernel.inc index b8e09a1408..44c5b16780 100644 --- a/recipes/linux/multi-kernel.inc +++ b/recipes/linux/multi-kernel.inc @@ -20,7 +20,7 @@ MULTI_CONFIG_BASE_SUFFIX = "multi-config-" do_compileconfigs () { # Compile and Install additional kernel configs if found - if [ -e ${WORKDIR}/configs/.empty ] ; then + if [ -e ${WORKDIR}/configs/empty ] ; then echo "No configs found in configs/ directory, skipping to regular build" else echo "Multiple configs found, building those first"