From 326312015433092bd86b428ffc91270bf03a96cc Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 20 Oct 2011 11:07:25 +0200 Subject: multi-kernel: the fetcher doesn't support dotfiles anymore, so get rid of the dot Signed-off-by: Koen Kooi --- recipes-kernel/linux/files/configs/.empty | 0 recipes-kernel/linux/files/configs/empty | 0 recipes-kernel/linux/multi-kernel.inc | 6 +++--- 3 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 recipes-kernel/linux/files/configs/.empty create mode 100644 recipes-kernel/linux/files/configs/empty diff --git a/recipes-kernel/linux/files/configs/.empty b/recipes-kernel/linux/files/configs/.empty deleted file mode 100644 index e69de29b..00000000 diff --git a/recipes-kernel/linux/files/configs/empty b/recipes-kernel/linux/files/configs/empty new file mode 100644 index 00000000..e69de29b diff --git a/recipes-kernel/linux/multi-kernel.inc b/recipes-kernel/linux/multi-kernel.inc index 584c6e57..12f2284e 100644 --- a/recipes-kernel/linux/multi-kernel.inc +++ b/recipes-kernel/linux/multi-kernel.inc @@ -21,15 +21,15 @@ do_compileconfigs () { # fixup for fetcher change if [ -e ${WORKDIR}/configs/configs ] ; then - if [ -e ${WORKDIR}/configs/configs/.empty ] ; then - mv ${WORKDIR}/configs/configs/.empty ${WORKDIR}/configs/ + if [ -e ${WORKDIR}/configs/configs/empty ] ; then + mv ${WORKDIR}/configs/configs/empty ${WORKDIR}/configs/ fi mv ${WORKDIR}/configs/configs/* ${WORKDIR}/configs/ rm -rf ${WORKDIR}/configs/configs fi # 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" -- cgit v1.2.3-54-g00ecf