summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-10-20 11:07:25 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-10-20 11:07:25 +0200
commit326312015433092bd86b428ffc91270bf03a96cc (patch)
tree2aeb889f8ed4d1b49959d81a317aa328c3bec3d6
parent591c27a4f707a2f66f60596162791093ca63c63e (diff)
downloadmeta-ti-326312015433092bd86b428ffc91270bf03a96cc.tar.gz
multi-kernel: the fetcher doesn't support dotfiles anymore, so get rid of the dot
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r--recipes-kernel/linux/files/configs/empty (renamed from recipes-kernel/linux/files/configs/.empty)0
-rw-r--r--recipes-kernel/linux/multi-kernel.inc6
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/linux/files/configs/.empty b/recipes-kernel/linux/files/configs/empty
index e69de29b..e69de29b 100644
--- a/recipes-kernel/linux/files/configs/.empty
+++ b/recipes-kernel/linux/files/configs/empty
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 () {
21 21
22 # fixup for fetcher change 22 # fixup for fetcher change
23 if [ -e ${WORKDIR}/configs/configs ] ; then 23 if [ -e ${WORKDIR}/configs/configs ] ; then
24 if [ -e ${WORKDIR}/configs/configs/.empty ] ; then 24 if [ -e ${WORKDIR}/configs/configs/empty ] ; then
25 mv ${WORKDIR}/configs/configs/.empty ${WORKDIR}/configs/ 25 mv ${WORKDIR}/configs/configs/empty ${WORKDIR}/configs/
26 fi 26 fi
27 mv ${WORKDIR}/configs/configs/* ${WORKDIR}/configs/ 27 mv ${WORKDIR}/configs/configs/* ${WORKDIR}/configs/
28 rm -rf ${WORKDIR}/configs/configs 28 rm -rf ${WORKDIR}/configs/configs
29 fi 29 fi
30 30
31 # Compile and Install additional kernel configs if found 31 # Compile and Install additional kernel configs if found
32 if [ -e ${WORKDIR}/configs/.empty ] ; then 32 if [ -e ${WORKDIR}/configs/empty ] ; then
33 echo "No configs found in configs/ directory, skipping to regular build" 33 echo "No configs found in configs/ directory, skipping to regular build"
34 else 34 else
35 echo "Multiple configs found, building those first" 35 echo "Multiple configs found, building those first"