summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2009-06-21dvb-apps: update to current stateKoen Kooi3
* statically link apps to avoid problems with the 'libraries' it tries to create
2009-06-21Angstrom feed builder: build dvb apps as wellKoen Kooi1
2009-06-21angstrom feed uploader: blacklist some more packagesKoen Kooi1
2009-06-21angstrom source mirror: blacklist some more packagesKoen Kooi1
2009-06-21dvsdk: sync with TI overlay, but change a few things:Koen Kooi26
* fix toolchain paths to work with internal toolchains * start installing to ${datadir} again * use MACHINE_KERNEL_PR for kernel modules * and more fixes
2009-06-21checksums: add more checksumsKoen Kooi1
2009-06-21kexec-tools: rename static recipes built against klibcAndrea Adami4
2009-06-20Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Koen Kooi1
into org.openembedded.dev
2009-06-20kexecboot: sanitize recipeAndrea Adami1
- recipe_sanity: RDEPENDS should not be set, but is set to 'kexec-static' - Phil Blundell:" - In almost all cases the app ought to be setting RDEPENDS_${PN}, not - RDEPENDS. Otherwise the documentation, debug data and suchlike will - end up getting the same dependency, which is seldom useful. - The same goes for most of the other R* variables."
2009-06-20linux-omap pm 2.6.29: tweak versioning, attempt to get sound working for beagleKoen Kooi3
2009-06-20image bbclass: fix logic buglet in lingua codeKoen Kooi1
2009-06-20angstrom: inheric recipe_sanity by defaultKoen Kooi1
2009-06-20clutter(-gst)-0.9: fix GLES buildKoen Kooi3
2009-06-20util-linux-ng: only delete bogus symlink, not all swap* binaries for crazy ↵Koen Kooi1
people that have sbindir == base_sbindir
2009-06-20micro{-uclibc}: use ${LIBC} instead of PREFERRED_LIBC, per suggestion from ↵Phil Blundell2
Tom Rini
2009-06-20util-linux-ng: fix packaging, u-a and replace hardcoded pathsKoen Kooi4
* also switch to INC_PR to make Tom happy
2009-06-19binutils-cvs: Switch to INC_PRTom Rini2
2009-06-19binutils-2.19: Switch to INC_PRTom Rini3
2009-06-19binutils-2.19.51.0.3: Switch to INC_PRTom Rini3
2009-06-19binutils-2.19.1: Switch to INC_PRTom Rini3
2009-06-19binutils-2.18: Switch to INC_PRTom Rini3
2009-06-19binutils-2.18.50.0.7: Switch to INC_PRTom Rini3
2009-06-19binutils-2.17.50.0.12: Switch to INC_PRTom Rini2
2009-06-19binutils-2.16.91.0.7: Switch to INC_PRTom Rini2
2009-06-19binutils-2.16.91.0.6: Switch to INC_PRTom Rini2
2009-06-19binutils-2.15.94.0.1: Switch to INC_PRTom Rini2
2009-06-19binutils-2.14.90.0.7: Switch to INC_PRTom Rini2
2009-06-19binutils-2.14.90.0.6: Switch to INC_PRTom Rini2
2009-06-19binutils-cross-sdk: ${layout_base_bindir} is not the path to where the real ↵Tom Rini1
binary is. The binary will always be two levels back, and it will always be in ${bindir} as that's what we pass to configure, so basename that to find the right directory name
2009-06-19gcc-package-sdk.inc: ${layout_base_bindir} is not the path to where the real ↵Tom Rini4
binary is. The binary will always be two levels back, and it will always be in ${bindir} as that's what we pass to configure, so basename that to find the right directory name. Bump INC_PR in gcc-canadian-sdk 4.2.4, gcc-cross-sdk 4.2.4/4.3.3/4.4.0
2009-06-19gcc-4.4.0: Switch to INC_PRTom Rini4
2009-06-19gcc-4.3.2: Switch to INC_PRTom Rini4
2009-06-19gcc-4.3.1: Switch to INC_PRTom Rini4
2009-06-19gcc-4.2.3: Switch to INC_PRTom Rini4
2009-06-19gcc-4.2.2: Switch to INC_PRTom Rini4
2009-06-19gcc-4.1.2: Switch to INC_PRTom Rini4
2009-06-19gcc-4.1.1: Switch to INC_PRTom Rini4
2009-06-19gcc-4.1.0: Switch to INC_PRTom Rini4
2009-06-19gcc-3.4.4: Switch to INC_PRTom Rini5
2009-06-19gcc-3.4.3: Switch to INC_PRTom Rini4
2009-06-19gcc-3.3.4: Use INC_PRTom Rini4
2009-06-19meta-toolchain: Use ${layout_base_libdir} not usr/lib for opkg.Tom Rini1
2009-06-19zbar: New recipe for zbar barcode decoder.Florian Boor1
2009-06-19linux: Use 2.6.30 for the TX25Florian Boor1
2009-06-19This is the Boardfile, defconfig, Kerneldiff and adapted bb file for the new ↵Dieter Thimm4
tx25 ka-ro Board.
2009-06-19recipe_sanity.bbclass: only check RPROVIDES/RDEPENDS in target recipes.Chris Larson1
Signed-off-by: Chris Larson <clarson@mvista.com>
2009-06-19recipe_sanity.bbclass: add checks for "bad" vars like RDEPENDS/RPROVIDES.Chris Larson1
Signed-off-by: Chris Larson <clarson@mvista.com>
2009-06-19micro-uclibc: avoid selection of crazy iphone stuff as provider for iconvPhil Blundell1
2009-06-19recipe_sanity.bbclass: add checks for missing/default variablesChris Larson1
By default, for now, it just checks for LICENSE being left as default when SRC_URI is set, and an empty DESCRIPTION, which freaks out the packaging classes. Signed-off-by: Chris Larson <clarson@mvista.com>
2009-06-19glibc: move missing ld.so.conf into correct directoryHolger Schurig1
my previous patch was erraneous (Thou shalt not develop on one box and commit on another box ...)