1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-05-29 23:12:45 +00:00

multi-kernel: the fetcher doesn't support dotfiles anymore, so get rid of the dot

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2011-10-20 11:07:25 +02:00
parent 591c27a4f7
commit 3263120154
2 changed files with 3 additions and 3 deletions
+3 -3
View File
@@ -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"