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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user