Age | Commit message (Collapse) | Author | Files | Lines |
|
Change-Id: I89c4813f6a5716435cbb7f9ee2ff271c0f1bbd7b
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
Bug-AGL: SPEC-1215
Change-Id: Ie35ee27bde3859d1e1a929a0ab82697dcc7cdb1c
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
Navigation can not build in crosssdk.
This problem due to the fact that the perl module was not installed.
This patch adds nativesdk-perl-modules to crosssdk.
Bug-AGL:SPEC-1095
Change-Id: I8c535adf48653988eee3f033791920aa340fbcdc
Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
|
|
ffmpeg-dev is not available unless 'commercial' license is added to LICENSE_FLAGS_WHITELIST
Bug-AGL: SPEC-942
Change-Id: I175cdf3de8e3c6ab560588ea9e0be2f169c07a4d
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
|
|
To ensure we have all native tools available in the SDK
It should help to solve the missing tool issue in
https://gerrit.automotivelinux.org/gerrit/#/c/11083/ .
Use of TOOLCHAIN_HOST_TASK directly instead of bouncing through packagegroup.
Change-Id: I7e93e93c8601fb57e0d0a52ef7a2f091e0d12863
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
This adds the following recipes/adjustements:
* recipes-devtools/gn (copied from https://github.com/Igalia/meta-browser, branch ozone/wayland/20170928, rev a01cf92)
* recipes-devtools/ninja
* recipes-extended/gperf
Bug-AGL: SPEC-942
Change-Id: Ibc34a055ead85aeea24c66665655c9070b47d032
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
|
|
This enables out-of-tree development of kernel code (such as kernel
modules). This is present in the core-image-weston SDK, but not this
one.
Bug-AGL: SPEC-928
Change-Id: I8c6fb8aae43d8bd0c2eff5e8dcd934f93691965d
Signed-off-by: Mark Farrugia <mark.farrugia@fiberdyne.com.au>
|
|
I wonder how it worked o_O .
Change-Id: Ic8ee6973666c5d14ad8b7e86296b81e156dd8c94
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
* [SPEC-424]
* yocto image should use dependency to facilitate maintenance
* yocto image should have its own LICENSE defined
Change-Id: Ie7f2e48bab9cc194ce10e7d364e150d2678e64d6
Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
|
|
* Task do_populate_sdk and do_rootfs can't be exec simultaneously.
* Both exec "createrepo" on the same directory, and so one of them
* can failed (randomly).
Change-Id: I72d2b5dce49bfdab41e9882c5c67b8541327551e
Signed-off-by: Ronan Le Martret <ronan.lemartret@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>
|