Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Magnus Feuer committed May 3, 2013
1 parent 908c1a2 commit b51a399
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,30 @@ Follow the instructions under:

`https://github.com/Feuerlabs/exosense_specs/blob/master/doc/exosense_demo_tutorial.pdf`

Replace meta-exodemo with meta-jlrdemo (the Yocto build layerfor
this demo).
Replace meta-exodemo with meta-jlrdemo (the Yocto build layerfor this
demo). The meta-sbc6845 layer, mentioned in the tutorial, will not be
needed.

Since the demo is installed on Tizen, we will not create a complete
image, but rather a set of RPMs that can be installed on the standard
demo.
## Setting up configuration files
After setting up the basic environment, as described in the tutorial,
init the build environment with this command:

After the build directory has been generated, as outlined in the
meta-exosense instructions, edit the following entries in
conf/local.conf
`. oe-init-build-env ../build`

MACHINE ?= "qemux86"
PACKAGE_CLASSES ?= "package_rpm"
EXTRA_IMAGE_FEATURES = "debug-tweaks exosense"
IMAGE_INSTALL_append = " erlang-jlrdemo"
Copy `meta-jlrdemo/build_conf/*.conf` into the `conf` subdirectory of
the build directory you are currently in.

cp ../meta-jlrdemo/build_conf/*.conf conf

The meta-jlrdemo/build_conf directory contains valid config files that can be installed in the created build/conf directory. Make sure to edit the directories
in bblayers.conf to reflect the local structure before building.
## Build the RPM
Since the demo is installed on Tizen, we will not create a complete
image, but rather a set of RPMs that can be installed on the standard
demo.

In the build directory, do:
Build the RPMs with:

bitbake erlang-jlrdemo

bitbake erlang-jlrdemo

The rpms will be deposited in

Expand Down
Binary file modified priv/yang/yang_spec_exosense.beam
Binary file not shown.
Binary file modified priv/yang/yang_spec_jlrdemo.beam
Binary file not shown.

0 comments on commit b51a399

Please sign in to comment.