summaryrefslogtreecommitdiff
path: root/recipes
AgeCommit message (Collapse)AuthorFiles
2009-06-22iproute2: add new upstream versionDmitry Eremin-Solenikov3
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2009-06-19glibc-2.9: fix builds for arm-oabiDmitry Eremin-Solenikov4
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2009-06-19Merge branch 'org.openembedded.dev' of ↵Dmitry Eremin-Solenikov173
git://git.openembedded.org/openembedded into org.openembedded.dev
2009-06-19Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Koen Kooi1
into org.openembedded.dev
2009-06-19linux-omap-pm: add .6.29 recipe so the git one can move to 2.6.30Koen Kooi97
2009-06-19fann-2.0.0 : Add recipe for Fast Artificial Neural Network Library.Philip Balister1
This recipe stages the headers into /usr/include. This matches the Debian way, but not the Fedora way. Some adjustments will be needed for packages that use fann by including <fann/fann.h> Motivation provided by Elvis Dowson. Thanks!
2009-06-19Merge branch 'org.openembedded.dev' of ↵Jeremy Lainé74
ssh://git@git.openembedded.net/openembedded into org.openembedded.dev
2009-06-19glibc_2.[79].bb: remove extra quote from SRC_URI for powerpcJeremy Lainé2
2009-06-19linux-omap-pm git: start syncing with linux-omap non-pmKoen Kooi71
* also add dvsdk defines to omap3.inc
2009-06-19Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Koen Kooi3
into org.openembedded.dev
2009-06-19geoclue: update to 0.11.1 + gitKoen Kooi2
2009-06-19angstrom-x11-base-depends: Bump PR to get new XSERVER for spitz and akita.Stanislav Brabec1
2009-06-19lowpan-tools: bump git srcrevDmitry Eremin-Solenikov1
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2009-06-19u-boot: upgrade at91sam9g20ek from 2009.01 to 2009.06Dmitry Eremin-Solenikov2
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2009-06-19u-boot: drop PACKAGE_ARCH from individual recipesDmitry Eremin-Solenikov10
As PACKAGE_ARCH is now set in main u-boot file, drop it from all recipes. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2009-06-19u-boot: set PACKAGE_ARCH to MACHINE_ARCH in .incDmitry Eremin-Solenikov1
u-boot should be generated on per-machine base. Set PACKAGE_ARCH in .inc file so all u-boot's inherit it. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2009-06-19gstreamer-ti: fix build with non-external toolchainsKoen Kooi1
2009-06-19linux-2.6.29: add a default kernel for tqm8540Dmitry Eremin-Solenikov2
Now a correct commit, sorry for the previous attempt. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2009-06-19Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Koen Kooi5
into org.openembedded.dev
2009-06-19ti-dmai: bump SRCREV and fix path to cross-compilerKoen Kooi2
* calling compiler with their full path is bogus anyway
2009-06-19ruby: introduce SHRT_VER to follow recent restructuring of upstream FTP serverRolf Leggewie1
* update SRC_URI and checksums.ini
2009-06-18pax-utils-native: Install into layout_exec_prefix not layout_prefixTom Rini2
STAGING_BINDIR_NATIVE uses layout_exec_prefix so we need to install there.
2009-06-18xserver-kdrive-1300: Package xserver-kdrive-1.3.0.0 under another name to ↵Stanislav Brabec1
allow both in feed in parallel.
2009-06-18xserver-kdrive-common.inc: Introduce PKGN variable that allows to set ↵Stanislav Brabec1
package name base.
2009-06-19Make package_update_index_ipk proper task with lockingRoman I Khimov3
Parallel image builds race in package_update_index_ipk, so locking is needed and for a proper lock package_update_index_ipk needs to be a proper task. Acked-by: Tom Rini <trini@embeddedalley.com>
2009-06-18Revert "linux-2.6.29: add a default kernel for tqm8540"Koen Kooi7
This reverts commit f1cc64d92cc4023fe8180dc0079d010eec0d71b0.
2009-06-18ffmpeg git: lower default pref now that 0.5 covers arm and avr32 decently ↵Koen Kooi1
(go mru!)
2009-06-18e-wm config angstrom: add PACKAGES_DYNAMICKoen Kooi1
2009-06-18util-linux-ng: fix packaging for prefix=''Phil Blundell1
2009-06-18task-beagleboard-demo: add more e-wm configsKoen Kooi1
2009-06-18e-wm config angstrom: add config for touchscreen devices (illume based)Koen Kooi17
2009-06-18e-wm config angstrom: update widescreen configKoen Kooi3
2009-06-18linux-2.6.29: add a default kernel for tqm8540Dmitry Eremin-Solenikov7
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2009-06-18madwifi-ng: new snapshotDmitry Eremin-Solenikov1
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2009-06-18madwifi-ng: update the SRC_URI for snapshotsDmitry Eremin-Solenikov1
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2009-06-18libnl: fix compilation with new toolchainDmitry Eremin-Solenikov2
netlink-local.h demands limits.h to define several constants. Include it. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2009-06-18libgles-omap3: add recipe for .08 releaseKoen Kooi2
* the vrfb fixes aren't in this release, so remove the initscript that fixes those up
2009-06-18kexecboot: new SRC_URIAndrea Adami2
2009-06-17e-wm config angstrom: add support for more flavoursKoen Kooi25
* also automagically package flavours
2009-06-17linux-mini2440: Improve bad kernel configration a little bit. Makes wifi ↵Florian Boor2
(WN321G) and vfat work.
2009-06-17linux-mini2440: Update kernel recipes (merged from mini2440 OE git)Florian Boor2
2009-06-17linux-mini2440: update defconfig, enable wifi driverFlorian Boor1
2009-06-17busybox: fix up some recipes with custom SRC_URIsPhil Blundell4
2009-06-17Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Koen Kooi9
into org.openembedded.dev
2009-06-17fbprogress: make it work betterMarcin Juszkiewicz1
- images are kept in /usr/share/fbprogress - proper framebuffer is used - include paths and libraries to link with are given in recipe instead of makefile Signed-off-by: Marcin Juszkiewicz <marcin@buglabs.net>
2009-06-17uim: remove S definition from native recipeRolf Leggewie1
* as suggested by recipe_sanity * has probably become unnecessary with the introduction of BPN
2009-06-17kakasi: remove S definition from native recipeRolf Leggewie1
* as suggested by recipe_sanity * has probably become unnecessary with the introduction of BPN
2009-06-17busybox: make udhcpc script work in absence of legacy net-toolsPhil Blundell2
2009-06-17gnome-bluetooth: bump SRCREVKoen Kooi1
2009-06-17gnote: add 0.5.0Koen Kooi1