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.
This commit is contained in:
parent
168d943178
commit
7ae56b59cd
@ -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_rootfs $DEST_DIR/usr/src
|
||||||
cp -r $MAIN_SRC_DIR/minimal_overlay $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_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
|
cp $SRC_DIR/90_src.sh $DEST_DIR/etc/autorun
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user