From 7ae56b59cd9e7d55394811f61a4a5ebb83fc6fe0 Mon Sep 17 00:00:00 2001 From: Ivan Davidov Date: Mon, 25 Dec 2017 02:18:52 +0200 Subject: [PATCH] Bug fix - the generated sources were missing the new 'minimal_boot' folder and as result the MLL build from the auto generated source tree was failing. This should be the last MLL fix before the next major MLL release. --- src/minimal_overlay/bundles/mll_source/bundle.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/minimal_overlay/bundles/mll_source/bundle.sh b/src/minimal_overlay/bundles/mll_source/bundle.sh index f1fabf675..28b4040e8 100755 --- a/src/minimal_overlay/bundles/mll_source/bundle.sh +++ b/src/minimal_overlay/bundles/mll_source/bundle.sh @@ -20,6 +20,7 @@ cp $MAIN_SRC_DIR/*.txt $DEST_DIR/usr/src cp -r $MAIN_SRC_DIR/minimal_rootfs $DEST_DIR/usr/src cp -r $MAIN_SRC_DIR/minimal_overlay $DEST_DIR/usr/src cp -r $MAIN_SRC_DIR/minimal_config $DEST_DIR/usr/src +cp -r $MAIN_SRC_DIR/minimal_boot $DEST_DIR/usr/src cp $SRC_DIR/90_src.sh $DEST_DIR/etc/autorun