summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2009-04-06wireless-tools: Fix libiw/ifrename packages, bump PR.Tom Rini2
We weren't creating the above packages as we needed to use '=+' not '+=' here to take things from the default package. For these additional packages, add files with '=' not '+=' and we only need to add ${sysconfdir}/network to the base package glob. Also we need to run install-static to get libiw.a to be installed. Signed-off-by: Tom Rini <trini@embeddedalley.com>
2009-04-06meta-toolchain-gpe-sbox: Drop task-sdk-gpephone (to match m-t-gpe), bump PRTom Rini1
Acked-by: Florian Boor <florian.boor@kernelconcepts.de> Acked-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tom Rini <trini@embeddedalley.com>
2009-04-06meta-toolchain, canadian-sdk: Move C++ headers into the correct location, ↵Tom Rini9
bump PR A gcc that has sysroot support expects that the default C++ headers (iostream, etc) are in <toolchain prefix>/include/c++ while regular C headers are still in <toolchain prefix>/usr/include. Acked-by: Florian Boor <florian.boor@kernelconcepts.de> Acked-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tom Rini <trini@embeddedalley.com>
2009-04-06gcc-cross-sdk: Fix relocation of the toolchain and bump PR.Tom Rini15
There's two parts to this. The first is to make relative, not absolute symlinks for 'cpp', etc. The second is that we need to configure without --with-gxx-include-dir and instead install the base C++ headers into the expected location. The path passed to --with-gxx-include-dir will not be relocated and is an absolute. Acked-by: Florian Boor <florian.boor@kernelconcepts.de> Acked-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tom Rini <trini@embeddedalley.com>
2009-04-06binutils-cross-sdk: Make relative, not absolute symlinks for 'as', etc, bump PRTom Rini12
While I'm in here, make the cvs recipe use FILESPATHPKG not mung FILESDIR. Acked-by: Florian Boor <florian.boor@kernelconcepts.de> Acked-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tom Rini <trini@embeddedalley.com>
2009-04-06sane-srcrevs.inc : Rev up eglibc and add revision for gcc-svn.Khem Raj1
2009-04-06gcc-svn: Add recipe to build bleeding edge gcc.Khem Raj153
2009-04-06libsoup-2.4: add missing DEPENDS on sqlite3Jeremy Lainé1
2009-04-06gsoap: actually stage headers and libraries..Jeremy Lainé1
2009-04-06pw-am.sh: script to import patches from patchwork into git repositoryMarcin Juszkiewicz1
2009-04-06Merge branch 'org.openembedded.dev' of ↵Jeremy Lainé1
ssh://git@git.openembedded.net/openembedded into org.openembedded.dev
2009-04-06flite-1.3: use LDFLAGS (fixes QA error)Jeremy Lainé2
2009-04-06openmoko.conf: update sources mirror URLJohn Lee1
Someone changed the location of om sources mirror without modifying related settings, nor posting a proper notice on any mailing list.
2009-04-06gsoap: use LDFLAGS (fixes QA error)Jeremy Lainé2
2009-04-06Merge branch 'org.openembedded.dev' of ↵Jeremy Lainé6
ssh://git@git.openembedded.net/openembedded into org.openembedded.dev
2009-04-06postgresql-8.2.4: fix SRC_URI and checksums.iniJeremy Lainé2
2009-04-06Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Koen Kooi4
into org.openembedded.dev
2009-04-06linux-omap 2.6.29: fixesKoen Kooi6
* add patch to fix leds * tweak ISP patches to handle new API * tweak beagleboard defconfig
2009-04-06postgresql: use LDFLAGS for shared libs (fixes QA error)Jeremy Lainé4
2009-04-06u-boot git: update overo and beagleboard to 2009.03Koen Kooi3
2009-04-06gd: use LDFLAGS (fixes QA error)Jeremy Lainé1
2009-04-06pth: use LDFLAGS (fixes QA error)Jeremy Lainé2
2009-04-06dhclient: use LDFLAGS (fixes QA error)Jeremy Lainé1
2009-04-06libmng: use LDFLAGS (fixes QA error)Jeremy Lainé2
2009-04-06cups: use LDFLAGS for shared libs (fixes QA error)Jeremy Lainé3
2009-04-06tcp-wrappers: use LDFLAGS (fixes QA error)Jeremy Lainé2
2009-04-06libnl: use LDFLAGS (fixes QA error)Jeremy Lainé4
2009-04-06linux-omap 2.6.28: introduce MACHINE_KERNEL_PRKoen Kooi69
linux-omap 2.6.29: introduce MACHINE_KERNEL_PR, seperate out dss2 patches, add isp and musb patches
2009-04-06Update sam9260/1/3 and ap7000 (stk100,ngw100) to use linux-2.6.28, ↵Ulf Samuelsson8
u-boot-2009.01 and at91bootstrap-2.10
2009-04-06Add checksums for new packagesUlf Samuelsson1
2009-04-06Add linux-2.6.28 support for SAM9260/1/SAM9G20/ATNGW100Ulf Samuelsson4
2009-04-06Add recipe for u-boot-2009.01Ulf Samuelsson5
2009-04-06Add recipe for at91bootstrap-2.10Ulf Samuelsson8
2009-04-06Add support for AT91SAM9RL64Ulf Samuelsson1
2009-04-06Add support for at91cap9adk development board with a at91cap9500 processorUlf Samuelsson1
2009-04-06Add support for AT91SAM9G20EKUlf Samuelsson1
2009-04-06omap3 boards: introduce MACHINE_KERNEL_PR, put it in ↵Koen Kooi10
conf/machine/include/omap3.inc
2009-04-06kernel,module-base class, bitbake.conf: introduce MACHINE_KERNEL_PRKoen Kooi3
* bandaid till we have a better way to track ABI changes
2009-04-05SlugOS: toolchain/sdk - add a number of missing componentsMike Westerhof1
provided by task-sdk-bare, as noted by Tom Rini.
2009-04-05SlugOS: leds - fix logic to attempt to beep even if udev hasn't yet run.Mike Westerhof2
2009-04-05SlugOS: leds - attempt to modload ledtrig-timer rather than assumingMike Westerhof1
it is built into the kernel. (From Martin Michlmayr)
2009-04-06initramfs-kexecboot-image: fix EXTRA_IMAGEDEPENDS for c7x0/akita/spitzAndrea Adami2
2009-04-05Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Koen Kooi4
into org.openembedded.dev
2009-04-05linux-omap: move overo to 2.6.29Koen Kooi2
2009-04-05cmake, git-native, python: Bump PR to force rebuildSteve Sakoman3
* commit 27d8a050c81bba4b42d496572c64b9cb6a43fec6 to openssl triggered build failures
2009-04-05checksums: add checksums for zope interfaceFrans Meulenbroeks2
2009-04-04linux-omap_2.6.28: added NFSD as module in beagleboard/defconfigFrans Meulenbroeks2
2009-04-04linux-omap 2.6.29: fix thinko with overridesKoen Kooi1
2009-04-04linux-omap 2.6.29: update overo bits and apply some patches from the overo ↵Koen Kooi8
OE branch
2009-04-04linux-omap_2.6.29: added building nfsd moduleFrans Meulenbroeks2