summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.html8
-rwxr-xr-xstage16
2 files changed, 13 insertions, 1 deletions
diff --git a/README.html b/README.html
index 37ab59d..fa10b10 100644
--- a/README.html
+++ b/README.html
@@ -104,5 +104,13 @@ zlib
</tt> <h3> Stage 2 </h3> <tt>
cpio
+ncurses
+curl
+m4
+flex
+bison
+texinfo
+gdb
+
</tt>
diff --git a/stage1 b/stage1
index 50a6fc0..1712542 100755
--- a/stage1
+++ b/stage1
@@ -460,6 +460,8 @@ case "$1" in
make $J distclean
make $J CROSS_COMPILE=${TARGET}- omap4430panda_config
make $J CROSS_COMPILE=${TARGET}-
+ mkdirp $ROOTFS/boot
+ cp MLO $ROOTFS/boot
;;
"u-boot" )
@@ -472,7 +474,9 @@ case "$1" in
cd $BUILDDIR/u-boot
make $J distclean
make $J CROSS_COMPILE=${TARGET}- omap4_panda_config
- make $J CROSS_COMPILE=${TARGET}-
+ make $J CROSS_COMPILE=${TARGET}- u-boot.img
+ mkdirp $ROOTFS/boot
+ cp u-boot.img $ROOTFS/boot/u-boot.img
;;
"djtest" )