bsp/build.sh | ●●●●● patch | view | raw | blame | history | |
bsp/rootfs/build.sh | ●●●●● patch | view | raw | blame | history |
bsp/build.sh
@@ -21,6 +21,8 @@ { DIR=$1 cd $PRJ_PATH sed -i "s|^BOARD.*|BOARD=${BOARD}|g" ${DIR}/build.sh if [ $DIR = bootloader -o $DIR == kernel ] ; then @@ -46,13 +48,13 @@ function do_build() { cd tarball && ./build.sh && cd - cd $PRJ_PATH/tarball && ./build.sh && cd - cd bootloader && ./build.sh && cd - cd $PRJ_PATH/bootloader && ./build.sh && cd - cd kernel && ./build.sh && cd - cd $PRJ_PATH/kernel && ./build.sh && cd - cd rootfs && ./build.sh && cd - cd $PRJ_PATH/rootfs && ./build.sh && cd - } do_modify bsp/rootfs/build.sh
@@ -20,11 +20,6 @@ EXTRA_APPS="vim net-tools network-manager tree file parted locales lsb-release tzdata wireless-tools openssh-server" if [ `id -u` != 0 ] ; then echo "ERRROR: This shell script must excuted as root privilege." exit 0; fi set -u set -e @@ -143,6 +138,11 @@ exit 0; fi if [ `id -u` != 0 ] ; then echo "ERRROR: This shell script must excuted as root privilege." exit 0; fi do_systools do_fetch