aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-yocto-ivi
AgeCommit message (Collapse)Author
2013-08-22Remove ofono bbapend.Florin Sarbu
systemd support for ofono has been merged into poky so we remove this bbapend now. Also, we remove the now obsolete reference to ofono-systemd from packagegroup-abstract-component-p2.bb Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2013-08-22packagegroup-core-boot-genivi.bb: Add systemd as init manager.Florin Sarbu
We add systemd as the init manager directly in here even before we let a specific distro override these variables. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2013-08-22Create gemini-image recipe file.Florin Sarbu
Future Genivi release is called Gemini hence we create gemini-image.bb and remove the older foton-image.bb file. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2013-08-22fuse: Gemini specification states fuse is now a P2.Florin Sarbu
Remove fuse from recipes-yocto-ivi/packagegroups/packagegroup-specific-component-p1.bb and add it to recipes-yocto-ivi/packagegroups/packagegroup-specific-component-p2.bb Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2013-08-09packagegroup-core-boot-genivi: follow oe-core core-boot packagegroup changesHolger Behrens
merged latest changes from oe-core: meta/recipes-core/packagegroups/packagegroup-core-boot.bb Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2013-07-08packagegroup-specific-component-p2: Add common-api-c++ andFlorin Sarbu
common-api-c++-dbus. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2013-06-28packagegroup-core-boot-genivi: use busybox as the default login managerHolger Behrens
tinylogin has been deprecated and the functionality ported into busybox, so we switch to using busybox as the default login manager. [YOCTO #4207] (From Poky rev: c31537a06293cb86e3087736a152fa7b81b5c7ba) (From Core rev: 54fc2a698d49f7acc93c8e4b6f6c4e7b3b6ffcc8) Signed-off-by: Holger Behrens <Holger.Behrens@windriver.com>
2013-06-14packagegroups: restructure the yocto-ivi PGsFahad Usman
with the current implementation of packagegroups, it's not clear how a particular recipe map to the GENIVI baseline document. this scheme remove confusion about which packagegroup a certain recipe belong to. And provide guidance to the customers about modifying the image. For instance customers should be careful about replacing specific-p1 components if they wish to maintain GENIVI compliance. Signed-off-by: Fahad Usman <fahad_usman@mentor.com>
2013-05-15ivi-image.inc: Don't run remove_packaging_data_filesAndrei Gherzan
In this way images based on this image can add packagemanager to their images without loosing databases and related files. Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2013-05-14pulseaudio: Add pulseaudio-server rpm to packagegroup-core-p2.bbFlorin Sarbu
instead of just the pulseaudio rpm. Also provide a systemd service in the rootfs. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2013-04-30packagegroup-core-p1: remove nfs-utils as it isn't a P1Holger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2013-04-30packagegroup-core-boot-genivi.bb: Explicitly add kmod to rootfsFlorin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2013-04-30packagegroup-core-boot-genivi.bb: Add util-linux-mount soFlorin Sarbu
that we have it in the rootfs Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2013-03-13Added foton image recipe file and removedFlorin Sarbu
unneeded discovery and excalibur files from the master branch. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2013-03-13Removed packagegroups for unneeded discoveryFlorin Sarbu
and excalibur from the master branch. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2013-03-13packagegroup-core-p1.bb: Add node-startup-controller, obex-clientFlorin Sarbu
and obexd. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2013-03-08Remove ALLOW_EMPTY from packagegroups files.Florin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2013-02-21packagegroup-core-p1.bb: Removed audiomanager-systemdFlorin Sarbu
as the systemd services are now in the main ${PN} package. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2013-02-19packagegroup-core-p1.bb: Removed obsolete -systemdFlorin Sarbu
files. ecryptfs-utils-systemd and portmap-systemd are no longer used. The services they provided are now part on the ${PN} package these recipes produce. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2013-02-07packagegroup-core-p1: Remove wpa-supplicant-systemd as systemd services are ↵Andrei Gherzan
now in ${PN} Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2013-01-31excalibur-image.bb: prepare 3.0.3Holger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2013-01-31packagegroup-core-p2.bb: Add wireless-tools as a P2 component.Florin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2013-01-31packagegroup-core-p2.bb: Added node-state-manager as a P2 packageFlorin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2012-11-19excalibur-image: inc RVHolger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2012-11-19packagegroups: Remove license file as packagegroups use layer licenseAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-11-19ivi-image.inc: Don't inherit sd image class as we use IMAGE_CLASSES for thatAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-11-19packagegroup-core-boot-genivi: Add procpsAndrei Gherzan
Users are more at ease to use the procps ps, not so much the limited busybox version of ps. Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-10-18Convert recipes names to lowercaseAndrei Gherzan
This will unbreak opkg builds. Check: https://bugzilla.yoctoproject.org/show_bug.cgi?id=3139 Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-10-17excalibur-image: prepare 3.0.0Holger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2012-10-17Drop dev/dbg from packagegroups as those are added in packagegroup classAndrei Gherzan
In this way we avoid a bunch of non-fatal errors like: x-dbg is listed in PACKAGES multiple times, this leads to packaging errors. Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-10-17packagegroup-discovery-core-p1.bb: Fix DESCRIPTIONAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-10-17packagegroup-excalibur-core-p1: Remove AudioManager as we have it in core-p1Andrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-10-17packagegroup-discovery-core-p1: Remove AudioManager as we have it in core-p1Andrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-10-17excalibur-image: Remove LICENSE as it is included in ivi-image.incAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-10-17discovery-image: Use ivi-image.inc and PV = 2.0.2Andrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-10-17cassini-image: Remove imageAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-10-17ivi-image: Drop usr-mergeAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-10-17discovery-image: Drop usr-mergeAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-09-20Replace tasks by packagegroupsAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com> Added modification from task to packagegreoup in ivi-image.inc aswell Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2012-08-30task-excalibur-core-p1.bb: Modify DESCRIPTION and remove PREFERRED_VERSION ↵Florin Sarbu
vriable Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2012-08-29Removed dhcpFlorin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2012-08-13excalibur-image: set PV to correctly reflect the version been buildHolger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2012-08-13node-startup-controller: choose version 1.0.0 for Excalibur buildsHolger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2012-08-10boot-manager: renamed to node-startup-controllerHolger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2012-08-06start refactoring IVI imagesHolger Behrens
2012-08-06start refactoring IVI imagesHolger Behrens
2012-07-12Fix task excalibur recipe nameE-0.1Florin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2012-07-12excalibur-image: Created task-excalibur-core-p1 with obex-client, obexd and ↵Florin Sarbu
boot-manager and added the task to excalibur-image.bb Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2012-07-02dhcp: Add systemd service for dhclientAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-06-07task-core-p1: Include modules in final imageAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>