Age | Commit message (Collapse) | Author | Files | Lines |
|
Because we currently don't use QtWebkit for DEMO apps,
QtWebkit has been removed from packages to be installed into
agl-demo-platform to reduce build time.
Change-Id: I874fe1b9fae24965343ea8bf4e4bffcc807dabc9
Signed-off-by: Tadao Tnikawa <tanikawa.tadao@jp.panasonic.com>
|
|
Change-Id: I5423926122b3326fce3e56a9da01ccd0ec3be8b7
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
Since we now build Rygel, we need recipes from
"meta-openembedded/meta-multimedia" ("gupnp" e.g.)
This commit makes sure that building "agl-demo-platform"
still works with QEMU as a target.
Change-Id: I8049c8094ccd91cc71e01d89e544bfc44639014a
Signed-off-by: Manuel Bachmann <mbc@iot.bzh>
|
|
Add recipe for a full cross SDK image (which includes SDK for Qt5)
for AGL Demo Platform of AGL Distribution.
To build SDK,
$ bitbake agl-demo-platform-crosssdk
To install SDK (e.g. for porter)
$ cd tmp/deploy/sdk
$ ./poky-agl-glibc-x86_64-agl-demo-platform-crosssdk-cortexa15hf-vfp-neon-toolchain-1.0.0.sh
To use SDK (e.g. for porter)
$ source /opt/poky-agl/1.0.0/environment-setup-cortexa15hf-vfp-neon-poky-linux-gnueabi
You can also use QtCreator with this SDK:
$ source /opt/poky-agl/1.0.0/environment-setup-cortexa15hf-vfp-neon-poky-linux-gnueabi
$ qtcreator.sh
Before building your Qt projects, you should setup QtCreator once to use SDK.
E.g. configurations for porter,
From Menu "Tools" -> Submenu "Options",
1. Option "Build & Run" -> Tab "Compilers" -> Button "Add" -> Select "GCC"
Name: Poky G++
Path: /opt/poky-agl/1.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-g++
2. Option "Build & Run" -> Tab "Debuggers" -> Button "Add"
Name: Poky GDB
Path: /opt/poky-agl/1.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gdb
3. Option "Build & Run" -> Tab "Qt Versions" -> Button "Add"
Filename: /opt/poky-agl/1.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/qt5/qmake
4. Option "Build & Run" -> "Tab "Kits" -> Button "Add"
Name: AGL
Device Type: Generic Linux Device
Sysroot: /opt/poky-agl/1.0.0/sysroots/cortexa15hf-vfp-neon-poky-linux-gnueabi
Compiler: Poky G++
Debugger: Poky GDB
Qt Version: Qt 5.3.2(qt5)
Change-Id: I5794c62e0f06db326d7af737ce47aa9767cdd3ef
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
|
|
v3: (Jan-Simon Möller)
- Added meta-ruby to bblayers template file
v2: (Jan-Simon Möller)
- Added meta-qt5 to bblayers template file
- Removed unused patches (rpm specfile)
v1:
Support Qt5 for AGL Demo applications as UI Framework
Qt5 now avairable in agl-demo-platfrom.
This is a initial commit to support Qt5 for GUI Framework
of AGL Distro.
For now, these components are included into agl-demo-platform
as default,
Additional meta data for Qt5 (recipes-qt/qt5/*) is from:
URL: git://git.projects.genivi.org/meta-genivi-demo
commit: dc64c97667bac6046c878c689af579089f30641e
To build and install Qt5 examples, need to setup local.conf
properly, see README.md for more detail.
Change-Id: I6c298d4f650a5ac8ee8f12acd1ee28df15e7dfad
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
GStreamer1.0 (1.2.3) now avairable with hardware acceleration
at agl-demo-platform running on R-Car2 Porter board.
To enable acceleration, follow the instructions in README.md.
Change-Id: Ibede197afcbfbd9151e9c4e04a8c20110195e5a9
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
|
|
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>
|