aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel
AgeCommit message (Collapse)Author
2017-05-14linux-handheld(-kexecboot)_4.4: update from 4.4.10 to 4.4.66Andrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2017-05-14linux-gcw0(-kexecboot)_4.7: remove task kernel_link_imagesAndrea Adami
The task is unnecessary after commit: 3211d43 kernel.bbclass: move in addtask kernel_link_images statement from linux-yocto.inc Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2017-02-09linux(-gcw0)-kexecboot: fix rebuild from sstateAndrea Adami
As seen rebuilding zaurus-installer from sstate there are issues: WARNING: zaurus-installer-1.0-r7 do_install: Manifest ... sstatee-control/manifest-allarch-linux-kexecboot.populate_sysroot not found? With Recipe Specific Sysroot we can safely re-enable the disabled tasks: just a little more time spent for populating sysroot. Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2017-02-09linux-kexecboot: inherit nopackages to avoid packagingAndrea Adami
Disable the creation of packages in a more robust (and elegant) way inheriting nopackages.bbclass. Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2017-02-09linux-gcw0-kexecboot: inherit nopackages to avoid packagingAndrea Adami
Disable the creation of packages in a more robust (and elegant) way inheriting nopackages.bbclass. Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2017-02-09linux-gcw0-kexecboot_4.0: remove old recipeAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2017-02-09linux-gcw0_4.0: remove old recipeAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2017-02-09linux-gcw0-kexecboot: update to 4.7Andrea Adami
Older 4.0 cannot be built with current gcc 6.3.0 as of Jann 2017. Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2017-02-09linux-gcw0: provide recipe for the 4.7 kernel.Andrea Adami
The old 4.0 kernel doesn't build with gcc 6.3.0 as of Jan 2017. Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2017-02-09linux-gcw0-kexecboot_4.0: fix KERNEL_IMAGE_BASE_NAMEAndrea Adami
After commit 849b67b in oe-core it is possible to build multiple types of kernel at one time. This requires KERNEL_IMAGE_BASE_NAME and KERNEL_IMAGE_SYMLINK_NAME must not start with KERNEL_IMAGETYPE prefix as before. Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2017-02-09linux-kexecboot_4.4: fix KERNEL_IMAGE_BASE_NAMEAndrea Adami
After commit 849b67b in oe-core it is possible to build multiple types of kernel at one time. This requires KERNEL_IMAGE_BASE_NAME and KERNEL_IMAGE_SYMLINK_NAME must not start with KERNEL_IMAGETYPE prefix as before. Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2016-05-11linux-handheld_4.4: update from 4.4.8 to 4.4.10Andrea Adami
Backport a pxa_dma pending patch from 4.5.4 stable. Ref. http://www.spinics.net/lists/stable/msg131621.html Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2016-05-06linux-handheld_4.4: unify spitz and akita configurationAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2016-05-06linux-kexecboot_4.4: optimize and standardize Zaurus defconfigsAndrea Adami
Kernel's size is bloating: save some headroom for future needs. Runtime tested on collie, poodle and corgi Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2016-05-06linux-handheld_4.4: remove extraneous patchAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2016-05-06linux-handheld-4.4: update patch for sound/soc/pxa module autoloadingAndrea Adami
Prepare patch for upstream submission Minor changes to defconfigs Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2016-05-06linux-kexecboot_4.4: fix defconfig for collieAndrea Adami
On collie F2FS has been removed to fit in the max kernel size. Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2016-05-06linux-kexecboot_4.4: switch to cpio.xz for the initramfsAndrea Adami
Using a single compressor to save as much space as possible. Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2016-05-06linux-kexecboot_4.4: readd the OK button for poodle and collieAndrea Adami
The user doesn't need to open the keyboard to press return. Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2016-05-06linux-handheld_4.4: readd LOCOMO_KEY_CENTERAndrea Adami
After the rework of the locomokbd driver the key is mapped to KEY_F15. Remap it to KEY_F5 as done by the 2.6 locomokbd hack. Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2016-05-06linux-kexecboot: switch to XZ kernel compressionAndrea Adami
Squeeze the last bits of space... Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2016-05-06linux-handheld: switch Zaurus to XZ kernel compressionAndrea Adami
Tested first on c7x0 Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2016-05-06linux-handheld: update to 4.4.8Andrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2016-04-24linux-kexecboot_4.4: initial commit for Zaurus devicesAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2016-04-24linux-handheld_4.4: add HACK for snd-soc-pxa2xx kernel module autoloadingAndrea Adami
Fix sound. Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2016-04-24linux-handheld_4.4: upate to 4.4.7Andrea Adami
gpio fixes: now poodle and collie do build again Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2016-04-24linux-handheld_4.4: update defconfigs for spitz/akitaAndrea Adami
Add regulators and switch to pxa clock Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2016-04-24linux-gcw0-kexecboot: parametrize the 'require' using ${PV}Andrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2016-04-24linux-gcw0-kexecboot: skip do_shared_workdirAndrea Adami
As done in meta-initramfs for the main -kexecboot recipe do not pollute with our stuff, maybe different kernel version... Issue found building for other machines. Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2016-04-24linux-handheld_4.4: update to 4.4.6Andrea Adami
Incorporating fix for mmc on pxa. Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2016-04-24linux-gcw0-kexecboot: fix INITRAMFS_TASK matching oe-core changesAndrea Adami
As done for linux-yocto-tiny-kexecboot in meta-initramfs. Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2016-01-19linux-handheld: initial commit of v. 4.4 for PXA and SA1100 devicesAndrea Adami
Unfortunately h1940 has been skipped for it needs a total refresh of patches. The patches for locomo are courtesy of Dmitry and have been taken from http://git.infradead.org/users/dbaryshkov/zaurus.git One patch from there has been edited: "video: lcd: add LoCoMo LCD driver" --- a/drivers/video/backlight/locomo_lcd.c +++ b/drivers/video/backlight/locomo_lcd.c @@ -20,7 +20,7 @@ #include <linux/platform_device.h> #include <linux/regmap.h> -#define POWER_IS_ON(pwr) ((pwr) <= FB_BLANK_NORMAL) +#define POWER_IS_ON(pwr) ((pwr) == FB_BLANK_UNBLANK) Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2016-01-19linux-yocto_3.14: remove stale recipekrogothAndrea Adami
Kernel 3.14 and 3.19 have been removed from oe-core with commit 6814521d0b88ee66442158ed70e77cbdd35d4782 Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2015-05-07linux-gcw0(-kexecboot): upgrade from 3.19 to 4.0 dev releaseAndrea Adami
following upstream progress Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2015-04-23linux-handheld_4.0: add ipaq h1940 patches and defconfigAndrea Adami
Patches provided and tested by Vasily Khoruzhick <anarsoul@gmail.com> Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com> Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2015-04-18OE logo: remove unused ppm.bz2 vga and qvga logoAndrea Adami
now provided by patches Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2015-04-18linux.inc: remove unused kernel .incAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2015-04-18linux-handhelds_2.6: remove unmaintained kernelAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2015-04-18palm: remove unmaintained machines, bsp tools and kernelsAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2015-04-18ezx: remove unmaintained machines, bsp tools and kernelsAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2015-04-18jornada: remove unmaintained machines and kernelsAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2015-04-13linux-gcw0(-kexecboot): commit of development version 3.19Andrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2015-04-13linux-gcw0(-kexecboot): remove kernel version 3.12Andrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2015-04-13linux-handheld: initial commit of kernel v. 4.0Andrea Adami
Build tested for Zaurus and Ipaq h3600, hx4700 Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2015-04-13linux-yocto(-tiny-kexecboot)_3.17: remove orphansAndrea Adami
(kernel 3.17 has been removed from oe-core and meta-initramfs) Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2015-04-13linux-yocto(-tiny-kexecboot)_3.10: remove orphansAndrea Adami
(kernel 3.10 has been removed from oe-core and meta-initramfs) Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2015-01-12linux-yocto(-tiny-kexecboot)_3.17: remove upstreamed patch for collieAndrea Adami
Patch landed upstream in 3.17.3 (commit id 255a8e963ea7d9d856d224a76b8a2fb99f0682fe) Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2014-11-16meta-handheld: h3600: support kernel v3.17Linus Walleij
This makes the v3.17 kernel work with the h3600 target. As of kernel v3.17, most drivers for the H3600 have been upstreamed and we only need two patches to boot it successfully with full support. Patch 1 is merged upstream by now (v3.18), patch 2 is being worked on. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
2014-11-01linux-yocto-tiny-kexecboot_3.17: add rdinit=/usr/bin/kexecboot to the cmdlineAndrea Adami
The kernel behavior has changed and apparently the init symlink in the initramfs is ignored (no init seems executed). Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2014-11-01linux-yocto(-tiny-kexecboot): collie: fixup for mtd resume after pm suspendAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>