Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Adding step for adding development and production images #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ Add Crosswalk dependent recipes as supported recipes by adding
SUPPORTED_RECIPES_append = " /path/to/meta-crosswalk/include/ostro-xt-supported-recipes.txt"
```

Add production and development images by adding
```bitbake
require conf/distro/include/ostro-os-development.inc
require conf/distro/include/ostro-os-production.inc
```

Install Crosswalk into Ostro™ OS XT image by adding
```bitbake
OSTRO_XT_IMAGE_EXTRA_INSTALL_append = " crosswalk"
Expand Down