From 56eb51bfe05a1dd7c3c49cb7465ed83b0a072c78 Mon Sep 17 00:00:00 2001 From: Tadao Tanikawa Date: Tue, 18 Aug 2015 00:09:46 +0900 Subject: 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 --- meta-agl/conf/bblayers.conf.sample | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta-agl/conf') diff --git a/meta-agl/conf/bblayers.conf.sample b/meta-agl/conf/bblayers.conf.sample index 1f5269f08..ed6fe367c 100644 --- a/meta-agl/conf/bblayers.conf.sample +++ b/meta-agl/conf/bblayers.conf.sample @@ -9,9 +9,10 @@ BBLAYERS ?= " \ ##OEROOT##/meta \ ##OEROOT##/meta-yocto \ ##OEROOT##/meta-yocto-bsp \ - ##OEROOT##/../meta-openembedded/meta-oe \ + ##OEROOT##/../meta-agl/meta-ivi-common \ ##OEROOT##/../meta-agl/meta-agl \ ##OEROOT##/../meta-agl/meta-agl-bsp \ + ##OEROOT##/../meta-openembedded/meta-oe \ " BBLAYERS_NON_REMOVABLE ?= " \ ##OEROOT##/meta \ -- cgit 1.2.3-korg