[yocto] [PATCH 02/14] meta-intel: make meta-intel itself a layer

tom.zanussi at intel.com tom.zanussi at intel.com
Sat Nov 19 20:15:52 PST 2011


From: Tom Zanussi <tom.zanussi at intel.com>

meta-intel contains a set of BSP layers, but is not itself a layer.
Make it a layer to make it easy to share common intel-specific files
between BSPs.

Signed-off-by: Tom Zanussi <tom.zanussi at intel.com>
---
 conf/layer.conf |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
 create mode 100644 conf/layer.conf

diff --git a/conf/layer.conf b/conf/layer.conf
new file mode 100644
index 0000000..d28092d
--- /dev/null
+++ b/conf/layer.conf
@@ -0,0 +1,2 @@
+# We have a conf and classes directory, add to BBPATH
+BBPATH := "${BBPATH}:${LAYERDIR}"
-- 
1.7.0.4




More information about the yocto mailing list