summaryrefslogtreecommitdiffstats
path: root/recipes/tasks
AgeCommit message (Collapse)Author
2009-11-02ti-demo-x11-image: add task and image for build x11 based demo image for TI ↵Brijesh Singh
platforms.
2009-11-02task-gstreamer-ti: do not install gst-ti on am3517 platformBrijesh Singh
2009-10-29task-beagleboard-demo: switch to nm-applet and abiword-metaKoen Kooi
2009-10-27task-xfce46-extras: Don't try and ship themes that are not in 4.6David-John Willis
2009-10-27XFCE: Import all the 4.6.1 recipes (and a newer version of xfce-terminal).David-John Willis
2009-10-22angstrom task gnome: remove non-building uim bitKoen Kooi
2009-10-22angstrom-task-gnome: various tasks or a GNOME desktop based imageKoen Kooi
2009-10-22task-cli-tools: add serial-forward; bring back ltraceMichael 'Mickey' Lauer
2009-10-21many recipes: Recipes must not depend on gconf-dbus directly, only dbus can ↵Stanislav Brabec
be referred: * Only PREFERRED_PROVIDER_gconf in distro definition can refer to gconf-dbus. * Both gconf-dbus and gconf provide than same interface. * New gconf packages already provide defaults settings via dbus. * Increment PR to rebuild against correct package.
2009-10-21Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Koen Kooi
into org.openembedded.dev
2009-10-21task-fso2-compliance: add libfsoresource and fsogsmdMichael 'Mickey' Lauer
2009-10-21task-perl-module-all: switch it to RRECOMMENDSKoen Kooi
2009-10-14task-perl-module-all: add a task that includes all perl modulesSteve Sakoman
2009-10-01task beagleboard demo: add mplayer hackKoen Kooi
2009-09-21task-base: remove rt3070 again, it needs wifi support to be enabled in the ↵Koen Kooi
kernel
2009-09-21omap3-touchbook: drag in rt3070 driver using task-baseKoen Kooi
2009-09-19fso2-console-image: new recipe for fso2-complianceMichael 'Mickey' Lauer
2009-09-11task-native-sdk: fix upgrade paths after task renamingKoen Kooi
2009-09-10images: Rename native-sdk-console-image.bb as native-sdk-image.bbKhem Raj
tasks: Rename task-native-sdk.bb as task-sdk-native.bb Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-09-03OpenEmbedded: Switch to using linux-uclibceabi and linux-gnu for TARGET_OSKhem Raj
* Bump the ABI_LAYOUT. Build from scratch will be needed. * Replace using TARGET_OS from linux->linux-gnu. * Replace using linux-uclibcgnueabi->linux-uclibceabi. * Add 'eabi' to DISTRO_FEATURES (only for minimal and micro). * Use eabi and BASE_PACKAGE_ARCH to compute real TARGET_OS. * Fix the micro conf to get console image building. * Fix the linux-uclibcgnueabi overrides in all recipes. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Phill Blundell <pb@reciva.com> Acked-by: Michael 'Mickey' Lauer <mickey@vanille-media.de>
2009-09-03task-cli-tools[-python]: factor python-based cli tools out of common recipe ↵Michael 'Mickey' Lauer
to improve build time for those who don't need/want any of the python-based ones.
2009-09-01task-sdk-base: Use virtual libc development package to use the selected libc ↵Florian Boor
instead of pulling in glibc.
2009-08-19Let the distro control whether we include hostap or madwifi.Chris Larson
- Add base_ifelse convenience function to base.bbclass. - Replace all conditionals in the recipes relating to hostap and madwifi to look for their name in COMBINED_FEATURES rather than looking for specific buses (pci, pcmcia). - Change the default COMBINED_FEATURES to enable: - madwifi, when: - distro has pci, wifi, and madwifi in its features - machine has pci in its features - hostap, when: - 'wifi' and 'hostap' are in distro features - either 'pci' or 'pcmcia' are in both distro and machine features Signed-off-by: Chris Larson <clarson@mvista.com>
2009-08-18task-mamona.bb, xtscal.inc: DEPEND on libxcalibrate instead of xcalibrate.Stanislav Brabec
2009-08-12task-self-hosting: use task-native-sdk, req pythonMarcin Juszkiewicz
2009-08-12task-self-hosting: do not use Monotone, OE switched to GITMarcin Juszkiewicz
2009-08-10task-beagleboard-demo: make gnash armv7a specific since it's using boost ↵Koen Kooi
atomic ops which are missing for pre-v7 arms
2009-08-09task-qte-toolchain-target: Do not install the full qt4-embeddedHolger Hans Peter Freyther
Do not install debug packages and examples making the SDK a bit smaller.
2009-08-07freesmartphone: catch up with milestone5.5 and SHR/importMichael 'Mickey' Lauer
2009-07-31task-beagleboard-demo: remove exhibitKoen Kooi
2009-07-01task-sugar-sucrose: new recipe for a complete sugar environmentElena Grandi
2009-06-24task-opie: make inclusion of irda and bluetooth tasks contingent upon ↵Rolf Leggewie
COMBINED_FEATURES
2009-06-18Revert "linux-2.6.29: add a default kernel for tqm8540"Koen Kooi
This reverts commit f1cc64d92cc4023fe8180dc0079d010eec0d71b0.
2009-06-18task-beagleboard-demo: add more e-wm configsKoen Kooi
2009-06-18linux-2.6.29: add a default kernel for tqm8540Dmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2009-06-13task-gpe-settings: remove xmonobut, unbuildable and nothing to do with ↵Phil Blundell
settings anyway
2009-06-13task-gpe: remove xmonobut since SRC_URIs for both versions are unfetchablePhil Blundell
2009-06-09task-qte-toolchain: added mkspecs and new qt4-tools-sdk recipeIhar Hrachyshka
Added mkspecs, qt4-tools to toolchain tasks (now meta-toolchain-qte works ok). Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com> Acked-by: Tom Rini <trini@embeddedalley.com> Acked-by: Denys Dmytriyenko <denis@denix.org>
2009-06-09meta-toolchain-qte: initial qt embedded toolchain versionIhar Hrachyshka
This version doesn't include qt tools yet so it is not ready to create crossed qt applications. Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com> Acked-by: Tom Rini <trini@embeddedalley.com> Acked-by: Denys Dmytriyenko <denis@denix.org>
2009-06-06task-beagleboard-demo: include gnome-bluetoothKoen Kooi
2009-06-05task-beagleboard-demo: 'kernel-modules' currently has all the firmware alreadyKoen Kooi
2009-06-05task-beagleboard-demo: add linux-firmware filesKoen Kooi
2009-05-29task-sdk-extra: pull in missing libxiFlorian Boor
2009-05-29task-sdk-extra: Replace some oldstyle X bits with new components. This helps ↵Florian Boor
to keep toolchain and filesystem in sync and avoids messing up staging.
2009-05-19task-proper-tools: added few extra packagesMarcin Juszkiewicz
2009-05-19task-proper-tools: sort alphabeticallyMarcin Juszkiewicz
2009-05-10SlugOS: remove bluez 3 from the package feeds; won't build with newerMike Westerhof
kernel headers.
2009-05-03SlugOS: make some of the image dependencies machine-specific.Mike Westerhof
2009-04-30SlugOS: refactor slugos images and tasks to support a standard and extended ↵Mike Westerhof
image.
2009-04-24python-evas: make sure all headers are staged for dependenciesAngus Ainslie