X-Git-Url: https://git.ti.com/gitweb?p=glsdk%2Fmeta-ti-glsdk.git;a=blobdiff_plain;f=recipes-bsp%2Flinux%2Fmulti-kernel.inc;h=d34994fc17a092157318ddf03bdbbad2ae09f897;hp=9f5a0a031e05f9090edb9c4d007656a692e2bb22;hb=1501b22dccd94023163092bebd5d52b85ba13fa1;hpb=60f1c4f27eb8d791dc7cc1e21ead3a7749d2d15c diff --git a/recipes-bsp/linux/multi-kernel.inc b/recipes-bsp/linux/multi-kernel.inc index 9f5a0a0..d34994f 100644 --- a/recipes-bsp/linux/multi-kernel.inc +++ b/recipes-bsp/linux/multi-kernel.inc @@ -23,11 +23,20 @@ EXTRA_OEMAKE = "${PARALLEL_MAKE} " 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/ + 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 echo "No configs found in configs/ directory, skipping to regular build" else - echo "Multiple configs found, building those first" + echo "Multiple configs found, building those first" # Context Save the regular 'defconfig' cp ${WORKDIR}/defconfig ${WORKDIR}/defconfig.save