diff options
author | Kevin Strasser <kevin.strasser@linux.intel.com> | 2013-01-28 14:43:07 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-30 14:10:04 +0000 |
commit | 9a7bd85ea27254df53f4f2d41343cb8d3ccce009 (patch) | |
tree | ccfafdebfb7ae84e1d0ed1e54e40a5ed717f280b /documentation | |
parent | 23737926d207c18c68577ac906a3502b055e715b (diff) | |
download | poky-9a7bd85ea27254df53f4f2d41343cb8d3ccce009.tar.gz |
dev-manual: use path independent bblayers.conf example
(From yocto-docs rev: 1189fddd801beaabdd8df6923f6a8d3491b1afb4)
Signed-off-by: Kevin Strasser <kevin.strasser@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 425b05a03b..e7d5d02f15 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -3060,15 +3060,15 @@ | |||
3060 | BBFILES ?= "" | 3060 | BBFILES ?= "" |
3061 | 3061 | ||
3062 | BBLAYERS ?= " \ | 3062 | BBLAYERS ?= " \ |
3063 | $HOME/poky/meta \ | 3063 | ##COREBASE##/meta \ |
3064 | $HOME/poky/meta-yocto \ | 3064 | ##COREBASE##/meta-yocto \ |
3065 | $HOME/poky/meta-yocto-bsp \ | 3065 | ##COREBASE##/meta-yocto-bsp \ |
3066 | $HOME/poky/meta-mylayer \ | 3066 | ##COREBASE##/meta-mylayer \ |
3067 | " | 3067 | " |
3068 | 3068 | ||
3069 | BBLAYERS_NON_REMOVABLE ?= " \ | 3069 | BBLAYERS_NON_REMOVABLE ?= " \ |
3070 | $HOME/poky/meta \ | 3070 | ##COREBASE##/meta \ |
3071 | $HOME/poky/meta-yocto \ | 3071 | ##COREBASE##/meta-yocto \ |
3072 | " | 3072 | " |
3073 | </literallayout> | 3073 | </literallayout> |
3074 | Creating and providing an archive of the metadata layers | 3074 | Creating and providing an archive of the metadata layers |