From: Tom Zanussi <[email protected]> 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 <[email protected]> --- 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 _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
