summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
Commit message (Collapse)AuthorAgeFilesLines
...
| * linux-imx (2.6.35.3): fix sysroot populate with backward compatibilityOtavio Salvador2012-07-181-4/+8
| | | | | | | | | | | | | | | | The way kernel.bbclass works has change since denzil release and we need to cope with both ways. This supports old /kernel deployment and new /usr/src/kernel one. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* | Merge remote branch 'denzil' into masterOtavio Salvador2012-07-171-0/+4
|\| | | | | | | | | | | * freescale/denzil: linux-imx (2.6.35.3): fix copy of native binaries onto sysroot u-boot: change mx53loco default environment
| * linux-imx (2.6.35.3): fix copy of native binaries onto sysrootOtavio Salvador2012-07-171-0/+4
| | | | | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| * linux-imx (2.6.35.3): install native binaries onto sysrootOtavio Salvador2012-07-171-7/+10
| | | | | | | | | | | | | | | | The native binaries that are used during imx-test building need to be in sysroot, not target packages, as their are built for host architecture. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* | linux-imx (2.6.35.3): OE-Core now handles the removal of kxgettext.oOtavio Salvador2012-07-171-4/+1
| | | | | | | | | | | | | | The OE-Core newer bbclass handles the removal of kxgettext.o file so we remove the handle on the kernel recipe. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* | linux-imx (2.6.35.3): install native binaries onto sysrootOtavio Salvador2012-07-171-7/+10
| | | | | | | | | | | | | | | | The native binaries that are used during imx-test building need to be in sysroot, not target packages, as their are built for host architecture. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* | linux-mainline: add a 3.5 development recipeOtavio Salvador2012-07-104-0/+7038
|/ | | | | | | | | | | | | This recipe is the ongoing effort to port Freescale platforms to mainline kernel. The tree is currently based on 3.5-rc6 and it is located at https://github.com/Freescale/linux-mainline and it has mainline kernel plus patches for platforms that are not yet merged on official kernel. Currently, it uses the default configs for mxs, mx5 and mx6 SoC families. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx (2.6.35.3): allow offline buildAdrian Alonso2012-07-031-2/+5
| | | | | | | | | Using the specific revision we avoid the calling of git ls-remote command, thus allowing for offline building. Bump PR. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Adrian Alonso <aalonso00@gmail.com>
* linux-imx (2.6.35.3): Fix support for NFS rootOtavio Salvador2012-06-187-6/+38
| | | | | | | This allows use of alternative NFS ports and regular NFS root on same kernel. This has also enabled the feature for the supported machines. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-libc-headers-imx (2.6.35.3): add patch to export accept4 syscallOtavio Salvador2012-06-122-2/+56
| | | | | | | | This patch has been backported from 2.6.36 and needs to be included here, besides the kernel, to properly export the syscall to libc headers. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx (2.6.35.3): use accept4 patch that was included mainlineOtavio Salvador2012-06-123-32/+55
| | | | | | This patch has been included in 2.6.36. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-linaro-3.2 imx53qsb defconfig: enable udev-182 config optsAdrian Alonso2012-06-062-2/+2
| | | | | | | * Enable udev-182 config options * Bump PR Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* linux-linaro-3.1 imx53qsb defconfig: enable udev-182 config optsAdrian Alonso2012-06-062-2/+2
| | | | | | | * Enable udev-182 config options * Bump PR Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* linux-imx-3.0.15 defconfig: enable udev-182 config optsAdrian Alonso2012-06-062-3/+3
| | | | | | | * Enable udev-182 config options * Bump PR Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* linux-imx-2.6.38 defconfig: enable udev-182 config optsAdrian Alonso2012-06-065-9/+9
| | | | | | | * Enable udev-182 config options * Bump PR Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* linux-imx-2.6.35.3 defconfig: enable udev-182 config optsAdrian Alonso2012-06-066-11/+11
| | | | | | | | | | | | | | | | | * Enable udev-182 config options These options are required: CONFIG_DEVTMPFS=y CONFIG_HOTPLUG=y CONFIG_INOTIFY_USER=y CONFIG_NET=y CONFIG_PROC_FS=y CONFIG_SIGNALFD=y CONFIG_SYSFS=y CONFIG_SYSFS_DEPRECATED*=n CONFIG_UEVENT_HELPER_PATH="" * Bump PR Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* linux-imx (2.6.35.3): add 0fe6:9700 device support for dm9601Otavio Salvador2012-05-312-1/+34
| | | | | | | This backports a the change, included in 2.6.38, that adds support for Davicom 0fe6:9700 device support in dm9601. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx (2.6.35.3): smsc95xx: generate random MAC address onceOtavio Salvador2012-05-292-1/+53
| | | | | | | | The smsc95xx driver currently generates a new random MAC address every time the interface is brought up. This makes it impossible to override using the standard `ifconfig hw ether` approach. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx (2.6.35.3): fix multiple w1 masters useOtavio Salvador2012-05-282-1/+81
| | | | | | | This patch has been backport from 3.2 kernel and allow the use of multiple w1 masters at same time. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx (2.6.35.3): add imx23evk configurationOtavio Salvador2012-05-211-0/+2041
| | | | | | | | The kernel configuration has been imported from Freescale's official GIT repository, for 2.6.35.3 recipe, but with CONFIG_ROOT_NFS disabled as we use the NFS server in user-mode and including devtmpfs support. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx (2.6.35.3): use ttyAMA as debug serialOtavio Salvador2012-05-212-1/+44
| | | | | | | Follow the debug serial device name of i.MX23 and i.MX28 used in mainline kernel. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx (2.6.35.3): use SoC family for COMPATIBLE_MACHINE matchingOtavio Salvador2012-05-191-1/+1
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx (3.0.15): use SoC family for COMPATIBLE_MACHINE matchingOtavio Salvador2012-05-171-1/+1
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-libc-headers-imx (3.0.15): use SoC family for COMPATIBLE_MACHINE matchingOtavio Salvador2012-05-171-1/+1
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx (2.6.38): use SoC family for COMPATIBLE_MACHINE matchingOtavio Salvador2012-05-171-1/+1
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-libc-headers-imx (2.6.38): use SoC family for COMPATIBLE_MACHINE matchingOtavio Salvador2012-05-171-1/+1
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx: add imx28evk configurationOtavio Salvador2012-04-303-1/+2215
| | | | | | | | The kernel configuration has been imported from Freescale's official GIT repository, for 2.6.35.3 recipe, but with CONFIG_ROOT_NFS disabled as we use the NFS server in user-mode. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx (2.6.38): bump PROtavio Salvador2012-04-201-1/+1
| | | | | | | The PR bump in d4748ed26429762952455722a5f948fec6c98af0 was missing so bump it to enforce the kernel is rebuild. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx: Add gpu module to imx6qsabrelite defconfigDaiane Angolini2012-04-203-2/+30
| | | | | | Add a kernel patch to avoid unused variable error Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
* linux-imx: fix no-unaligned patchEric Bénard2012-04-012-5/+6
| | | | | | | | in 551bb42 linux-imx: fix no-unaligned-access.patch I made a typo which leads to a non working patch. This one should be fine (tested with angstrom-bleeding) Signed-off-by: Eric Bénard <eric@eukrea.com>
* linux-imx: add 3.0.15Daiane Angolini2012-03-282-0/+2555
| | | | Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
* linux-libc-headers-imx: add 3.0.15Daiane Angolini2012-03-281-0/+10
| | | | Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
* linux-imx: add imx6qsabrelite configurationDaiane Angolini2012-03-232-2/+2460
| | | | | | | | | The kernel configuration has been imported from Freescale's official GIT repository, for 2.6.38 recipe, but with GPU driver disabled, as it does not built at first Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-libc-headers-imx: add imx6qsabrelite as compatible machineOtavio Salvador2012-03-221-1/+1
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-libc-headers-imx: add 2.6.38Otavio Salvador2012-03-221-0/+12
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-3.2: add linaro's versionEric Bénard2012-03-1610-0/+2976
| | | | Signed-off-by: Eric Bénard <eric@eukrea.com>
* linux-3.1: add linaro's versionEric Bénard2012-03-162-0/+2924
| | | | | | this one should match the latest release Linaro did for i.MX53 Signed-off-by: Eric Bénard <eric@eukrea.com>
* linux-imx-2.6.35.3: add patch for systemdEric Bénard2012-03-162-1/+60
| | | | | | this patch was recommended by Koen to support recent systemd Signed-off-by: Eric Bénard <eric@eukrea.com>
* linux-libc-headers-imx: use new git.freescale.com server for fetchingOtavio Salvador2012-03-151-2/+2
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx: use new git.freescale.com server for fetchingOtavio Salvador2012-03-151-2/+2
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Eric Bnard <eric@eukrea.com>
* linux-imx: set DEFAULT_PREFERENCE to -1 only for current machinesOtavio Salvador2012-03-151-2/+3
| | | | | | | That allows for easy addition of newer i.MX6 platform on the BSP. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Eric Bnard <eric@eukrea.com>
* linux-imx: allow NFS root mount to use alternate RPC portsOtavio Salvador2012-03-159-8/+251
| | | | | | | | This patch, include in 2.6.35.3 and 2.6.38 kernel recipes, has been imported from Yocto kernel to allow the use of NFS server in user-mode as it is preferred for use in SDK and ADT tools. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx: move 2.6.35.3 specific patches to linux-imx-2.6.35.3 dirOtavio Salvador2012-03-1525-0/+0
| | | | | | | | This makes easier to identify which kernel needs a specific patch avoiding keeping unused patches around. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Eric Bnard <eric@eukrea.com>
* linux-imx-2.6.38: update and add a working defconfigEric Bénard2012-03-084-1/+7302
| | | | | | | | | this patch update 2.6.38 to the latest tag available on Freescale's git server it alse adds the default defconfig of this kernel which allows to compîle a 2.6.38 kernel for imx53qsb Signed-off-by: Eric Bénard <eric@eukrea.com>
* linux-imx-2.6.35: upgrade configuration for imx53qsbEric Bénard2012-03-082-39/+68
| | | | | | | | this patch enable gpio led and led triggers and add the options required for systemd as recommended in : http://dominion.thruhere.net/koen/cms/recommended-kernel-config-options-for-a-modern-angstrom-system Signed-off-by: Eric Bénard <eric@eukrea.com>
* linux-2.6.35.3: put defconfig in a versionned directoryEric Bénard2012-03-083-0/+0
| | | | | | | this gives us a chance to be able to compile other versions of the kernel with their own configuration Signed-off-by: Eric Bénard <eric@eukrea.com>
* linux-imx-2.6.35.3: Added IPU patches fixing ERESTARTSYS behaviour.Leon Woestenberg2012-03-084-1/+107
| | | | | | | Posted by Phil Endecott on imxcommunity.org. Signed-off-by: Leon Woestenberg <leon@sidebranch.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx-2.6.35: add USR led support to imx53qsbEric Bénard2012-03-082-1/+70
| | | | | | this allows to have an heartbeat trigger on this led for example Signed-off-by: Eric Bénard <eric@eukrea.com>
* linux-imx: install headers needed for imx-test compilationEric Bénard2012-03-081-0/+14
| | | | Signed-off-by: Eric Bénard <eric@eukrea.com>
* linux-imx: fix no-unaligned-access.patchEric Bénard2012-03-071-13/+35
| | | | | | | | with this fix (very close to what was applied to mainline kernel), we can also compile the kernel with toolchain which don't have the -mno-unaligned-access option. Signed-off-by: Eric Bénard <eric@eukrea.com>