URI: 
       tspecify parted_type for ouya - arm-sdk - os build toolkit for various embedded devices
  HTML git clone https://git.parazyd.org/arm-sdk
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit 5ec21ccff5a5d415625854bc320d5701220a9cd9
   DIR parent 6d2d0cad7873221ebb0d8d6a41d24671f30610c4
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Fri, 30 Sep 2016 20:40:22 +0200
       
       specify parted_type for ouya
       
       Diffstat:
         M boards/bananapro.sh                 |       2 +-
         M boards/ouya.sh                      |       2 +-
       
       2 files changed, 2 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/boards/bananapro.sh b/boards/bananapro.sh
       t@@ -110,7 +110,7 @@ build_kernel_armhf() {
                notice "building u-boot"
                pushd $R/tmp/kernels/$device_name/sunxi-uboot
                make distclean
       -        make BananaPro_config 
       +        make BananaPro_config
                make $MAKEOPTS
                act "dd-ing to image..."
                sudo dd if=u-boot-sunxi-with-spl.bin of=$loopdevice bs=1024 seek=8
   DIR diff --git a/boards/ouya.sh b/boards/ouya.sh
       t@@ -30,7 +30,7 @@ size=1337
        
        inittab="T0:2345:respawn:/sbin/getty -L ttyS0 115200 linux"
        
       -## partition scheme for parted to use
       +parted_type="dos"
        parted_boot="fat32 2048s 264191s"
        parted_root="ext4 264192s 100%"