aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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-24zaurusd: fix build using autotools-brokensepAndrea Adami
The recipe is otherwise built and packagd incompletely. 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-06-18layer.conf: add LAYERDEPENDSjethrolumag
Describe meta-handheld layer dependencies in layer.conf Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@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-05-07ipaq-boot-params: fix warning about S not existingfidoAndrea Adami
Default S = "${WORKDIR}/${BP}" leads to the warning. Fix it by setting S = "${WORKDIR}" Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2015-04-23h1940.conf: switch to linux-handheld kernelAndrea Adami
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-23ipaq-boot-params: remove h5000 and default paramsAndrea Adami
At the moment only h3600 has active support Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2015-04-18keymaps: restrict compatibility to maintained machinesAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2015-04-18formfactor: remove machconfig of unmaintained machinesAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2015-04-18ipaq-boot-params: restrict compatibility to h3600 onlyAndrea Adami
(other unmaintained machines have been removed) Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2015-04-18device_table: remove unused device tablesAndrea Adami
We use devtmpfs since 2.6.32 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-18simpad: remove unmaintained machineAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2015-04-18ipaq: remove unmaintained machines and bsp toolsAndrea 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-17keymaps: make sure sysconfdir existsdizzyMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-04-13mininit: remove now unused recipeAndrea Adami
Since commit f6e667f linux-gcw0 kernel uses now mininit-syspart Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2015-04-13initramfs-mininit-klibc-image: remove, we use external mininit nowAndrea Adami
Since commit f6e667f linux-gcw0 kernel uses mininit-syspart and not mininit-initramfs 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-13hx4700.conf: prefer linux-handheld kernel v. 4.0Andrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2015-04-13h3600.conf: prefer linux-handheld kernel v. 4.0Andrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2015-04-13zaurus.inc: use linux-handheld kernelAndrea Adami
Many patches have been merged in 3.19 and 4.0 so we simplify the kernel recipe catching up with upstream. This patch could be possibly reverted after linux-yocto_4.0. 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-01mininit: update SRC_URI and move to v. 2.0.2Andrea Adami
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>
2014-10-06encdec-updater: restore PRPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2014-10-05encdec-updater: remove COMPATIBLE_MACHINEAndrea Adami
The recipe is using BBCLASSEXTEND = "native" and as it is not buildable: NOTE: Resolving any missing task queue dependencies ERROR: Nothing PROVIDES 'encdec-updater-native' (but /oe/meta-handheld/recipes-bsp/zaurus-utils/zaurus-updater.bb DEPENDS on or otherwise requires it) ERROR: encdec-updater-native was skipped: incompatible with machine poodle (not in COMPATIBLE_MACHINE) ERROR: Required build target 'zaurus-installer' has no buildable providers. Missing or unbuildable dependency chain was: ['zaurus-installer', 'zaurus-updater', 'encdec-updater-native'] Remove COMPAIBLE_MACHINE alltogether. While there, remove PR remnant. Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2014-10-05linux-jlime-jornada7xx: added LIC_FILES_CHKSUMAlexey Ignatov
2014-09-30linux-yocto-tiny-kexecboot_3.17: zaurus: initial commit based on 3.17-rc6Andrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2014-09-30linux-yocto_3.17: zaurus: initial commit based on 3.17-rc6Andrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>