aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel
AgeCommit message (Collapse)Author
2012-11-16linux-yocto: Fix af bus patch to be usable with poky master versionAndrei Gherzan
The function header of scm_send is now: static __inline__ int scm_send(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm, bool forcecreds) Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-10-30vexpress_a9.cfg: Clean up kernel config optionsFlorin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2012-10-17linux-yocto: Minor tweaksAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-10-17linux-yocto: Remove PERFDEPENDSAndrei Gherzan
perf has been moved to a standalone package, making linux-tools.inc unecessary. It can now be removed and recipes that included it updated. (From OE-Core rev: b485f3e0e55ad62079ed0913970ff0620f4808ea) Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-10-17kmod: Remove bbappend as we dropped usr-mergeAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-08-22linux-yocto_3.4.bbappend: Modify SRCREV_machine_vexpressa9 to AUTOINC and ↵Florin Sarbu
modify KBRANCH_vexpressa9 to standard/beagleboard Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2012-08-14vexpress_a9.cfg: set CONFIG_REGULATOR=n needed to have eth0 enabled on qemu ↵Florin Sarbu
vexpressa9 machine Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2012-08-13linux-yocto: Add support for AF_BUS new socket address family to the Linux ↵Florin Sarbu
kernel In order to have support for AF_BUS, CONFIG_AF_BUS needs to be set to yes in the kernel config file ( added that to the vexpressa9 kernel config file). Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2012-07-24meta-ivi: Use yocto kernel version 3.4Florin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2012-06-20kmod: Add bbappend to move binaries from / to /usrAndrei Gherzan
Add code to fix symlinks. Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-06-07linux-yocto: Set CONFIG_AUTOFS4_FS=m for vexpressa9Andrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-05-22linux-yocto_3.0.bbappend: Fix linux do_patch failure on vexpressa9Andrei Gherzan
More details (poky / master): commit b1867950831ab6edb00b819f4cde81d40007f22e Author: Bruce Ashfield <bruce.ashfield@windriver.com> Date: Tue May 8 10:52:30 2012 -0400 Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-05-09vexpress_a9.cfg: Activate CONFIG_TUNAndrei Gherzan
This is needed in order to have network for vexpress a9 in qemu. Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-04-20Redo initial populationFlorin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2012-04-19Initial PopulationHolger Behrens