summaryrefslogtreecommitdiffstats
path: root/documentation/bsp-guide
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2015-04-01 08:39:30 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-04-01 17:35:34 +0100
commitc24b67d2670ba7535749fdcba1c14d0958707719 (patch)
tree2a26fe7c8907ae6c0a584e26cf4b255b7f0fec33 /documentation/bsp-guide
parent223d07578806a02e52462de9e4754ba899742f1e (diff)
downloadpoky-c24b67d2670ba7535749fdcba1c14d0958707719.tar.gz
bsp-guide: removed the BBLAYERS_NON_REMOVABLE from the example code.
(From yocto-docs rev: 35a92477897652a9af2b1a257a4576926612e054) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/bsp-guide')
-rw-r--r--documentation/bsp-guide/bsp.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml
index 06b6f223d2..8121d33a7b 100644
--- a/documentation/bsp-guide/bsp.xml
+++ b/documentation/bsp-guide/bsp.xml
@@ -101,11 +101,6 @@
101 /usr/local/src/yocto/meta-yocto-bsp \ 101 /usr/local/src/yocto/meta-yocto-bsp \
102 /usr/local/src/yocto/meta-mylayer \ 102 /usr/local/src/yocto/meta-mylayer \
103 " 103 "
104
105 BBLAYERS_NON_REMOVABLE ?= " \
106 /usr/local/src/yocto/meta \
107 /usr/local/src/yocto/meta-yocto \
108 "
109 </literallayout> 104 </literallayout>
110 </para> 105 </para>
111 106