aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ezx
AgeCommit message (Collapse)Author
2010-06-20ezx: rename ezx-boot-usb recipe to moto-boot-usb, use gitAntonio Ospite
boot_usb is now named moto-boot-usb and is hosted on git.openezx.org, move recipes/ezx/ezx-boot-usb-native_svn.bb to recipes/ezx/moto-boot-usb-native_git.bb and fix it. Signed-off-by: Antonio Ospite <ospite@studenti.unina.it> Acked-by: Michael 'Mickey' Lauer <mlauer@vanille-media.de>
2010-06-20ezx: replace ezx-gen-blob_svn.bb with ezx-gen-blob_git.bbAntonio Ospite
gen-blob is now at git.openezx.org, replace the old svn recipe with one which fetches the code from the git repository. Signed-off-by: Antonio Ospite <ospite@studenti.unina.it> Acked-by: Michael 'Mickey' Lauer <mlauer@vanille-media.de>
2010-06-04ezx-boot-usb-native: bump SRCREVAntonio Ospite
This newer revision fixes flashing to NOR. Signed-off-by: Antonio Ospite <ospite@studenti.unina.it> Acked-by: Koen Kooi <koen@openembedded.org>
2010-06-04ezx-gen-blob: bump SRCREVAntonio Ospite
The new version can now be compiled with OE with no problems, previously the size of the binary produced with the toolchain from OE was too big to be flashed. Signed-off-by: Antonio Ospite <ospite@studenti.unina.it> Acked-by: Koen Kooi <koen@openembedded.org>
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson
For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson
I think this makes the behavior rather more clear. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-04-02sane-srcrevs: move SRCREVs to recipesMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-26ezx: update ezxd version and ezxd.init scriptAntonio Ospite
Newer kernels have drivers for BP interaction built as modules, add the loading sequence in ezxd.init. Fix also the recipe so that the CC and CROSS variables do not interfere with the crosscompiler from OE. Signed-off-by: Antonio Ospite <ospite@studenti.unina.it> Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
2010-03-26ezx: update ezx-boot-usb-native versionAntonio Ospite
Fix also ezx-boot-usb-native_svn.bb as the code now resides in a 'src' subdirectory. Signed-off-by: Antonio Ospite <ospite@studenti.unina.it> Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
2009-11-17svn recipes: change +svnr${SRCREV} +svnr${SRCPV}Martin Jansa
* Just formal change * No need to bump PE or PR Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-08-02ezxd_svn: Honour LDFLAGS to avoid QA GNU_HASH error.Stefan Schmidt
2009-06-26many files: Introduction of virtual/libusb0 provided by libusb or libusb-compat:Stanislav Brabec
* for more see http://lists.linuxtogo.org/pipermail/openembedded-devel/2009-June/012217.html
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>