Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(14)

Issue 3140028: Better build_image for factory install (Closed)

Created:
10 years, 4 months ago by Nick Sanders
Modified:
9 years, 7 months ago
CC:
chromium-os-reviews_chromium.org, Mandeep Singh Baines, anush, sosa
Base URL:
ssh://gitrw.chromium.org/crosutils.git
Visibility:
Public.

Description

Allow full build of factory install shim in build_image. BUG=4951 TEST=Build and boot install shim on legacy bios, on H2C

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Patch Set 4 : . #

Total comments: 30

Patch Set 5 : . #

Total comments: 5

Patch Set 6 : add quotes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -12 lines) Patch
M build_image View 1 2 3 4 5 4 chunks +29 lines, -12 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
Nick Sanders
This change does: * removes the "mod_image_for_test --factory_install" step * resizes factory shim to be ...
10 years, 4 months ago (2010-08-26 04:23:43 UTC) #1
David James
Lots of comments below. Would be interested in comments from vlaviano as well since he's ...
10 years, 4 months ago (2010-08-26 16:27:04 UTC) #2
David James
http://codereview.chromium.org/3140028/diff/7001/5002 File build_image (right): http://codereview.chromium.org/3140028/diff/7001/5002#newcode108 build_image:108: EXTRA_USE="initramfs" On 2010/08/26 16:27:04, David James wrote: > Don't ...
10 years, 4 months ago (2010-08-26 16:28:15 UTC) #3
sosa
Few small comments. http://codereview.chromium.org/3140028/diff/7001/5002 File build_image (right): http://codereview.chromium.org/3140028/diff/7001/5002#newcode107 build_image:107: EXTRA_PACKAGES="chromeos-base/chromeos-factoryinstall kernel" Can you rename this ...
10 years, 4 months ago (2010-08-26 16:58:33 UTC) #4
Vince Laviano
http://codereview.chromium.org/3140028/diff/7001/5002 File build_image (right): http://codereview.chromium.org/3140028/diff/7001/5002#newcode106 build_image:106: INSTALL_MASK="${INSTALL_MASK} ${FACTORY_INSTALL_MASK}" On 2010/08/26 16:27:04, David James wrote: > ...
10 years, 4 months ago (2010-08-26 19:50:24 UTC) #5
Nick Sanders
Thanks for looking it over! http://codereview.chromium.org/3140028/diff/7001/5002 File build_image (right): http://codereview.chromium.org/3140028/diff/7001/5002#newcode100 build_image:100: INSTALL_MASK="${DEFAULT_INSTALL_MASK}" On 2010/08/26 16:27:04, ...
10 years, 4 months ago (2010-08-26 20:18:03 UTC) #6
sosa
http://codereview.chromium.org/3140028/diff/7001/5002 File build_image (right): http://codereview.chromium.org/3140028/diff/7001/5002#newcode107 build_image:107: EXTRA_PACKAGES="chromeos-base/chromeos-factoryinstall kernel" SGTM On 2010/08/26 20:18:03, Nick Sanders wrote: ...
10 years, 4 months ago (2010-08-26 20:21:36 UTC) #7
Nick Sanders
I'll break this up into more fully baked smaller CLs
10 years, 3 months ago (2010-08-27 17:30:43 UTC) #8
Nick Sanders
Ok, this CL is now simplified down to just adding the initramfs+kernel/factoryinstall packages. About the ...
10 years, 3 months ago (2010-09-01 10:07:08 UTC) #9
davidjames
LGTM w/suggestions http://codereview.chromium.org/3140028/diff/17001/18001 File build_image (right): http://codereview.chromium.org/3140028/diff/17001/18001#newcode136 build_image:136: EXTRA_USE="initramfs" How about running the emerge here? ...
10 years, 3 months ago (2010-09-02 01:19:14 UTC) #10
Vince Laviano
10 years, 3 months ago (2010-09-02 01:28:16 UTC) #11
LGTM w/ a suggestion.

http://codereview.chromium.org/3140028/diff/17001/18001
File build_image (right):

http://codereview.chromium.org/3140028/diff/17001/18001#newcode135
build_image:135: EXTRA_PACKAGES="chromeos-base/chromeos-factoryinstall"
EXTRA_PACKAGES="${EXTRA_PACKAGES} chromeos-base/chromeos-factoryinstall" (and
similar for EXTRA_USE) might be better so that, if this code is shuffled around
in the future, we don't overwrite packages or use flags that might be set by
other compatible build_image flags.

Powered by Google App Engine
This is Rietveld 408576698