aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2017-05-14meta-handheld: add dependency on openembedded-layermortyAndrea Adami
With commit d37f6b5 "tslib: remove recipe" tslib was moved from oe-core to meta-oe. Add dependency on that layer to fix: ERROR: Required build target 'core-image-base' has no buildable providers. Missing or unbuildable dependency chain was: ['core-image-base', 'packagegroup-base-extended', 'zaurusd', 'tslib'] 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-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>