aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp
AgeCommit message (Collapse)Author
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>
2012-12-04kexecboot-handhelds.inc: fix typo in previous commitPaul Eggleton
One too many hyphens. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-12-04kexecboot-handhelds.inc: Add explicit support for 16 bit displays.Marko Katic
All machines referenced in kexecboot-handhelds.inc have 16 bit displays. Kexecboot will by default enable support for 1,2,4,16,18,24 and 32 bit displays. Add compile time options that only enable 16 bit support for these machines. This should slightly reduce the size of the kexecboot binary. Signed-off-by: Marko Katic <dromede.gmail.com>
2012-11-10kbdd: add from OE-ClassicPaul Eggleton
* Fix stripped file QA warning * Use SRCREV instead of SRCDATE when fetching sources from svn * Add LIC_FILES_CHKSUM * Move packaging definitions to the end * Ensure postinst scripts apply only for the main package Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-10-13encdec-updater: remove NATIVE_INSTALL_WORKSPaul Eggleton
This variable is no longer used with OE-Core. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-08-12zaurusd: remove dependency on procpsPaul Eggleton
With a little tweaking we don't need procps; we can rely on what busybox provides. If nothing else requires procps this saves some space on the target. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-07-19recipes: svn SRC_URI s/proto=/protocol=/gMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-07-12formfactor: fix sed expressionAndrea Adami
* a last-minute check was added...with a missing '*' * don't add newline so we can easily test -s Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2012-07-11formfactor: add machine-specific /etc/rotation for psplashAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2012-05-20zaurusd: add uinput kernel module to RRECOMMENDSPaul Eggleton
tskeys needs the uinput kernel module to function. Also move the RDEPENDS line down to the end where it belongs. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-04-23zaurus-installer: use linux-yocto-tiny-kexecboot kernelAndrea Adami
* bump PR Signed-off-by: Andrea Adami <andrea.adami@gmail.com>