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

Issue 3571015: Added support for boards with only private overlays. (Closed)

Created:
10 years, 2 months ago by Dave Parker
Modified:
9 years, 7 months ago
Reviewers:
davidjames, robotboy, anush
CC:
chromium-os-reviews_chromium.org, Mandeep Singh Baines, tedbo, adlr, micahc, Tammo Spalink, anush
Visibility:
Public.

Description

Added support for boards with only private overlays. If a board has a public overlay it will be used as the primary overlay. However, with this change, if a board only has a private overlay it will be used as the primary. BUG=7339 TEST=Ran setup_board, build_packages, and build_image on a board with only a private overlay (locally created). Ran setup_board, build_packages, and build_imge on a board with both public and private overlays. Change-Id: Ib5de567ba1c62047969a20f3bea5e1db2bda020e Related Issues: http://codereview.chromium.org/3544009 http://codereview.chromium.org/3622003 Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=01fed21

Patch Set 1 #

Patch Set 2 : Centralized board primary overlay logic in a call to cros_overlay_list #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -27 lines) Patch
M chromeos/scripts/build_packages View 1 1 chunk +3 lines, -1 line 0 comments Download
M chromeos/scripts/setup_board View 1 1 chunk +8 lines, -26 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Dave Parker
Related Issues: http://codereview.chromium.org/3544009 http://codereview.chromium.org/3622003
10 years, 2 months ago (2010-10-05 20:37:01 UTC) #1
robotboy
It might make sense to put this functionality in the cros_overlay_list utility and add a ...
10 years, 2 months ago (2010-10-05 20:41:12 UTC) #2
kliegs
I would agree that this should have a distinct flag for specifying which. I'd probably ...
10 years, 2 months ago (2010-10-05 20:49:10 UTC) #3
robotboy
On 2010/10/05 20:49:10, kliegs wrote: > I would agree that this should have a distinct ...
10 years, 2 months ago (2010-10-05 21:06:00 UTC) #4
dparker
Thanks for the feedback. I agree that the same logic to identify the primary board ...
10 years, 2 months ago (2010-10-06 04:57:39 UTC) #5
Dave Parker
I've centralized logic for selecting a board's primary overlay into cros_overlay_list (per feedback). Related CL: ...
10 years, 2 months ago (2010-10-06 23:19:37 UTC) #6
robotboy
LGTM, assuming the check for the existence of the toolchain.conf file made it's way to ...
10 years, 2 months ago (2010-10-06 23:24:59 UTC) #7
Dave Parker
On 2010/10/06 23:24:59, robotboy wrote: > LGTM, assuming the check for the existence of the ...
10 years ago (2010-12-01 19:18:33 UTC) #8
robotboy
10 years ago (2010-12-01 19:21:20 UTC) #9
On 2010/12/01 19:18:33, Dave Parker wrote:
> On 2010/10/06 23:24:59, robotboy wrote:
> > LGTM, assuming the check for the existence of the toolchain.conf file made
> it's
> > way to cros_overlay_list.
> 
> It does. A board overlay must have a make.conf and a toolchain.conf to be
> considered as a primary overlay by cros_overlay_list.

LGTM, thanks.

Powered by Google App Engine
This is Rietveld 408576698