[meta-intel] [PATCH 1/4 dizzy] meta-isg: Making meta-isg as a layer

Ong, Boon Leong boon.leong.ong at intel.com
Thu May 7 22:53:58 PDT 2015



>-----Original Message-----
>From: Pattu, VenkatasubramanianX
>Sent: Friday, May 8, 2015 12:05 PM
>To: meta-intel at yoctoproject.org
>Cc: Ong, Boon Leong; Pattu, VenkatasubramanianX
>Subject: [PATCH 1/4 dizzy] meta-isg: Making meta-isg as a layer
>
>This layer provides additional common recipes to be used by all IOTG maintained
>platforms.
>
>Signed-off-by: venkatasubramanian pattu
><venkatasubramanianx.pattu at intel.com>
Acked-by: Ong Boon Leong <boon.leong.ong at intel.com>

>---
> meta-isg/conf/layer.conf | 12 ++++++++++++
> 1 file changed, 12 insertions(+)
> create mode 100644 meta-isg/conf/layer.conf
>
>diff --git a/meta-isg/conf/layer.conf b/meta-isg/conf/layer.conf
>new file mode 100644
>index 0000000..48ad0c3
>--- /dev/null
>+++ b/meta-isg/conf/layer.conf
>@@ -0,0 +1,12 @@
>+# We have a conf and classes directory, add to BBPATH
>+BBPATH .= ":${LAYERDIR}"
>+
>+# We have recipes-* directories, add to BBFILES
>+BBFILES += "${LAYERDIR}/common/recipes-*/*/*.bb \
>+            ${LAYERDIR}/common/recipes-*/*/*.bbappend"
>+
>+BBFILE_COLLECTIONS += "isg"
>+BBFILE_PATTERN_isg := "^${LAYERDIR}/common/"
>+BBFILE_PRIORITY_isg = "5"
>+
>+LAYERDEPENDS_isg = "intel"
>--
>1.9.1



More information about the meta-intel mailing list