summaryrefslogtreecommitdiffstats
path: root/recipes/angstrom
AgeCommit message (Collapse)Author
2010-08-05angstrom-uboot-scripts: fixed tests for revisionjkridner@beagleboard.org
Tests in u-boot scripts require the 'test' function. Signed-off-by: Jason Kridner <jkridner@beagleboard.org> Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-08-03opkg recipe overhaul - removal of opkg-nogpg and opkg-nogpg-nocurl.Graham Gower
None of the distros in OE appear to want/need gpg or curl support in opkg; so have opkg.inc remove them by default. This diff makes things more consistent across all distros/tasks/images. The slugos recipe is kept intact and further divided from the more modern recipes. The opkg-native recipe is the sane-srcrev version even when building slugos, which should allow for changes to opkg related bbclasses without breaking the slugos build. Build tested for qemumipsel/minimal-image and nslu2/slugos-image. minimal-image builds 10% quicker in my setup and is 1mb smaller. Signed-off-by: Graham Gower <graham.gower@gmail.com> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-03angstrom-uboot-scripts: bump PRKoen Kooi
2010-08-03angstrom-uboot-scripts: added default boot scriptsjkridner@beagleboard.org
Added default boot scripts for the BeagleBoard validation image. Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-07-24angstrom-gpe-task-settings: remove gpe-packageKoen Kooi
2010-06-18angstrom-version: add lsb_release scriptKoen Kooi
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-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-07angstrom-uboot-scripts: Added various resolutionsJason Kridner
Also added a ramdisk configuration with mem= statements.
2010-06-07angstrom-uboot-scripts: Added an EDID read scriptJason Kridner
This is just for example purposes so that it is documented how to read the EDID from within u-boot.
2010-06-06angstrom-uboot-scripts: Used beaglerev variableJason Kridner
Added use of 'beaglerev' into the linuxtagdemo boot scripts.
2010-06-06angstrom-uboot-scripts: Added some new scriptsJason Kridner
esc-sxga.cmd: Simple 1280x1024 setup mtest.cmd: Execute a memory test around the CS0/CS1 boundary ramdisk.cmd: Boot a 32MB ramdisk.gz file system
2010-06-06angstrom-uboot-scripts: fixed file permissionsJason Kridner
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-05-28angstrom-uboot-scripts: Add linuxtag demo with picodlp configRoger Monk
Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-05-27angstrom-uboot-scripts: Add linuxtag demo scriptRoger Monk
Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-05-27angstrom-uboot-scripts: Change installdir to /boot and rename configsRoger Monk
* Install the scripts into /boot instead of datadir * Install the original .txt's files as well as .scr's so that users can use target mkimage to rebuild/modify/recreate * Rename configs for consistency Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-05-06angstrom-uboot-scripts: add some moreKoen Kooi
2010-05-05angstrom: add TARGET_SYS to /etc/angstrom-versionKoen Kooi
2010-05-05e-wm-config-angstrom: remove exebuf and msgbus_langKoen Kooi
2010-05-03angstrom feed configs: disable sdk feed by defaultKoen Kooi
2010-04-26angstrom-feed-configs: add sdk feedKoen 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-03-26angstrom-uboot-scripts: enable triple buffering for dsplink script, fixes ↵Koen Kooi
tearing when using SGX
2010-03-12angstrom-uboot-scripts: add scripts for using pico DLP + DSP and gumstix ↵Koen Kooi
palo43 + DSP
2010-03-09angstrom-led-config: Add LED setup for the ts72xx and bump PRPetr Štetiar
Signed-off-by: Petr Štetiar <ynezz@true.cz> Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-02-12omap3-mkcard.bb : add a recipe for mkcard.sh so we can install on targetsGraeme Gregory
2010-02-11angstrom-uboot-scripts: add more samplesKoen Kooi
2009-12-09angstrom-led-config: Add LED setup for the cm-t35 and bump PR.Mike Rapoport
Signed-off-by: Mike Rapoport <mike@compulab.co.il>
2009-11-25angstrom feed configs: rrecommend opkg-nogpg-nocurlKoen Kooi
2009-11-02angstrom uboot scripts: change to mem=99M for omap3 since gst-ti is less ↵Koen Kooi
hungry nowadays
2009-10-29angstrom-uboot-scripts: add more scriptsKoen Kooi
2009-10-29angstrom-gpe-task-settings: remove comman-appletKoen Kooi
2009-10-28angstrom-led-config: Add LED setup for the omap3-pandora and bump PR.David-John Willis
2009-09-07angstrom-uboot-scripts: add recipe to generate .scr files easilyKoen Kooi
* the recipe puts them both in deploy and in ${datadir}/u-boot-scripts
2009-07-17e-wm config angstrom: fix RDEPENDS usageKoen Kooi
2009-06-19angstrom-x11-base-depends: Bump PR to get new XSERVER for spitz and akita.Stanislav Brabec
2009-06-18e-wm config angstrom: add PACKAGES_DYNAMICKoen Kooi
2009-06-18e-wm config angstrom: add config for touchscreen devices (illume based)Koen Kooi
2009-06-18e-wm config angstrom: update widescreen configKoen Kooi
2009-06-17e-wm config angstrom: add support for more flavoursKoen Kooi
* also automagically package flavours
2009-06-09e-wm config angstrom: remove spurious linebreaks, the wizard has a wider ↵Koen Kooi
textbox nowadays
2009-06-05enlightenment: bump SRCREV in anticipation of new snapshot coming friday * ↵Koen Kooi
systray is now part of e-wm, so adjust metadata * use lib-glibc override now it exists * fix upgrade paths for eina * fix upgrade paths for evas * fix upgrade paths for edje
2009-05-31angstrom-gpe-task-base: bump PRKoen Kooi
2009-05-27angstrom-led-config: add sheevaplug supportKoen Kooi
2009-05-10angstrom-gpe-task-base: move themes to RRECOMMENDSKoen Kooi
2009-04-17e-wm-config-angstrom: connman module is disabled in recent builds, so don't ↵Koen Kooi
try to load it
2009-04-17angstrom, exquisite, psplash, opkg, angsrtom-images, sysvinit: abstract splashCarsten Haitzler (Rasterman
this abstracts psplash to be generic. now as long as something provides a splashfuncs file that sysvinit (and other scripts) can source, and all the approproate init hooks to start the splash etc. you can use psplash, exquisitie, usplash or anything that tickles your fancy. this moves splash toa ${SPLASH} variable to include in your image (or override). the default in angstrom is psplash - unless you override it. opkg also runs a configure script that cna take forever - and so this speically sends off some splash commands (if there) to let you know the systme is alive and working (but just busy). this is one commit as if this breaks things you either want to fix the minor break or totally revert the whole patch. i hope it didn't break anything.
2009-04-16exquisite-theme-angstrom: import needed files after rasterman fixed the imagesKoen Kooi