aboutsummaryrefslogtreecommitdiffstats
path: root/meta-ivi-bsp/recipes-kernel
AgeCommit message (Collapse)Author
2017-04-11vexpressa9: update to work with poky 2.2Yong-iL Joh
- update machine configuration - change kernel config file - set dtb file for kernel Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-01-26linux-yocto: fix up for vexpressa9 buildYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-11-10Delete (commented) kernel configs for AF_BUSGunnar Andersson
AF_BUS is no longer part of the platform. No reason to keep the the commented lines. Signed-off-by: Gunnar Andersson <gand@acm.org>
2016-11-10Delete 0001-net-bus-add-the-AF_BUS-socket-address-family.patchGunnar Andersson
AF_BUS is no longer part of the platform. No reason to keep the patch in the file tree. Signed-off-by: Gunnar Andersson <gand@acm.org>
2016-07-01linux-yocto: remove the version in recipe fileYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2015-11-13linux-yocto/vexpress_a9.cfg: fix mistypoYong-iL Joh
- add FUSE, DRM feature Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2014-11-19linux-yocto: enable kernel feature to support NFCHolger Behrens
Enable kernel features to support NFC (neard). In addition kernel config's to support Bluetooth BNEP protocol and eCryptfs userspace daemon are enabled. Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-11-17linux-yocto: Use v3.14 for vexpressa9 and minor recipe cleanupsAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2014-09-04linux-yocto/3.4: remove 3.4 bbappendHolger Behrens
Following the upstream - linux-yocto/3.4: remove 3.4 name recipes Ref.: Poky rev: 61c15c03b410f645a07a1095e1a5726324d69dd1 Removing the 3.4 recipes, since support has now shifted to 3.10 and 3.14 for LTSI kernel versions, with 3.16+ as the development version. Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-08-13Use FILESEXTRAPATHS correctlyAndrei Gherzan
Avoid incorrect assignments and use FILESEXTRAPATHS-variable with _prepend or _append. WARNING: FILESEXTRAPATHS-variable, must always use _prepend (or _append) type of assignment, and don't forget the colon. Please assign it with the format of: FILESEXTRAPATHS_append := ":${THISDIR}/Your_Files_Path" or FILESEXTRAPATHS_prepend := "${THISDIR}/Your_Files_Path:" in your bbappend file Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2014-04-04Add CONFIG_BT for the supported machines' kernel configFlorin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2014-03-25Remove use of deprecated PRINC.Florin Sarbu
The PR server should be used to automatically increment the PR. See: https://wiki.yoctoproject.org/wiki/PR_Service Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2014-02-21AF_BUS: disable in preparation of the move to kdbusHolger Behrens
Support for GENIVI AF_Bus D-Bus Optimization [1] needs an AF_BUS enabled Linux kernel. Currently only the LTSI 3.4 kernel does support this feature. As of the LTSI 3.10 kernel [3] AF_BUS support was dropped. Given that currently all by meta-ivi supported MACHINEs do use the Yocto/LTSI 3.10 kernel we disable AF_BUS. In the future AF_BUS [1] may be replaced with kdbus [4]. [1] http://projects.genivi.org/afbus-dbus-optimization [2] https://www.yoctoproject.org/organization/long-term-support-initiative-ltsi [3] http://git.linuxfoundation.org/?p=ltsi-kernel.git [4] https://code.google.com/p/d-bus/source/browse/kdbus.txt Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2013-12-04Add quota support in kernel for all 3 supported machines.Florin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2013-08-28linux-yocto: moving on to version 3.10Holger Behrens
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: move hardware specifics to meta-ivi-bspHolger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>