aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tasks
AgeCommit message (Collapse)Author
2010-07-06task-shr-feed: add xf86-video-fbdevSebastian Krzyszkowiak
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-06-22task-sdk-gnuradio-native : Add a SDK for building GNU Radio natively on devices.Philip Balister
2010-06-20task-shr-feed: add unixbenchMartin Jansa
2010-06-17foxtrotgps: add recipe for FoxtrotGPS 0.99.4Joshua Judson Rosen
* also add it to shr feeds Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-16task-sdk-base: drop ipkg-dev from list of packagesDmitry Eremin-Solenikov
As per discussion on oe-devel, drop ipkg-dev from list of task-sdk-base deps. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2010-06-16Revert "task-sdk-base: replace ipkg-dev with virtual/opkg-dev"Dmitry Eremin-Solenikov
This reverts commit eeffe0a6eee97604679cf9a3cf40ed4604ae6493. Per request from Koen Kooi, as this breaks task-sdk-native, etc. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Acked-by: Graeme Gregory <dp@xora.org.uk> Acked-by: Philip Balister <philip@balister.org>
2010-06-16task-sdk-base: replace ipkg-dev with virtual/opkg-devDmitry Eremin-Solenikov
ipkg is long EOL. However task-sdk-base still tries to pull it in via ipkg-dev dependency. Then it clashes with opkg pulled in via DISTRO_FEED_CONFIGS and so building of meta-toolchain-gpe,-opie, etc. fails. This fix allows me to build those sdks w/o any problems. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2010-06-14recipes: bump PR/INC_PR for packages changed in ↵Martin Jansa
RDEPENDS/RRECOMMENDS/RSUGGESTS/RPROVIDES/RCONFLICTS/RREPLACES cleanup add PR = r1 to recipes not including any .inc file Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-11SlugOS: task-slugos.bb - Adjust packages to fit in available flash space.Mike Westerhof
Install only sshd and keygen, rather than the full ssh package, and (temporarily) remove the RAID/mdadm support. Necessary to make space in the flash filesystem until the root cause (util-linux-ng bogus dependency issue) is located and fixed.
2010-06-10recipes: bump PR/INC_PR for packages changed in ↵Martin Jansa
RDEPENDS/RRECOMMENDS/RSUGGESTS/RPROVIDES/RCONFLICTS/RREPLACES cleanup * only 769 from 1102 recipes were covered by automatic PR bump, list of remaining 333 recipes not using PR/INC_PR is available for manual PR add or INC_PR conversion - volunteers? http://build.shr-project.org/tests/jama/files.not.PR.bumped * just echo 'PR = "r1"' to recipes without any PR/INC_PR is not so good idea without manual check, because sometimes they rely on PR set in their .inc file and "r1" could make it go backwards Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-10recipes: conform to OE packaging guidelines with ↵Martin Jansa
RSUGGESTS/RPROVIDES/RCONFLICTS/RREPLACES * even worse than last RDEPENDS/RRECOMMENDS change, because now ie: opkg info coreutils-doc Provides: textutils, shellutils, fileutils Replaces: textutils, shellutils, fileutils Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Roman I Khimov <khimov@altell.ru>
2010-06-03task-proper-tools: Add netkit-telnetStefan Schmidt
2010-06-03recipes: conform to OE packaging guidelines with RDEPENDS/RRECOMMENDSMartin Jansa
* there is probably very few cases when it's needed without _${PN}, if you find one in attached patch, please enlighten me * usually we want those only for ${PN} not for all ${PACKAGES} ie ${PN}-dev, ${PN)-doc etc * there is a check for this in recipe-sanity.bclass * there is maybe few possible fixes also in bbclasses cpan-base.bbclass:RDEPENDS += "${@["perl", ""][(bb.data.inherits_class('native', d))]}" distutils-base.bbclass:RDEPENDS += "python-core" gtk-icon-cache.bbclass:RDEPENDS += "hicolor-icon-theme" image.bbclass:RDEPENDS += "${IMAGE_INSTALL} ${IMAGE_BOOT}" module.bbclass:RDEPENDS += "kernel (${KERNEL_VERSION}) update-modules" ?opie_i18n.bbclass: rdepends = bb.data.getVar("RDEPENDS", d, 1) ?opie_i18n.bbclass: bb.data.setVar('RDEPENDS_%s' % x[0].lower(), pn, d) ?opie_i18n.bbclass: bb.data.setVar('RDEPENDS', rdepends, d) rubyextension.bbclass:RDEPENDS += "ruby" Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <k-kooi@ti.com>
2010-06-02task-sdk-native: and fix typo, also reported by MartinKoen Kooi
2010-06-02task-sdk-native: conform to OE packaging guidelines, spotted by Martin JansaKoen Kooi
2010-06-02task-sdk-native: add cvs to RRECOMMENDS for autopointKoen Kooi
2010-05-31task-shr-feed: add omhacksJussi Timperi
Signed-off-by: Jussi Timperi <jussi.timperi@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-16task-cli-tools: add nmonMichael 'Mickey' Lauer
2010-05-10task-shr-feed: add emacs-x11 and set P_V to 23.1Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-08task-beagleboard-demo: remove e-wm-config-angstrom-touchscreenKoen Kooi
2010-05-03task-shr: replace mokonnect with iliwiMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-02task-x11: add variable for common files provider selectionMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-30task-shr-feed: add dbus-daemon-proxyKlaus Kurzmann
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-04-29task-cli-tools: add dbus-daemon-proxyMichael 'Mickey' Lauer
2010-04-29task-shr-feed: add spojegui appMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-24task-cli-tools-debug: add mkdumpMichael 'Mickey' Lauer
2010-04-23angstrom-task-lxde: add tasks to base an LXDE image onKoen Kooi
2010-04-22task-shr-minimal: drop fso-abyss from RDEPENDS (not needed with fsogsmd)Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-22task-shr-feed: drop fso-abyss and mokokoMartin Jansa
* fso-abyss is not needed with fsogsmd * mokoko is broken after last EFL bump and pretty much dead Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-19angstrom-task-gnome: make task-gnome-apps optionalKoen Kooi
2010-04-19task-shr-feed: add linphone and iliwiMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-17task-cli-tools: move some tools to the -debug subpackageMichael 'Mickey' Lauer
2010-04-14angstrom-task-gnome: bump PRKoen Kooi
2010-04-13task-shr-minimal.bb: remove pisiKlaus Kurzmann
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-04-13angstrom-task-gnome: also ship 'gnome-open'Koen Kooi
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa
* fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-12task-arago-toolchain-dvsdk-host: convert to SOC_FAMILYKoen Kooi
Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12meta-toolchain-dvsdk: replace with arago versionKoen Kooi
Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-08task-base: change the 'set' logic to work a bit betterChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-04-08angstrom-task-gnome: add modemmanagerKoen Kooi
2010-04-08angstrom-task-gnome: add gnome-mountKoen Kooi
2010-04-04illume-keyboards-shr_git.bb: Add package for finnish keyboardJussi Timperi
Signed-off-by: Jussi Timperi <jussi.timperi@gmail.com> Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-04-03task-cli-tools: add mioctl to -debugMichael 'Mickey' Lauer
2010-04-02task-shr-feed: add thoneMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-31task-proper-tools: added more applicationsMarcin Juszkiewicz
Part of work was done by Martyn Welch, part by me. Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
2010-03-29task-shr-feed: add libyaml-perl and libnet-dbus-perl as requested in SHR ↵Thomas Zimmermann
Bug: #998 Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
2010-03-24task-shr-minimal-fso: add fso-gpsd as it was removed from task-fso2-complianceThomas Zimmermann
Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
2010-03-19tasks: remove etk/epsilon from task recipesMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-19task-shr-feed: add shr-theme-02Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-18task-shr-feed: add neolightMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>