Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openwide-ingenierie/meta-freenivi-sdk
https://github.com/openwide-ingenierie/meta-freenivi-sdk
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/openwide-ingenierie/meta-freenivi-sdk
- Owner: Openwide-Ingenierie
- License: other
- Created: 2016-04-22T10:32:30.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-22T10:35:05.000Z (almost 9 years ago)
- Last Synced: 2024-11-05T23:19:40.464Z (3 months ago)
- Language: Shell
- Size: 688 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING.GPLv2
Awesome Lists containing this project
README
meta-freenivi-sdk, the Freenivi SDK layer
=========================================meta-freenivi-sdk is a layer containing the rules to create the SDK packages for
Qt Creator and define the two emulator machines: emulator-x86 and emulator-arm.
The outputs are Qt Installer Framework packages.
The goal of the layer is to provide an easy way to produce SDK packages for any
distribution and machines.If you are not using the meta-freenivi layer into your bitbake build, you must
add to your local.conf the following line:
BBMASK += "|recipes-sdk/freenivi"Layer Dependencies
------------------URI: https://github.com/openembedded/oe-core
> branch: dizzy
> revision: HEADURI: https://github.com/meta-qt5/meta-qt5
> branch: dizzy
> revision: HEAD(Optional) URI: https://github.con/openwide-ingenerie/meta-freenivi
> branch: dissy
> revision: HEADProvided Machines
-----------------The list of provided machines is:
* emulator-x86
* emulator-armBuild a Freenivi SDK packages
-----------------------------You can build Freenivi SDK packages using the following steps:
1. Run the following command:
$ source /oe-init-build-env2. Build packages
$ bitbake freenivi-sdk
$ bitbake freenivi-emulator
$ bitbake freenivi-packaged-imageYou can find the produced packages in the directory:
tmp/deploy/installer-packages/Use Freenivi SDK with another distribution
------------------------------------------You just need to include the class you need, depending on what you want to
build, into your "image" recipe:
* Add "include freenivi-sdk" to create the SDK of your image
* Add "include freenivi-emulator" to create the emulator package of your image.
* Add "include packaged-image" to create an installer-packaged containing your
imageYou can see the recipes in recipes-sdk/freenivi as examples.
Note: emulator packages are only buildable with emulator-x86 or emulator-arm as
MACHINE, and their credentials are:
user: root
password: freenivi