The starting point of layers for AGL Demo Platform 54/4054/3
authorTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
Fri, 21 Aug 2015 10:58:19 +0000 (19:58 +0900)
committerTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
Fri, 21 Aug 2015 17:30:47 +0000 (02:30 +0900)
commit0e21ecf93c045f120ea100bf28a7a9199f1ae521
tree6f47badce99eabc1c8ba8598b280b601de6ccaad
parentbc79c1616c4eb60b950ed6109f66676e74752ddf
The starting point of layers for AGL Demo Platform

The `meta-agl-demo` is the Yocto layer for AGL Demo Platform of
Automotive Grade Linux.

This is starting point. Almost all packagegroups which should be
defined in this layer are still empty (placeholder), so that
curretly bitbake target `agl-demo-platform` is completely equal
to `agl-image-ivi` in `meta-agl`.

Change-Id: I6ce2c046cc8ce2dc5af2a8afe66e1f577dd884eb
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
29 files changed:
README.md [new file with mode: 0644]
classes/.gitkeep [new file with mode: 0644]
conf/bblayers.conf.sample [new file with mode: 0644]
conf/layer.conf [new file with mode: 0644]
conf/local.conf.sample [new file with mode: 0644]
recipes-automotive/.gitkeep [new file with mode: 0644]
recipes-connectivity/.gitkeep [new file with mode: 0644]
recipes-core/.gitkeep [new file with mode: 0644]
recipes-crosswalk/.gitkeep [new file with mode: 0644]
recipes-demo-hmi/.gitkeep [new file with mode: 0644]
recipes-demo-platform/images/agl-demo-platform.bb [new file with mode: 0644]
recipes-demo-platform/packagegroups/packagegroup-agl-appfw-agl.bb [new file with mode: 0644]
recipes-demo-platform/packagegroups/packagegroup-agl-appfw-automotive.bb [new file with mode: 0644]
recipes-demo-platform/packagegroups/packagegroup-agl-appfw-connectivity.bb [new file with mode: 0644]
recipes-demo-platform/packagegroups/packagegroup-agl-appfw-graphics.bb [new file with mode: 0644]
recipes-demo-platform/packagegroups/packagegroup-agl-appfw-multimedia.bb [new file with mode: 0644]
recipes-demo-platform/packagegroups/packagegroup-agl-appfw-native.bb [new file with mode: 0644]
recipes-demo-platform/packagegroups/packagegroup-agl-appfw-navi-lbs.bb [new file with mode: 0644]
recipes-demo-platform/packagegroups/packagegroup-agl-appfw-security.bb [new file with mode: 0644]
recipes-demo-platform/packagegroups/packagegroup-agl-appfw-speech-services.bb [new file with mode: 0644]
recipes-demo-platform/packagegroups/packagegroup-agl-appfw-web.bb [new file with mode: 0644]
recipes-demo-platform/packagegroups/packagegroup-agl-appfw.bb [new file with mode: 0644]
recipes-devtools/.gitkeep [new file with mode: 0644]
recipes-extended/.gitkeep [new file with mode: 0644]
recipes-graphics/.gitkeep [new file with mode: 0644]
recipes-multimedia/.gitkeep [new file with mode: 0644]
recipes-navi-lbs/.gitkeep [new file with mode: 0644]
recipes-qt/.gitkeep [new file with mode: 0644]
recipes-support/.gitkeep [new file with mode: 0644]