aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2017-05-14linux-handheld(-kexecboot): update to 4.4.68pyroAndrea Adami
apply last stable patchset Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2017-05-14meta-handheld: add dependency on openembedded-layerAndrea 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-05-14kexecboot-handhelds: kernel has now support, remove --with-zaurusAndrea Adami
Since 4.4.67 with MTD pending patches (sharpslpaart). Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2017-05-14linux-handheld(-kexecboot)_4.4: update to 4.4.67 and introduce sharpslpartAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2017-05-14kbdd_svn.bb: remove pointless PR 0Andrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2017-05-14tiinit_3.2.26: remove pointless PR 0Andrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2017-05-14nandlogical: add PV related to source version 1.1.0Andrea Adami
remove PR Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2017-05-14encdec-updater: add PV related to source version 1.1.0Andrea Adami
remove PR Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2017-05-14zaurus-installer: follow versioning of zaurus-updaterAndrea Adami
remove PR Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2017-05-14zaurus-updater: new version 2017.05Andrea Adami
Adds partition resizing and erasing. Sanity check in case of 128M repartitioned clamshells. Tested on SL-5600, SL-C860, SL-C3200 Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2017-05-14zaurus-updater: resize head title to fit 30 columns on poodleAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2017-05-14zaurus-updater: remove legacy u-boot flashingAndrea Adami
u-boot is not supported and was removed with commit id be6a11d. If one wants, it is possible to flash from console with nandlogical. Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2017-05-14zaurus-updater: support flashing of Cacko's mainte_fix.binAndrea Adami
Only for 128M clamshell models. This is necessary if you want to change rootfs size over 64 MB. It is flashed in the first 256k of the nand and overwrites the first 64k of the Parameter Area (AdjValue, BootFlag, Version, Clock). Version is included so verchg is not necessary. Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2017-05-14zaurus-updater: fix typo in RO_MTD_LINEAndrea Adami
In corner cases, if you have repartitioned one unit with 128M flash like SL-C860 without flashing the modified mainte_fix.bin provided i.e. by Cacko the loader screws and the maintenance kernel does default to the standard partitioning for 64M models. dev: size erasesize name mtd0: 006d0000 00020000 "Filesystem" mtd1: 00700000 00004000 "NAND flash partition 0" mtd2: 01e00000 00004000 "NAND flash partition 1" mtd3: 01b00000 00004000 "NAND flash partition 2" In any case, RO_MTD_LINE is the one ending with 1 while RW_MTD_LINE ends with 2 Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2017-05-14zaurus-updater: fix typo for HOMEFS_SIZEAndrea Adami
This is a copy and paste error, obviously refers to FS_RW (home). Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
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-05-14meta-handheld: use wildcards for the bbappend filesAndrea Adami
This approach is a little more robust than pinning specific versions from other layers. Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2017-03-01h1940: explicit IMAGE_FSTYPESAndrea Adami
This machine doesn't specify it but it expects a jffs2 image. Add tar.gz for easy testing on removable media devices. Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2017-03-01hx4700.conf: extend IMAGE_FSTYPES and readd jffs2Andrea Adami
Somehow the configuration doesn't explicit the variable. Restore it as it was in oe-classic and add tar.gz for easy test on removable media devices. Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2017-02-27h3600.conf: replace DEPLOY_DIR_IMAGE with IMGDEPLOYDIRAndrea Adami
Rename the variable as done in oe-core (6d969ba). Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2017-02-27hx4700.conf: replace DEPLOY_DIR_IMAGE with IMGDEPLOYDIRAndrea Adami
Rename the variable as done in oe-core (6d969ba). Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2017-02-24zaurus-utils: fix deploy task and rebuild from sstateAndrea Adami
After the changes in oe-core (6d969bac) the recipes inherit staging.bbclass have to stage in DEPLOYDIR and not in DEPLOY_DIR_IMAGE otherwise sstate can not work. 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-09gcw0.conf: catch up with renaming of KERNEL_OUTPUT in oe-coreAndrea Adami
After commit 849b67b in oe-core the variable KERNEL_OUTPUT has been replaced by KERNEL_OUTPUT_DIR. It is worth noting the new variable contains just the path. Modify gcw0.conf accordingly and use defaults from kernel.bbclass. KERNEL_OUTPUT_DIR ?= "arch/${ARCH}/boot" 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-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>