diff options
author | Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com> | 2015-08-18 00:09:46 +0900 |
---|---|---|
committer | Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com> | 2015-08-19 23:41:19 +0900 |
commit | 56eb51bfe05a1dd7c3c49cb7465ed83b0a072c78 (patch) | |
tree | dd55c711d794ed5e3606b79144a35f8f2980433d /meta-ivi-common/conf/layer.conf | |
parent | 752f9723fe9df70c7333a9928cc3e3354671ced8 (diff) |
Add new Yocto layer for common packages to IVI systems
'meta-ivi-common' is a new Yocto layer for common packages
to various Linux-based In-Vehicle Infotainment system.
The metadata to install common packages which developed by other OSS
projects (except Poky/OE) would be cloned here. (This cloning is
tentative until a better way to refer those metadata is found.)
To add common packages which are already in Poky/OE into rootfs
of meta-agl, add them to packagegroup-ivi-common-* in meta-ivi-common.
And the common packages which used to be in packagegroup-agl-core-*
are moved to packagegroup-ivi-common-*. (weston and weston-examples)
Change-Id: I94ea7117029cc7769583358e1e2ec0aad2d21e5e
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
Diffstat (limited to 'meta-ivi-common/conf/layer.conf')
-rw-r--r-- | meta-ivi-common/conf/layer.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-ivi-common/conf/layer.conf b/meta-ivi-common/conf/layer.conf new file mode 100644 index 000000000..e19cacc4f --- /dev/null +++ b/meta-ivi-common/conf/layer.conf @@ -0,0 +1,10 @@ +# We have a conf and classes directory, add to BBPATH +BBPATH =. "${LAYERDIR}:" + +# We have recipes-* directories, add to BBFILES +BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ + ${LAYERDIR}/recipes-*/*/*.bbappend" + +BBFILE_COLLECTIONS += "ivi-common" +BBFILE_PATTERN_ivi-common = "^${LAYERDIR}/" +BBFILE_PRIORITY_ivi-common = "7" |