aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-09-09jlime-opie: removePaul Eggleton
This is ancient, JLime hasn't supported Opie for a very long time. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-09-09packagegroup-*: fix/tidy up for inherit of packagegroup.bbclassPaul Eggleton
* Move PACKAGE_ARCH setting after the inherit (or it won't work) * We don't need to set LIC_FILES_CHKSUM anymore Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-09-09packagegroup-*: add RPROVIDES/RREPLACES/RCONFLICTSPaul Eggleton
Allow upgrades from previous task packages. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-09-09packagegroup-opie-toolchain-host-nativesdk: rename to nativesdk-Paul Eggleton
As per naming convention change in OE-Core. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-09-09Rename task -> packagegroupPaul Eggleton
This matches the new naming scheme in OE-Core. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-09-05task-opie-toolchain-host-nativesdk: fix for task -> packagegroup renamePaul Eggleton
Fixes parsing for the recent change in OE-Core. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-09-04task-opie: Adjust for nativesdk renamingKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-08-12task-opie-16mb: use 240x320 not 320x240 imagesPaul Eggleton
opie-taskbar-images-320x240 is a dummy PROVIDES and never actually gets produced; in any case the correct resolution for the machines this is designed for (e.g. collie, h3600) is 240x320. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-08-12opie-sysinfo: split out machine-specific imagesPaul Eggleton
This saves ~600k of space on the target by only installing the image appropriate for the machine. If there is no specific image then the opie-sysinfo-images package will be empty and not produced, which is OK since opie-sysinfo only RRECOMMENDS it. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-08-12libetpan: removePaul Eggleton
libetpan has recently been added to meta-oe, so we don't need it here anymore. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-08-12opie-taskbar-images: allow re-exec of do_installPaul Eggleton
If do_install is rerun a second time we don't want it to fail because the image files have already been renamed, so just skip the rename in that case. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-08-12gnuplot: removePaul Eggleton
A newer version of gnuplot is provided in meta-oe now, so remove it and all related files here. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-08-12libsdl-qpe: add missing patches from OE-ClassicPaul Eggleton
Fixes related warnings during parsing. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-08-12kaffe: add missing patch from OE-ClassicPaul Eggleton
Fixes related warning during parse. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-08-12snes9x-sdl-qpe: use FILESEXTRAPATHS instead of FILESPATHPKGPaul Eggleton
Fixes the following warning during parse: WARNING: Unable to get checksum for snes9x-sdl-qpe SRC_URI entry compile.patch: file could not be found Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-08-12snes9x: remove X11-based recipePaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-08-01opie-libqrsync: avoid QA issuePaul Eggleton
Avoid staticdev QA issue for this recipe by using INSANE_SKIP. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-08-01Fix whitespace issuesPaul Eggleton
Ensure we use only four spaces in all python functions; this avoids warnings and errors triggered by the recent cleanup in OE-Core. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-07-19qpegps: fix proto -> protocolPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-05-30hotplug-qcop: removePaul Eggleton
hotplug is no longer used with modern Linux - we don't include hotplug-qcop anywhere and I don't expect we ever will again, so let's just remove it. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-05-30uqtreader: removePaul Eggleton
This recipe was intended to build a hacked Qt 4 version of opie-reader, however meta-opie itself only supports the Qt 2 version of opie-reader; this recipe can be put into another layer if it is still useful. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-05-20opie-image: pull in task-basePaul Eggleton
task-base pulls in a lot of items right now but most of it is dictated by DISTRO_FEATURES and MACHINE_FEATURES which we really need to be honouring. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-05-20Fix unqualified LICENSE for core recipesPaul Eggleton
Fix unqualified "GPL" and "LGPL" values in the LICENSE field for core Opie recipes. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-05-20preferred-opie-git-versions.inc: update to latest git versionPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-05-20Fix Opie Git recipes to use SRCPVPaul Eggleton
Using SRCPV we get e.g. 1.2.5+git1+... and the number will increment when OPIE_SRCREV changes, ensuring that the version number doesn't go backwards (although it will once for this change if you have existing packages beforehand, unfortunately). Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-05-20task-opie-apps: remove opie-euroconvPaul Eggleton
opie-euroconv isn't much use these days and will be replaced by opie-currconv in 1.2.6. Thus, for now, remove it from task-opie-apps so it doesn't cause problems when building with the git recipes. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-05-20opie-taskbar: fix git version for upstream changesPaul Eggleton
Fix for changes in current git master; in particular, ensure we enable the sync protocol v2 in the launcher. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-05-20opie-alarm: fix git version for upstream changesPaul Eggleton
The OPIE_BINDIR part of this patch is now upstream so we can remove it from the git version. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-05-20libqpe-opie: remove citytime-path patch from git versionPaul Eggleton
citytime-path-2.patch has now been merged upstream. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-05-20opie-connmanapplet/opie-connmansettings: addPaul Eggleton
Add recipes for new Opie ConnMan frontend. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-05-20opie-currconv: add new recipePaul Eggleton
This application replaces opie-euroconv for the next version of Opie. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-04-23opie-init: fix missing inherit of palmtop-defsPaul Eggleton
This recipe refers to palmtopdir but unfortunately got missed when the definition was moved to palmtop-defs as the searches I was using at the time explicitly excluded files containing "inherit opie", which the .inc file did except it was commented out. Also remove the commented out "inherit opie" line as it serves no purpose and might lead to the same mistake happening again. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-02-29opie-packagemanager: fix a couple more quoting issuesPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-02-28meta-opie: Fix quoting errors found by latest bitbakeKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-02-25Set a default OPIE_GIT_PV to avoid parse errorsPaul Eggleton
If the user has not included the Opie git versions inc file (conf/distro/include/preferred-opie-git-versions.inc) then we need to set a default value for OPIE_GIT_PV to avoid parsing errors. (If the user has neglected to include any file from conf/distro/include then they will get a warning during parsing from libqpe/libqpe-opie.inc.) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-02-24qwt: rename to qwt-qt2Paul Eggleton
This was unintentionally overlaying qwt from meta-oe and breaking builds of Qt4 applications that expect to use qwt from there. Since we don't actually need it for anything in meta-opie, rename it so that it does not overlay the Qt4 version. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-01-08classes: add palmtop-defs.bbclassPaul Eggleton
The Opie-related definitions are about to be removed from bitbake.conf in OE-Core, so create a palmtop-defs.bbclass which can be used to hold these and make every recipe that refers to any of these definitions inherit it. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-01-08opie-mediaplayer2-skin-*: use common inc filePaul Eggleton
Move all common definitions to a single .inc file and abstract away differences using a SKINNAME variable. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-12-24opie-pimconverter: remove sqlite dependenciesPaul Eggleton
The pimconverter application no longer needs to launch the sqlite command line utility and does all SQL operations via libopiedb2, so remove sqlite from DEPENDS / RDEPENDS. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-12-16classes: rename oeclass -> bbclass in commentsPaul Eggleton
oeclass was the old extension for bbclass files. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-12-13obexftp: fix LICENSE fieldDmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2011-12-13preferred-opie-git-versions.inc: update to latest git versionPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-12-13opie: fix SDK generationDmitry Eremin-Solenikov
Fix SDK generation. Include correct version of tools, set up environment for the linux-oe-g++ qmake spec. qmake still has some room for improvement to add automatic handling of (e.g.) thread/non-threaded config, opie-related defines, etc. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2011-12-13libopie2: make libopie2-dev package installableDmitry Eremin-Solenikov
For now libopie2-dev package depends on libopie2 package which doesn't exist: libraries are split into the individual packages. Fix that by making libopie2-dev depend on all generated library packages. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2011-12-13opie-button-settings: make whole recipe a machine-onlyDmitry Eremin-Solenikov
Currently bitbake spills warnings on opie-button-settings recipe containing machine packages, while being non-machine one. Disable this warning by replacing all PACKAGE_ARCH_xxx stuff with a single PACKAGE_ARCH = "${MACHINE_ARCH}" Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2011-12-13task-opie, task-opie-16mb: make whole recipe a machine-onlyDmitry Eremin-Solenikov
Currently bitbake spills warnings on task-opie and task-opie-16mb recipes containing machine packages, while being non-machine ones. Disable this warning by replacing all PACKAGE_ARCH_xxx stuff with a single PACKAGE_ARCH = "${MACHINE_ARCH}" Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2011-12-13qmake: do also provide nativesdk variantDmitry Eremin-Solenikov
Opie SDK needs nativesdk version of qmake package. To achieve this, replace qmake-native with qmake recipe, which can be built both as virtclass-native and virtclass-nativesdk. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2011-12-13uicmoc: do also provide nativesdk variantDmitry Eremin-Solenikov
Opie SDK needs nativesdk version of uicmoc package. To achieve this, replace uicmoc-native with uicmoc recipe, which can be built both as virtclass-native and virtclass-nativesdk. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2011-12-09Fix LIC_FILES_CHKSUM for change to common LGPL-2.0 license filePaul Eggleton
The LGPL-2.0 file in OE-core has been changed in OE-core commit 558b5043e1d5a36caff137093fd04abcf025af1c, so update the checksums pointing to it. (For reference, you should avoid pointing to common license files in LIC_FILES_CHKSUM in this way because it provides no protection against unexpected upstream license changes, which is what this variable is supposed to do; plus it can break in exactly this way.) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-18task-opie: reverse default display width/heightPaul Eggleton
240x320 is a more appropriate default screen size for a typical Opie target PDA device. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>