summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md (renamed from README)24
1 files changed, 12 insertions, 12 deletions
diff --git a/README b/README.md
index f8315ad..18772ff 100644
--- a/README
+++ b/README.md
@@ -9,12 +9,12 @@ Dependencies
This layer depends on:
- URI: git://git.openembedded.org/bitbake
- branch: master
+ URI: git://git.openembedded.org/bitbake
+ branch: master
- URI: git://git.openembedded.org/openembedded-core
- layers: meta
- branch: master
+ URI: git://git.openembedded.org/openembedded-core
+ layers: meta
+ branch: master
Patches
@@ -32,7 +32,7 @@ Table of Contents
I. Adding the ptx layer to your build
-=================================================
+=====================================
In order to use this layer, you need to make the build system aware of
it.
@@ -42,10 +42,10 @@ yocto build tree, you can add it to the build system by adding the
location of the ptx layer to bblayers.conf, along with any
other layers needed. e.g.:
- BBLAYERS ?= " \
- /path/to/yocto/meta \
- /path/to/yocto/meta-yocto \
- /path/to/yocto/meta-yocto-bsp \
- /path/to/yocto/meta-ptx \
- "
+ BBLAYERS ?= " \
+ /path/to/yocto/meta \
+ /path/to/yocto/meta-yocto \
+ /path/to/yocto/meta-yocto-bsp \
+ /path/to/yocto/meta-ptx \
+ "