New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 798526 link

Starred by 1 user

Issue metadata

Status: Closed
Owner:
Closed: Sep 10
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Feature



Sign in to add a comment

Unibuild: need support for default apps

Project Member Reported by sjg@chromium.org, Jan 2 2018

Issue description

Snappy/Bigdaddy/Alan need default apps installed. This—it turns out—is a common requirement. We'll be able to work-around this for now for Alan/Bigdaddy but it would be nice to have an elegant solution going forward. This file private-overlays/overlay-snappy-private/chromeos-base/chromeos-board-default-apps-snappy/chromeos-board-default-apps-snappy-1.0.0-r1.ebuild does this:

src_install() {
  # Install json.
  insinto /usr/share/google-chrome
  doins "${FILESDIR}"/default_app_order.json
  doins -r "${S}/json/extensions"

  # Install extensions.
  insinto /mnt/stateful_partition/unencrypted/import_extensions
  doins -r "${S}/crx/extensions"

  # Install validation files.
  insinto /usr/share/import_extensions
  doins -r "${S}/validation"
}

This bug tracks support in cros_config to allow model-specific forking of the json file to install.
 
Are we going to support default ARC++ apps for these boards, too?

Comment 2 by sjg@chromium.org, Mar 15 2018

Cc: sjg@chromium.org bmgordon@chromium.org
Owner: ----
Yes I expect so
Cc: nsanders@chromium.org
Owner: sjg@chromium.org
Status: Assigned (was: Untriaged)
Moving tracking bug out of triage queue.  Someone should hold onto the bug who would be up to date on its status so it can be closed out when it's no longer needed.
Owner: shapiroc@chromium.org
Charles mentioned having a plan for this
Owner: gmeinke@chromium.org
Status: Closed (was: Assigned)
closing this as a duplicate of b/77630623 which is a duplicate/being solved by b/113908266

Sign in to add a comment