aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2016-05-06zaurus.inc: switch from cpio.lzma to cpio.xzAndrea Adami
Use a single compressor to squeeze a couple of KB for linux-kexecboot. 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-05-06zaurus.inc: add BAD_RECOMMENDATIONS for eudev-hwdb (6MB)Andrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2016-05-06zaurus-legacy-tar: update SRC_URIAndrea Adami
pocketworkstation.org mirror is dead, point to sources.openembedded.org. Note: checksum of the .gz changed but the file inside has the same one. Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2016-04-24zaurus.inc: mention linux-kexecboot in the notes for the installerAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2016-04-24zaurus-installer: switch to linux-kexecbootAndrea Adami
The recipe is now using linux-kexecboot from meta-handheld. 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-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>