aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2013-10-07README.md: prepare 5.0.0 release5.0.0Holger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2013-10-07layermanager: Update to version 1_1Florin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2013-10-01vexpressa9: Use kernel version 3.10Florin Sarbu
Change the kernel image type to zImage instead of uImage. Add proper LOADADDR for the vexpressa9 kernel. Rework the runqemu script used for vexpressa9 machine to pick up the kernel and .sdimg from the new location. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2013-09-27README.md: update poky branch and revision informationHolger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2013-09-26CommonApi: Update common-api-c++ and common-api-c++-dbusFlorin Sarbu
to version 2.1.0 Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com> (cherry picked from commit 1bb1a3b75367222ac3771cda9244a2fda2e555ad)
2013-09-26packagegroup-placeholder-component-p1: packagegroup-xserver-ivi is needed ↵Abhijit Potnis
only for x11 images Include packagegroup-xserver-ivi only if x11 is in DISTRO_FEATURES. packagegroup-xserver-ivi is not needed for non x11 images like the Wayland based image. Signed-off-by: Abhijit Potnis <abhijit_potnis@mentor.com> (cherry picked from commit e9492f6c2eb20a97c9d78a0657eda523567fc0e7)
2013-09-26u-boot: follow upstream to 2013.07Holger Behrens
(From Poky rev: 4acfbb1bb0dbe6ea4ab1388ca6bd63b47bd58211) (From OE-Core rev: c5fff5748e0aaf7e135fdd464c2104b1d3cbfd5a) Signed-off-by: Holger Behrens <holger.behrens@windriver.com> (cherry picked from commit 3717d0224b163ee5c31d879a2f4d957ec8d6efa4)
2013-09-26linux-yocto: moving on to version 3.10Holger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com> (cherry picked from commit 16134c48d0251a8ce2cf6fcefe23625ecefe06fe)
2013-09-26poky-ivi-systemd.conf: using 3.10 kernel by defaultHolger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com> (cherry picked from commit 3fff82c75f7486d7b4b994159503bf83fa9a144e)
2013-08-23Readme.md: updated poky revision, fixed typoHolger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2013-08-23README.md: Replace foton info with gemini.Florin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2013-08-23poky-ivi-systemd.conf: Keep kernel 3.4 versionFlorin Sarbu
We keep the current LTSI yocto kernel as default for all the meta-ivi supported machines. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2013-08-23vexpressa9.conf: Remove machine specific kernel variable.Florin Sarbu
We control the kernel version for meta-ivi from the distro specific config file poky-ivi-systemd.conf rather than have it machine specific. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2013-08-22poky-ivi-systemd.conf: Bump DISTRO_VERSION to 5.0Florin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2013-08-22poky-ivi-systemd.conf: Add pam to DISTRO_FEATURESFlorin Sarbu
Without pam in DISTRO_FEATURES, libpam complains it will not function correctly so we add that. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
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-22poky-ivi-systemd.conf: Correct DISTRO_FEATURES_BACKFILL_CONSIDERED for sysvinit.Florin Sarbu
We used to have DISTRO_FEATURES_BACKFILL_CONSIDERED_append which did not really work as expected. We know use DISTRO_FEATURES_BACKFILL_CONSIDERED to actually remove sysvinit from DISTRO_FEATURES. 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-22procps: Remove from meta-iviFlorin Sarbu
These patches have been merged upstream into poky so we don't need them anymore in meta-ivi. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2013-08-22fuse: Remove traditional sysvinit based init scriptMuhammad Shakeel
fuse file system is now auto mounted by a systemd mount file, sys-fs-fuse-connections.mount, which is provided by systemd itself. If systemd is in distro features but sysvinit is not, than there is no need to keep this script. Signed-off-by: Muhammad Shakeel <muhammad_shakeel@mentor.com>
2013-08-12README.md: add info on what to do with meta-ivi-bspHolger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2013-08-12dbus: merge two dbus .bbappend's into oneHolger Behrens
There were two dbus bbappends (recipes-core-ivi/dbus/dbus_1.6.8.bbappend and recipes-extended/common-api/dbus_1.6.8.bbappend). This have been merged into the first for clarity. In case a user won't need GENIVI AFBUS or GENIVI COMMON-API support the related patch should now be easy to identify and, if required, easy to disable. Signed-off-by: Holger Behrens <holger.behrens@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-08-09vexpressa9.conf: PREFERRED_PROVIDER_jpeg now set distro wideHolger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2013-08-09poky-ivi-systemd.conf: follow poky.conf changes, cleanupHolger Behrens
* do not require meta/conf/distro/defaultsetup.conf * set PREFERRED_PROVIDER_jpeg distro wide (instead of machine) * merge in poky.conf changes done lately Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2013-08-09linux-yocto: keep support for version 3.4 (LTSI) aroundHolger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2013-08-09meta-ivi-bsp: layer createdHolger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2013-08-09meta-ivi: move hardware specifics to meta-ivi-bspHolger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2013-08-09runqemu-internal: remove sound hardware for vexpressa9Holger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2013-08-01meta-ivi: point to new mailing list and bug trackerHolger Behrens
Signed-off-by: Holger Behrens <Holger.Behrens@windriver.com>
2013-08-01pulseaudio: follow oe-core upgrade to version 4.0Holger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2013-08-01connman: obsolete, as systemd support now part of oe-coreHolger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2013-07-16common-api: Updte dbus bbappend to match OE-core versionFlorin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2013-07-16Update dbus bbappend to match OE-core versionFlorin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2013-07-16Remove obsolete eglibc 2.17 append andFlorin Sarbu
corresponding AF_BUS patch. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2013-07-16eglibc: Added AF-bus patch and bbappend for eglibc_2.18.Kristofer Hansson Aspman
The patch for eglibc_2.16 could not be applied directly to eglibc_2.18 as libc/sysdeps/unix/sysv/linux/bits/socket.h has a minor change. Signed-off-by: Kristofer Hansson Aspman <kristofer.hansson-aspman@pelagicore.com>
2013-07-12Update kernel bbappend for version 3.8Florin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2013-07-12vexpressa9.conf: Add PREFERRED_VERSION_linux-yocto to be 3.8Florin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2013-07-08qt4: Sync recipe's version with upstreamAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2013-07-08busybox: Sync recipe's version with upstreamAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2013-07-08layer-management: Update to version 1_0_1Florin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@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-07-05connman: do not delete init scripts in bbappendSergey Matyukevich
Currently connman init scripts are installed only when 'sysvinit' feature is enabled in DISTRO_FEATURES: commit 7c8160ccbe17d6e10bd7a09b91843182a89b9055 in poky. No need to remove them in bbappend: - they are not installed for 'systemd'-enabled systems - they are needed for 'sysvinit'-enabled systems Signed-off-by: Sergey Matyukevich <sergey_matyukevich@mentor.com>
2013-07-05dbus: Stop removing sysv specific things.Noor
* With current changes in poky we dont have to remove sysv specific changes. Upstream dbus recipe is configures in such a way that if if systemd is present in DISTRO_FEATURES the it does not generate sysv stuff. So remove the changes which were removing sysv stuff. Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
2013-07-05poky-ivi-systemd.conf: Remove sysvinit from DISTRO_FEATURES.Noor
* By adding sysvinit DISTRO_FEATURES_BACKFILL_CONSIDERED it is removed from DISTRO_FEATURES. Previously Both systemd and sysvinit was present in DISTRO_FEATURES. Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
2013-07-04common-api-c++-dbus: added CommonAPI D-Bus bindingHolger Behrens
This is the CommonAPI D-Bus binding C++ library, which provides the necessary code to communicate over D-Bus. This is invisible to the application code, and simply needs to be linked against. Common API and its mechanism specific bindings (e.g. Common API D-Bus) provide a set of libraries and tools to work with RPC communication in a way independent of wich mechanism is used. The D-Bus marshaling patch adds functions to support querying and manipulating the message body and signature. This is useful for code generators, which can generate custom marshaling functions based on a given IDL. Those functions tend to be optimized and faster than the generic iterator based marshaling. References: - http://projects.genivi.org/commonapi/ - http://lists.genivi.org/pipermail/genivi-ipc/2013-March/000057.html Signed-off-by: Holger Behrens <Holger.Behrens@windriver.com>
2013-07-04common-api-c++: added CommonAPI runtimeHolger Behrens
This is the CommonAPI base C++ library, which provides the application interface for users and can load runtime bindings such as dbus. Common API and its mechanism specific bindings (e.g. Common API D-Bus) provide a set of libraries and tools to work with RPC communication in a way independent of wich mechanism is used. References: - http://projects.genivi.org/commonapi/ - http://lists.genivi.org/pipermail/genivi-ipc/2013-March/000057.html Signed-off-by: Holger Behrens <Holger.Behrens@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>