aboutsummaryrefslogtreecommitdiffstats
path: root/meta-ivi
AgeCommit message (Collapse)Author
2018-09-10ivi-image: remove hard-coded IMAGE_ROOTFS_SIZEMirza Krak
The image rootfs size is determined by the following algorithm (from Yocto ref manual): if (image-du * overhead) < rootfs-size: internal-rootfs-size = rootfs-size + xspace else: internal-rootfs-size = (image-du * overhead) + xspace Currently rootfs-size is set to 8 MB which essentially means that it will never be used as it is considered as a minimum. By removing it from the image, the weak default value (65536) will be used which is defined in bitbake.conf. The primary reason of removing it is to be able to set a custom value in e.g local.conf which is currently not possible. Signed-off-by: Mirza Krak <mirza.krak@northern.tech>
2018-07-19remove default-providers-iviMirza Krak
Simply because there is nothing to put in it beside systemd defaults and this might as well reside in the main distribution file as it is quite thin now. Signed-off-by: Mirza Krak <mirza.krak@endian.se>
2018-07-19distro: remove default provider for node-state-managerMirza Krak
There is only one provider for this package. Signed-off-by: Mirza Krak <mirza.krak@endian.se>
2018-07-19poky-ivi-systemd: add space between = and "" for DISTRO_CODENAMEMirza Krak
Signed-off-by: Mirza Krak <mirza.krak@endian.se>
2018-07-19distro: default-providers-ivi: remove jpeg providersMirza Krak
libjpeg was removed between jethro and krogoth Yocto releases. Since then there has not been multiple providers for jpeg and libjpeg-turbo is the default since then. Signed-off-by: Mirza Krak <mirza.krak@endian.se>
2018-07-19distro: default-providers-iv: remove kmod-crossMirza Krak
There is not a virtual target called arm-oe-linux-gnueabi-depmod and nothing provides kmod-cross. Signed-off-by: Mirza Krak <mirza.krak@endian.se>
2018-07-19poky-iv-systemd: remove XSERVER assignmentMirza Krak
The supported machines (qemux86, qemux86-64, qemuarm64 and vexpressa9) already set XSERVER in respective machine configuration file. Signed-off-by: Mirza Krak <mirza.krak@endian.se>
2018-07-19poky-ivi-systemd: remove gstreamer PREFERRED_VERSIONsMirza Krak
These overrides where part of an legacy BSP which is no longer used and we do do not have a need to carry a PREFERRED_VERSION that simply points the current version that is in oe-core. Signed-off-by: Mirza Krak <mirza.krak@endian.se>
2018-07-19distro: poky-ivi-systemd: inherit from pokyMirza Krak
The poky-ivi-systemd.conf file is a copy of an outdated poky.conf. Converted to actually include the poky.conf and instead override desired values to create a custom distribution. This way we can follow poky updates without much effort. Signed-off-by: Mirza Krak <mirza.krak@endian.se>
2018-05-21qemu_2: Remove dependency on libusbOscar Andreasson
This is a really old dependency append it's causing issues in builds relying on the meta-ivi layer. Removing it as it doesn't seem necessary. Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
2018-03-29poky-ivi-systemd distro: Remove PREFERRED_VERSIONP-1.0Oscar Andreasson
The PREFERRED_VERSION of wayland-ivi-extension is not necessary as we only provide one version of this anyways. Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
2018-03-29Add "hardening" compiler flagsGunnar Andersson
These gcc flags are quite standard practice but not always applied by each and every component default settings - hence each Linux distro does it in their own packaging. It was requested by Phong Tran in PR #98 for GDP. These flags are applied to the whole distro however, which is why they are placed in meta-ivi distro definition instead. [GDP-754] Compiler Hardening Flags Signed-off-by: Gunnar Andersson <gandersson@genivi.org> Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
2018-03-29dlt-daemon: Bump to 2.17.0Oscar Andreasson
dlt-daemon was bumped recently and needs to be upgraded in meta-ivi Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
2018-03-27PCL: BumpOscar Andreasson
Adds various compilation and runtime fixes. Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
2018-02-14bblayers.conf.sample: meta-yocto renamed meta-pokyOscar Andreasson
The meta-poky layer was renamed to meta-yocto in rocko release. Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
2018-02-14dbus: Fix uninitialized variableOscar Andreasson
Build fails due to a possibly uninitialized variable. The patch fixes the issue. Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
2018-02-14Name change orion to pulsar:Oscar Andreasson
The current release is named pulsar. Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
2018-02-14audiomanagerplugins: Fixed perl regexpsOscar Andreasson
As of perl 5.22.0 regex unescaped { have been moved from deprecated to generating errors. This caused the configure step to fail as we exceped the $ sign, meaning we wind up with a literal { and not ${foo} being replaced with whatever content is in ${foo} variable. Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
2018-02-14Bump vsomeip: Use version 2.10.10Oscar Andreasson
This fixes a compilation bug using newer gcc versions as well as several threadlock issues. Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
2018-02-14PCL: Remove patch applied upstreamOscar Andreasson
The 0001-memset-improperly-initialized-length-of-elements.patch was applied upstream in the persistence-client-library git repository. Remove the temporary patch and update the main persistence-client-library bb file to point to that GIT hash. Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
2018-02-14weston: Patch to add required API for wayland-ivi-extensionOscar Andreasson
The wayland-ivi-extension 2.1 requires the screen_remove_layer API in weston which this patch adds. Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
2018-02-14wayland-ivi-extension: Add support for version 2.1Oscar Andreasson
* Add recipe for wayland-ivi-extensions 2.1 release. wayland-ivi-extension 2.1 is preferred in pulsar release. * Add wayland-protocols to FILES Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
2018-02-14distro: gstreamer preferred version updatedOscar Andreasson
Rocko release is shipped with gstreamer 1.12.2, 1.8.3 is no longer available. Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
2018-02-14pco: Remove uninstalled filesOscar Andreasson
The files in sysconfdir are installed from another package. Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
2018-02-14audiomanagerplugins: Depends on libxml2Oscar Andreasson
Add dependencies for libxml2 for the audiomanagerplugins instead of the runtime dependencies. Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
2018-02-14Remove gstreamer 1.0 1.2.3:Oscar Andreasson
According to discussions, these recipes are no longer needed. Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
2018-02-12audio manager: update to v7.6Stephen Lawrence
Update meta-ivi to version 7.6 of the Genivi Audio Manager and Audio Manager Plugins components. Change log for AudioManager: bcaeed2 Merge pull request #23 from JensLorenz/cmake_and_dlt_endless_loop_fix a551ce9 AmUtil: Check for valid timer handles to fix callback exception c60d46d AMUtil: Fixes infinite loop in dlt wrapper for out of range values of enumerations. d501459 CMake: protect replacement of COMMIT_LIST aa59667 Merge pull request #21 from JensLorenz/fixup_signalfd d244e59 Merge pull request #19 from JensLorenz/socket_hndl_utility_fix dc16c37 AMDaemon: set pthread_sigmask for signalfd 4090fe1 AMCore: remodel ctor Sender in Command and Routing c7f1fd1 AMUtil: fix missed copy in list Poll 4e72bcb CMake: add C in Project for Threads 43c445e AMUtil: use DLT API only when DLT is selected 50bbb68 CMake: Add pthread support 31922cc AMUtil: Fix for destroy controller on rundown 4bfe463 CMake: Use GNUInstalDirs destinations 3e9f797 AM: Destroy plugin implementation. f620be8 Merge pull request #16 from GENIVI/utility_updates be63615 The primary signals SIGINT and SIGQUIT are handled on top level in contrast to secondary signals SIGHUP, SIGTERM, SIGCHLD, which are handled in the SocketHandler. 375dc7b Fix for bug in CAmSocketHandler causing invalid pointers and crash. a737433 Two versions of CAmSerializer due to interface changes. 5abcd39 Signal handling via main loop with signalfd. 8f2d32d The database observer reverse pointer to the handler is initialized in registerObserver. da78ca5 CAmSerializer interface extended to support std::function. 99c3edf CAmSocketHandler - usage of std::function instead of function pointers, code cleanup and minior optimizations. 551d34d Linux specific TIMERFD implementation as alternative timer mechanism Change log for AudioManager Plugins: 03fa369 Merge pull request #9 from JensLorenz/dynamic-sound-card-support-and-fixes d67e8f0 ALSARA: proxy details held in interface eb8e1d6 ALSARA: Fix multiple pthread_join calls e9ad5ee ALSARA: fix string parsing 129cc56 ALSARA: enhance connection and source state management 152ecbe ALSARA: fix maps of ConnectionIDs a6bcd83 ALSARA: always update resources' DomainID e48ce53 ALSARA: add volumes for gateways b37fa58 ALSARA: Refactor internal database lookup 6b23dfe ALSARA: Preinitialize USB detection 85fe4c0 CMake: Fix install destinations 24469d7 ALSARA: manage USB soundcards as AM dynamic elements c12765e Merge pull request #8 from ytsunashima/devel_getVolume 3ebf3de CommandInterfaceDbus:Add getVolume Function Signed-off-by: Stephen Lawrence <stephen.lawrence@renesas.com>
2018-01-24node-startup-controller: Bump to 1.0.3Erik Botö
- Bump version 1.0.3 - Add node-state-manager to RDEPENDS - Enable in systemd by default Signed-off-by: Erik Botö <erik.boto@pelagicore.com>
2017-11-01dlt-daemon: remove obsolete compress_doc inheritanceOleksandr Kravchuk
2017-11-01dlt-daemon: fix build errorYong-iL Joh
- add 0005-add-pigz-instead-of-gzip.patch to fix an issue below ... | -- Unit files will be installed to /lib/systemd/system after make install | CMake Error at doc/CMakeLists.txt:78 (MESSAGE): | Could not find gzip for man page compression. | | | -- Configuring incomplete, errors occurred! ... - this is workaround for meta-ivi 12 branch only Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com> ... and now on other branches also Signed-off-by: Gunnar Andersson <gandersson@genivi.org>
2017-09-19ecryptfs-utils: Add HOMEPAGE info into recipe file.Huang Qiyu
Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
2017-09-19qemu: fix the issue BASE-51 reported by Alberto MardeganYong-iL Joh
While trying to generate the SDK for our yocto-based project, I've stumbled upon this error: | ERROR: pa check failed | Make sure to have the pa libs and headers installed. | | WARNING: exit code 1 from a shell command. | ERROR: Function failed: do_configure (log file is located at /home/vagrant/pelux_yocto/build/tmp/work/x86_64-nativesdk-pokysdk-linux/nativesdk-qemu/2.8.0-r0/temp/log.do_configure.140) ERROR: Task (virtual:nativesdk:/home/vagrant/pelux_yocto/sources/poky/meta/recipes-devtools/qemu/qemu_2.8.0.bb:do_configure) failed with exit code '1' Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-09-08Bump version to 13.0.013.0.0Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-09-08Merge branch '13.0'Yong-iL Joh
2017-09-08packagegroup-specific-component-p1: replace alsa-lib with libasoundO-1.0Yong-iL Joh
- because alsa-lib is empty package, replace alsa-lib with libasound see https://collab.genivi.org/issues/browse/GT-3526 Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-08-03Merge pull request #54 from sashko/patch-6Yong-iL (Tolkien) Joh
cairo: fix package installation
2017-08-03Merge pull request #53 from sashko/patch-5Yong-iL (Tolkien) Joh
dlt-daemon: remove obsolete compress_doc inheritance
2017-08-03Merge pull request #52 from sashko/patch-4Yong-iL (Tolkien) Joh
gstreamer1.0-plugins-bad: add glib-2.0-native to depends
2017-08-03Merge pull request #51 from sashko/patch-3Yong-iL (Tolkien) Joh
gstreamer1.0-plugins-base: add glib-2.0-native to depends
2017-07-31cairo: fix package installationOleksandr Kravchuk
The bbappend causes the following issue on do_install: cairo do_package: QA Issue: cairo: Files/directories were installed but not shipped in any package: /usr/lib/cairo
2017-07-31dlt-daemon: remove obsolete compress_doc inheritanceOleksandr Kravchuk
2017-07-30gstreamer1.0-plugins-bad: add glib-2.0-native to dependsOleksandr Kravchuk
Package requires glib-genmarshal, the lack of which causes the following build error: /bin/bash: line 1: glib-mkenums: command not found Makefile:1128: recipe for target 'photography-enumtypes.h' failed
2017-07-30gstreamer1.0-plugins-base: add glib-2.0-native to dependsOleksandr Kravchuk
Package requires glib-genmarshal, the lack of which causes the following build error: /bin/bash: line 1: glib-mkenums: command not found Makefile:1270: recipe for target 'video-enumtypes.c' failed
2017-07-29gstreamer: add glib-2.0-native to dependsOleksandr Kravchuk
Package requires glib-genmarshal, which lack produces the following build error: /bin/bash: line 1: glib-mkenums: command not found Makefile:1884: recipe for target 'gstenumtypes.c' failed
2017-07-26vsomeip: version up to 2.7.0Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-07-26capicxx-someip-native: version up to 3.1.12Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-07-26capicxx-dbus-native: version up to 3.1.12Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-07-26capicxx-core-native: version up to 3.1.12Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-07-26common-api-c++-someip: version up to 3.1.12Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-07-26common-api-c++-dbus: version up to 3.1.12Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>