summaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone
AgeCommit message (Collapse)Author
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-05-23msmcommd: bump SRCREV to latest compatible with current cornucopia SRCREVMartin Jansa
2010-05-21cornucopia.inc: bump rev to get working fsonetworkd connection sharingKlaus Kurzmann
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-05-18freesmartphone: bump cornucopia SRCREV for fixed +CMT format and other fixesMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-17fsonetworkd_git.bb: add RDEPENDS for iptablesKlaus Kurzmann
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-05-17libframeworkd-glib: bump SRCREVMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-11freesmartphone: bump SRCREVs for more gprs fixes and direct sms deliveryMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-09fsoinitd_git.bb: new recipeKlaus Kurzmann
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-05-04libfso-glib_git.bb: bump PR to trigger rebuild for updated fso-specsKlaus Kurzmann
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-05-04cornucopia.inc: bump rev to get SMS reference id fix in fsogsmdKlaus Kurzmann
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-05-04fso-specs_git.bb: bump rev to get TimeReport signalKlaus Kurzmann
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-05-04frameworkd_git.bb: bump rev to get more opimd fixesKlaus Kurzmann
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-05-02opimd-utils_git.bb: bump revKlaus Kurzmann
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-05-02frameworkd_git.bb: bump rev for some opimd fixesKlaus Kurzmann
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-05-02fsoraw: add recipe for fsoraw rewritten in valaMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-02fsodeviced: make fsodeviced.conf files CONFFILESSebastian Krzyszkowiak
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-01freesmartphone: bump SRCREVs a bit for fixed pppMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-01cornucopia: move SRCREV to cornucopia.inc and update all recipes using thatMartin Jansa
* remove vars already set in cornucopia.inc Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-01freesmartphone: create python-helpers.inc, with shared variables and SRCREVMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-30fso-specs: Don't use PACKAGE_ARCH=all due to pkgconfig files.Tom Rini
Without this, we can't reuse TMPDIR for multiple arches. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-04-28libframeworkd-glib: bump SRCREV for DeviceStatus signalsMartin Jansa
2010-04-28frameworkd: bump SRCREV for opimd improvementsMartin Jansa
2010-04-28fsogsmd: add fsogsmd.conf files to CONFFILESMartin Jansa
* deep sleep and echo option will be changed on many target devices * can be removed as soon as there is two step lookup in fsobasics Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-28freesmartphone: bump SRCREV for latest fsogsmd: modem_ti_calypso tweaksMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-28frameworkd: bump SRCREVMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-28vala / freesmartphone: vala now also looks in the target directory for vapi ↵Michael 'Mickey' Lauer
files We can finally inherit autotools now and remove legacy staging
2010-04-26fsodeviced: add short preinst work-arroundMartin Jansa
* for opkg complaining that it cannot replace alsa-default dir (leftover from older fsodeviced) with new alsa-default symlink Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-26Revert "vala.bbclass and assorted recipes: create own task for installing ↵Martin Jansa
.vapi and .deps instead of using do_stage()" * This reverts commit a38e7ff2810e55455c7ff7b01d4882344b420e18. * It was discussed on oe-devel ML and ACKed by Mickey * Side effect of this was also: Everything rebuilt after it cannot be found when used later (NOTE: Couldn't find shared library provider for libfso-glib.so.0) and it's dropped from package RDEPENDS.
2010-04-26freesmartphone: bump SRCREV for reliable pppd with fsogsmdMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-26frameworkd: bump SRCREV for fixed "oneshot" vibration.Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-25frameworkd_git.bb: bump rev for fixed MissedCall signalKlaus Kurzmann
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-04-25vala.bbclass and assorted recipes: create own task for installing .vapi and ↵Michael 'Mickey' Lauer
.deps instead of using do_stage() This allows to move most FSO packages to new staging
2010-04-25frameworkd_git.bb: bump rev to get latest fixesKlaus Kurzmann
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-04-24mkdump: new recipe; kernel netlink and kobject message dumperMichael 'Mickey' Lauer
2010-04-23frameworkd_git.bb: bump rev to get message timestamp fixKlaus Kurzmann
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-04-22libframeworkd-glib_git.bb: bump rev to get fsogsmd compatability fixKlaus Kurzmann
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-04-21shr: bump SRCREVs for fsogsmd compatible versionsMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-21frameworkd: bump SRCREV for s/Notify/Changed/ in opreferencesdMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-21fsogsmd: install dbus activation file again for SHRMartin Jansa
2010-04-21fso: bump SRCREV for libfsotransport fixes (reliable GSM registration for om)Martin Jansa
2010-04-19freesmartphone: use SRCPV in git recipesMartin Jansa
* with PE bump * FSO people usually use fso-autorev.inc already, so this change won't change PV scheme Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-14fsotdld_git.bb: give it an initscriptKlaus Kurzmann
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-04-12fso-alsa: add new recipe; alsa diagnostic utilityMichael 'Mickey' Lauer
2010-04-12zhone2: add checksum for splash fileMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-12zhone2: add SRCREVMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-12zhone2: install init scriptMichael 'Mickey' Lauer
2010-04-09fso-specs: bumpMichael 'Mickey' Lauer
2010-04-09libfso-glib: bump as per spec bumpMichael 'Mickey' Lauer
2010-04-09msmcommd: bump SRCREV, needed for pushed FSO_CORNUCOPIA_SRCREV (fsogsmd)Martin Jansa