summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHung-Te Lin <hungte@chromium.org>2012-08-24 15:37:32 +0800
committerGerrit <chrome-bot@google.com>2012-08-24 11:40:11 -0700
commitea1b7dd9d9e3151849346b5e2ae0546624f43ed5 (patch)
tree9c7f2976eff1e5df9eb678456fc62de7840c7c75
parent89286bc73ac3939e4df8c5952346ce0825e1c76c (diff)
downloadvboot-ea1b7dd9d9e3151849346b5e2ae0546624f43ed5.tar.gz
newbitmaps: Add "native 1366x768 USB" profile.
BRANCH=none # we always build images in ToT. BUG=chrome-os-partner:13048 TEST=make # got n1366usb bmpblk.bin Change-Id: I5af3c4f599c6789c208013095db86f0836241ced Reviewed-on: https://gerrit.chromium.org/gerrit/31324 Reviewed-by: Bill Richardson <wfrichar@chromium.org> Commit-Ready: Hung-Te Lin <hungte@chromium.org> Tested-by: Hung-Te Lin <hungte@chromium.org>
-rw-r--r--scripts/newbitmaps/images/Makefile2
-rwxr-xr-xscripts/newbitmaps/images/build_images6
2 files changed, 7 insertions, 1 deletions
diff --git a/scripts/newbitmaps/images/Makefile b/scripts/newbitmaps/images/Makefile
index ed3933eb..f14b7ccd 100644
--- a/scripts/newbitmaps/images/Makefile
+++ b/scripts/newbitmaps/images/Makefile
@@ -10,7 +10,7 @@
# ImageMagick is much to complex to bother installing into the chroot just for
# this occasional need.
-TARGETS=std n1366usb2 s800 s1024 s1024usb s1024usb2
+TARGETS=std n1366usb n1366usb2 s800 s1024 s1024usb s1024usb2
# To generate all locales, make from top level.
LOCALES=en
diff --git a/scripts/newbitmaps/images/build_images b/scripts/newbitmaps/images/build_images
index 857e2445..ccd73b4b 100755
--- a/scripts/newbitmaps/images/build_images
+++ b/scripts/newbitmaps/images/build_images
@@ -81,6 +81,12 @@ main() {
background_scale_param="-scale 1366x768!"
;;
+ n1366usb )
+ # Similar to n1366, and can only boot recovery by USB.
+ background_scale_param="-scale 1366x768!"
+ replace_files="insert=insert_usb BadSD=dummy"
+ ;;
+
n1366usb2 )
# Similar to n1366, and can only boot recovery by SD card or USB2.
background_scale_param="-scale 1366x768!"