GithubHelp home page GithubHelp logo

isabella232 / meta-crosswalk Goto Github PK

View Code? Open in Web Editor NEW

This project forked from crosswalk-project/meta-crosswalk

0.0 0.0 0.0 163 KB

Crosswalk layer for OpenEmbedded and Yocto

License: Other

BitBake 59.60% Python 39.94% Assembly 0.46%

meta-crosswalk's Introduction

Yocto Layer for Crosswalk

This layer adds the packages necessary for adding support for Crosswalk Project to your Yocto distribution.

Supported Yocto Configurations

Usages

Ostro™ OS XT

Setup build environment

Please refer to Building Ostro™ OS XT to setup build environment, assuming the ostro-os-xt is checked out at /path/to/ostro-os-xt folder.

Build Ostro™ OS XT image with Crosswalk layer

Checkout the meta-crosswalk to local folder, assuming /path/to/meta-crosswalk.

Add the meta-crosswalk layer to /path/to/ostro-os-xt/build/conf/bblayers.conf

OSTRO_XT_LAYERS += "/path/to/meta-crosswalk"

In /path/to/ostro-os-xt/build/conf/local.conf:

Add Crosswalk security flags configuration include file by adding

require /path/to/meta-crosswalk/include/ostro-xt-security-flags.inc

Add Crosswalk dependent recipes as supported recipes by adding

SUPPORTED_RECIPES_append = " /path/to/meta-crosswalk/include/ostro-xt-supported-recipes.txt"

Install Crosswalk into Ostro™ OS XT image by adding

OSTRO_XT_IMAGE_EXTRA_INSTALL_append = " crosswalk"

Build the Ostro™ OS XT image by executing

$ bitbake ostro-xt-image-noswupd

It would produce the image with Crosswalk binary.

Launch Crosswalk on Ostro™ OS XT image

Please refer to Installation onto platform's internal storage of Ostro™ OS XT to install the image to supported IoT device, e.g. Intel® Joule™ Module.

After device boots to desktop, launch Crosswalk app by

$ xwalk /path/to/app/manifest.json

License

Please see the LICENSE file for more information.

meta-crosswalk's People

Contributors

hujiajie avatar huningxin avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.