Age | Commit message (Collapse) | Author | Files | Lines |
|
Add new image agl-demo-platform-html5 with
openivi-html5.
Bug-AGL: SPEC-331
Change-Id: I1c210b4489ea52a3bd924ba37a168e759c640c19
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
|
|
New packagegroup and bitbake target are added which
includes utilities for testing distribution.
It is assumed to be used in the Quality Assurance of AGL Distro.
New package group: packagegroup-agl-demo-platform-qa
New target: agl-demo-platform-qa
Change-Id: I96efde8348037821a6dfcd653e9fcbc87408f183
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
|
|
In previous patch, meta-intel layer is added to BBLAYERS for
both QEMU(qemux86/qemux86-64) and Minnowboard MAX(intel-corei7-64)
although QEMU target doesn't need it.
It is preffered to prepare a template configuration
for each machine or board.
Change-Id: Ic88131eb6413b29757916cc5166b8d950d0096fc
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
|
|
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>
|
|
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>
|