diff options
author | Koen Kooi <koen@openembedded.org> | 2010-09-08 09:48:31 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-09-08 09:48:31 +0200 |
commit | ee49efcd2b07a943cf96613eb13a4b2723701922 (patch) | |
tree | b0eb027dd37293226befb8fafb5dab165be82199 /recipes | |
parent | d17f35cc415872791c6f8c5561150bd72e05553a (diff) |
multi-kernel: more do_unpack unbreaking
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/linux/files/configs/empty (renamed from recipes/linux/files/configs/.empty) | 0 | ||||
-rw-r--r-- | recipes/linux/multi-kernel.inc | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/recipes/linux/files/configs/.empty b/recipes/linux/files/configs/empty index e69de29bb2..e69de29bb2 100644 --- a/recipes/linux/files/configs/.empty +++ b/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" |