summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2009-06-22zip: fix QA errorsKoen Kooi2
2009-06-21gnuradio : Update .inc file and other updatesPhilip Balister4
* Convert PR to use INC_PR * All recipes now use private copy of libusb_0.1.12 so usrp works * Move more stuff into the .inc file * Fix program-prefix
2009-06-21rootfs_deb: Update IMAGE_ROOTFS variable usage to be consistentLynn Lin1
update IMAGE_ROOTFS variable to fix inconsistent use of IMAGE_ROOTFS variable content in by apt-native after the changes introducd in 2343808f7386cbd4c7b43f1b24e65e173f5ddf15. This commit changed IMAGE_ROOTFS from "${TMPDIR}/rootfs" to "${TMPDIR}/rootfs/${PN}" and that caused IMAGE_ROOTFS to expand to ${TMPDIR}/rootfs/apt-native in apt.conf.sample, however rootfs_deb.class uses apt.conf.sample to generate apt-rootfs.conf and here here IMAGE_ROOTFS is different from that in apt-native package. Acked-by: Tom Rini <trini@embeddedaley.com>
2009-06-21dvb*: update SRCDATE, fix QA stuffKoen Kooi4
2009-06-21fennec: use native bpp to speed up rendering on 16bit framebuffersKoen Kooi2
* helps with memusage as well
2009-06-21Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Koen Kooi4
into org.openembedded.dev
2009-06-21linux-kirkwood: update to 2.6.29.5, enable more usb driversKoen Kooi3
2009-06-21gnuradio : Remove older recipes.Philip Balister4
NOTE: Normally I do not like deleting recipes, but in this case I am very familiar with (hopefully) all the gnuradio from OE users. To be really useful, the older recipes need lots of work. The 3.1.3 recipe is mainly for people using libusrp with the older API.
2009-06-21gtk-engines: provide RREPLACES for gpe-theme-clearlooksKoen Kooi1
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