aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp
AgeCommit message (Collapse)Author
2021-10-06meta-handheld: convert to new override syntaxAndrea Adami
-replace old syntax -fix tune files paths now in subdirectories Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org>
2021-10-04zaurusd: fix build with kernels < 4.16 and newer libc headersAndrea Adami
The Y2038 changes broke the build for older 32bit devices using older kernels. As seen on: https://sourceware.org/glibc/wiki/Y2038ProofnessDesign Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org>
2018-09-18kexecboot-handhelds: catch up with kexecboot upgrades (add --atags)Andrea Adami
With the actual kexec-tools-klibc > 2.0.17 in meta-initramfs we can use the newly added fast reboot option (--no-checks). Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2018-05-14zaurusd: relax Autoconf macro to allow tslib >= 1.0Andrea Adami
Fix build after 72ef78e tslib: Upgrade to 1.15 release Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2018-05-14zaurusd: refresh patches (using devtool)Andrea Adami
Silence warnings about ingnored context. Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2018-02-19zaurus-installer: replace deprecated base_conditional with appendsAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2017-10-29zaurus-installer: replace deprecated license fileAndrea Adami
Use '${COMMON_LICENSE_DIR}/MIT' for MIT License. Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2017-10-29ipaq-boot-params: replace deprecated license fileAndrea Adami
Use '${COMMON_LICENSE_DIR}/MIT' for MIT License. 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-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-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-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>
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-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-24zaurusd: fix build using autotools-brokensepAndrea Adami
The recipe is otherwise built and packagd incompletely. 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-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-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-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>
2014-11-01mininit: update SRC_URI and move to v. 2.0.2Andrea 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-05-26initramfs-mininit-klibc-image: initial commitAndrea Adami
This cpio does the job of finding and loop-mounting the rootfs file. See https://github.com/pcercuei/mininit Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2014-05-26mininit: initial commit of v. 1.1.0Andrea Adami
See https://github.com/pcercuei/mininit Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2014-05-19gcw0: initial commit of formfactor machconfigAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2014-03-06recipes: remove PRINCsMartin Jansa
* patch with corresponding PR bumps was sent to oe-core Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-03-04zaurusd: enable support for collieDmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2014-03-04zaurusd: sync recipe with OE-CorePaul Eggleton
* Update to latest master for out-of-tree build fix * Drop new-make.patch (merged upstream) * Set SUMMARY instead of DESCRIPTION for one-line description * Properly indent SRC_URI Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2014-01-17Update LIC_FILES_CHKSUM after toplevel LICENSE file checksum changePaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-10-15formfactor: h1940: unset framebuffer rotationAndrea Adami
Device has been reported working w/out fb rotation with kernel 3.1 Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2013-10-14formfactor: standardize the comments about real dpi sizeAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2013-10-14formfactor: add configurations for PALM devicesAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2013-10-13formfactor: add simpad configurationAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>