aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp
AgeCommit message (Collapse)Author
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>
2013-10-13formfactor: add configurations for Motorola with 2.4" and 2.5" LCDAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2013-10-13formfactor: add config for jornada 56x, 6xx, 7xxAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2013-10-13formfactor: add config for IPAQ rx1950 and rx3000Andrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2013-10-13formfactor: add ben-nanonote machconfigAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2013-10-13formfactor: h3600: set DISPLAY_BPP=16 even for 12bit LCDAndrea Adami
in Kernel mach-sa1100/h3600.c says sa1100fb_rgb h3600_rgb_16 Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2013-10-13formfactor: refresh machconfig for Zaurus devicesAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2013-10-13formfactor: add configuration for IPAQ with 4" screenAndrea Adami
iPAQ hx4700 hx4705 210 211 214 4" diagonal 2.36"x3.15" (60x80 mm) Area: 4800 mm2 pixels: 480x640 Real display DPI: 200 Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2013-10-13formfactor: add configuration for IPAQ with 3.8" screenAndrea Adami
IPAQ h3600 h3700 h3800 h3900 h5100 h5400 h5500 Aero 1500 3.8" diagonal 2.25"x3" (57x76 mm) Area: 4332 mm2 pixels: 240x320 Real display DPI: 105.26 set to 100 Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2013-10-13formfactor: add configuration for IPAQ with 3.5" screenAndrea Adami
iPAQ h1900 h2215 hx2100 hx2400 hx2700 h4100 3.5" diagonal 2.1"x2.8" (53x71mm) Area: 3763 mm pixels: 240x320 Real display DPI: 114.29, set to 100 Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2013-10-11kexecboot: update the .bbappend following meta-initramfsAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2013-10-09ipaq-boot-params: h3600: use ttySA0 as default paramAndrea Adami
These machines use ttySA0,115200n8 (SA1100). Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2013-10-03nandlogical: remove unnecessary EXTRA_OEMAKEAndrea Adami
This is cruft from development: the recipe simply calls klcc Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2013-09-30nandlogical: move to 1.1.0 and add BBCLASSEXTEND for the klibc versionAndrea Adami
Remove nandlogical-klibc recipe Sync PV to 1.1.0 like the source tarball Remove PR Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2013-09-30kexecboot-klibc: remove stale bbappendAndrea Adami
The recipe is now using BBCLASSEXTEND = "klibc" Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2013-05-22ezxd: Add LIC_FILES_CHKSUM to recipe and -fPIC to CFLAGSKhem Raj
This recipe has been failing to build. With this patch it now builds. build tested for beaglebone Signed-off-by: Khem Raj <raj.khem@gmail.com> CC: Paul Eggleton <paul.eggleton@linux.intel.com>