aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-opie/tasks
AgeCommit message (Collapse)Author
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-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-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>
2011-09-18task-opie: provide defaults for screen resolutionDmitry Eremin-Solenikov
Some machine confg files (most notably qemuarm) do not provide MACHINE_DISPLAY_WIDTH/HEIGHT_PIXELS values. Provide sane (QVGA) defaults for those variables, as they are currently used only to select taskbar images packet. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-17task-opie: remove opie-bluepin from task-opie-bluetoothPaul Eggleton
opie-bluepin is already in RDEPENDS for opie-bluetoothmanager for 1.2.5, and won't be available for versions after that. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-07-30Add LIC_FILES_CHKSUM to many recipesPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-07-30tasks: convert DOS line endingsPaul Eggleton
Somehow these files had DOS line endings in OE, convert them over to standard Unix. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-07-30Replace references to bluez-utils / bluez-libs with bluez4Paul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-07-30initial commit of meta-opiePaul Eggleton
Populate the repository with files from OpenEmbedded at revision 45edf621296daf150c72b876d720861235e5762e - no changes, only rearranged the directory structure to match the new oe-core style and added COPYING.MIT and README. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>