aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-03-24sane-toolchain-java: switch to cacao-native here tooHenning Heinold
Signed-off-by: Henning Heinold <h.heinold@tarent.de> Signed-off-by: Stefan Schmidt <stefan@buglabs.net>
2011-03-24angstrom-jalimo: use cacao-native hg version for javac-nativeHenning Heinold
* build java packages is more stable than with jamvm Signed-off-by: Henning Heinold <h.heinold@tarent.de> Acked-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Stefan Schmidt <stefan@buglabs.net>
2011-03-24cacao-native: bumpg PR as sugessted by khemHenning Heinold
Signed-off-by: Henning Heinold <h.heinold@tarent.de> Signed-off-by: Stefan Schmidt <stefan@buglabs.net>
2011-03-24icedtea6-native: update to 1.7.10 versionHenning Heinold
* remove sizer.patch we will use qemu on openjdk * delete 1.7.6 recipe for security reasons * update angstroem-jalimo to prefer 1.7.10 Signed-off-by: Henning Heinold <h.heinold@tarent.de> Acked-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Stefan Schmidt <stefan@buglabs.net>
2011-03-24cacao-hg: update to latest revisionHenning Heinold
Signed-off-by: Henning Heinold <h.heinold@tarent.de> Signed-off-by: Stefan Schmidt <stefan@buglabs.net>
2011-03-24openjdk: use qemu now for the awt sizer binary tooHenning Heinold
* bump INC_PR Signed-off-by: Henning Heinold <h.heinold@tarent.de> Signed-off-by: Stefan Schmidt <stefan@buglabs.net>
2011-03-19cmake: depends on libarchiveOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-03-19libarchive: addOtavio Salvador
This library provides C library and command-line tools for reading and writing tar, cpio, zip, ISO, and other archive formats. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-03-17Merge branch '2011.03-maintenance' of ↵Tom Rini
git://dominion.thruhere.net/var/cache/git/openembedded into 2011.03-maintenance
2011-03-17toolchain-external.conf: set the default provider for gdbserverDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com> (cherry picked from commit df59f77a2eb37d9807c6d9167488110e92601d7b) Signed-off-by: Ben Gardiner <bengardiner@nanometrics.ca> Acked-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-03-17external-toolchain-csl: handle packaging of gdbserver based on ↵Denys Dmytriyenko
PREFERRED_PROVIDER Allow packaging independent copy of specific version of gdbserver with external-toolchain-csl by setting PREFERRED_PROVIDER. E.g. for GPLv2 gdbserver, add these lines to your distro/local.conf: PREFERRED_PROVIDER_gdbserver = "gdbserver" PREFERRED_VERSION_gdbserver = "6.6" Thanks to Ben Gardiner for providing valuable feedback. Signed-off-by: Denys Dmytriyenko <denys@ti.com> (cherry picked from commit a47c14c83cf97a2c90ee50ec7212ec33bdafb58b) Signed-off-by: Ben Gardiner <bengardiner@nanometrics.ca> Acked-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-03-17external-toolchain-csl: Drop do_stage, add gdbserverTom Rini
Based on work from Noor Ahsan, we merge the important part of do_stage into do_install and then set NATIVE_INSTALL_WORKS. We also add a function for getting the gdb version for packaging up gdbserver and ship that. Signed-off-by: Tom Rini <tom_rini@mentor.com> (cherry picked from commit 207971b244ee6958dab1fb41d6f3cd94ac416b73) Signed-off-by: Ben Gardiner <bengardiner@nanometrics.ca> Acked-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-03-17external-toolchain-csl: allow linux-libc-headersBen Gardiner
If PREFERRED_PROVIDER_linux-libc-headers is defined as anything other than external-toolchain-csl then don't PROVIDE, install or stage the linux headers packaged with the CSL toolchain. (Updated by Tom Rini to not modify local.conf.sample yet and to use cp + rm -rf rather than rsync) Signed-off-by: Ben Gardiner <bengardiner@nanometrics.ca> Tested-by: Andrea Galbusera <gizero@gmail.com> Signed-off-by: Tom Rini <tom_rini@mentor.com> (cherry picked from commit 3116ad58e507c6e5dc7b7249f521c395db586b9f) Signed-off-by: Ben Gardiner <bengardiner@nanometrics.ca> Acked-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-03-17external-toolchain: allow override of linux-libc-headers providerBen Gardiner
only set PREFERRED_PROVIDER_linux-libc-headers if it is not already assigned a value. Signed-off-by: Ben Gardiner <bengardiner@nanometrics.ca> Tested-by: Andrea Galbusera <gizero@gmail.com> Signed-off-by: Tom Rini <tom_rini@mentor.com> (cherry picked from commit 829ea5110bc82f71a225f168bcb6a9a327b1b5c8) Signed-off-by: Ben Gardiner <bengardiner@nanometrics.ca> Acked-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-03-17bitbake.conf: use .ubifs.img extension in IMAGE_CMD_ubiBen Gardiner
The current IMAGE_CMD_ubi creates an interim image with a .rootfs.ubifs extension. The ubifs image created is not considered a valid rootfs without a UBI container. Change the filename of the iterim ubifs image used by IMAGE_CMD_ubi to .ubifs.img to match the IMAGE_CMD_ubifs command. Signed-off-by: Ben Gardiner <bengardiner@nanometrics.ca> Acked-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Tom Rini <tom_rini@mentor.com> (backported from commit 7308e68fc26cdbffa08d311a2319c8d1c3b2805f -- some changes were needed since commit 312b42bcf2cc9b11266ba497ade68e8ddabb3007 bitbake.conf: add XZ_INTEGRITY_CHECK and LZMA_COMPRESSION_LEVEL variables has not been applied to 2011.03-maintenance) Signed-off-by: Ben Gardiner <bengardiner@nanometrics.ca> Acked-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-03-17image.bbclass: add link to .rootfs.<type> or .<type>.imgBen Gardiner
The current image link-creation code will unconditionaly create a link from .<type> pointing to the .rootfs.<type> output. This is not compatible with the UBIFS images produced which have .<type>.img extension since they are not considered to be valid rootfs images when they are not included in a UBI container. Check for existence of the link target .rootfs.<type> before creating the link and fallback to a check for the .<type>.img target after that. Signed-off-by: Ben Gardiner <bengardiner@nanometrics.ca> Acked-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Tom Rini <tom_rini@mentor.com> (cherry picked from commit cfde49e8d0f1cf09d589910f1a342849db148519) Signed-off-by: Ben Gardiner <bengardiner@nanometrics.ca> Acked-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-03-17ti-pru-sw-example: fix building with new toolchain sysrootchase maupin
* Patch taken from Arago overlay where it was added by Denys Dmytriyenko * PR incremented by two to align recipe PR values between Arago and OE. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-03-17matrix-gui: add support for dm386-evm machinechase maupin
* Add support for the dm368-evm machine type * Bump the PRs Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-03-17dm368-evm: Add configuration for DM368 machinechase maupin
* Added the configuration for the dm368-evm machine type. * Updated the sort.sh script * Updated the Linux kernel and u-boot recipes to support this new device. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-03-17u-boot.inc: allow variable make targetschase maupin
* Later versions of u-boot sometimes have top level make targets such as u-boot.imx, u-boot.kwb, and for upcoming TI devices u-boot.ti. * These targets define different calls to the mkimage tool to change the images created, such as changing the load address. * This change allows recipes to change the default make target of "all" to something like u-boot.ti or u-boot.imx by setting the UBOOT_MAKE_TARGET variable. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-03-17u-boot git: update beagleboard u-boot to 2011.03-RCKoen Kooi
[Koen 20110317] Removed 0015-omap3_beagle-Switch-default-console-from-ttyS2-to-tt.patch since 2011.03-maintenance is still using the old 2.6.32 kernel for beagleboard Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-03-17linux-omap-psp 2.6.32: bump PRKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-03-17linux-omap-psp 2.6.32: add support for xM revision CKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-03-17task-beagleboard*: add changes from latest round of feedbackKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-03-17*beagleboard-validation: collection of tasks iand images to serve as basis ↵Koen Kooi
for beagleboard.org validation effort Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-03-17task-omap-drivers: task for commonly needed drivers on omap chipsKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-03-16angstrom 2011.03 blacklist bash-noemuKoen Kooi
It doesn't build and has the dreaded replaces/conflicts combo Based on http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=8a9ce9d369a0a6ec9d4de2e5dc747de7e9583b14 Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-03-14angstrom-version: catch up with release changes in parent commitsKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Acked-by: Graeme Gregory <dp@xora.org.uk> Acked-by: Philip Balister <philip@balister.org>
2011-03-14angstrom contrib: use proper release version on webserverKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Acked-by: Graeme Gregory <dp@xora.org.uk> Acked-by: Philip Balister <philip@balister.org>
2011-03-14angstrom: name release after branchKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Acked-by: Graeme Gregory <dp@xora.org.uk> Acked-by: Philip Balister <philip@balister.org>
2011-03-09xmms: bandaid some more host path leakageKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-03-09x-load: fall back to xM when detecting beagleboard revisionsKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-03-09angstrom feed scripts: Upload to the EU mirror by defaultKoen Kooi
based on 2ac51f0adb64e5001d8e3f1d31d399b3dbaef3b5 from org.openembedded.dev Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-03-01libvpx: force arm mode to be able to link with ffmpeg where arm mode already ↵release-2011.03Martin Jansa
is forced * v2: updated INC_PR after 0478950960e5c600efc77c25559fc7eee311f686 Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-03-01tsmd: install script to /usr/bin and not to /bin and bmp PRSimon Busch
Signed-off-by: Simon Busch <morphis@gravedo.de>
2011-03-01freesmartphone: bump SRCREV of several recipesSimon Busch
Signed-off-by: Simon Busch <morphis@gravedo.de>
2011-03-01elfe: bump SRCREVSimon Busch
Signed-off-by: Simon Busch <morphis@gravedo.de>
2011-03-01curl: fix native build when ldap-headers are installed on the hostHenning Heinold
* there were serval build error reported for curl-native, when ldap-dev stuff was installed on the build-host, so we explicit disable the build of ldap and ldaps protocls for native, nativesdk and sdk * put the BBCLASSEXTEND line into common.inc rather than into the versions packages it self * bump INC_PR
2011-03-01linux-2.6.31 config and patch files for pcm043Jan Kobler
These config and patch files are from the Phytec Linux BSP for phyCORE-i.MX35 PD10.1.1. They were taken from the archive ftp://ftp.phytec.de/pub/Products/phyCORE-iMX350/Linux/PD10.1.1/OSELAS.BSP-Phytec-phyCORE-i.MX35-PD10.1.1.tar.gz The patch files are from the folder in this archive OSELAS.BSP-Phytec-phyCORE-i.MX35-PD10.1.1/configs/phyCORE-i.MX35-2010.08.0/patches/linux-2.6.31.6/generic The patch files have been shipped for linux-2.6.31.6 and are used here on linux-2.6.31.12. Because it seems to work, pcm043 is added to linux-2.6.31.bb. The sequence of the patches for pcm043 in linux-2.6.31.bb is derived from the file OSELAS.BSP-Phytec-phyCORE-i.MX35-PD10.1.1/configs/phyCORE-i.MX35-2010.08.0/patches/linux-2.6.31.6/generic/series The defconfig file is the file OSELAS.BSP-Phytec-phyCORE-i.MX35-PD10.1.1/configs/phyCORE-i.MX35-2010.08.0/kernelconfig These patch files from the folder OSELAS.BSP-Phytec-phyCORE-i.MX35-PD10.1.1/configs/phyCORE-i.MX35-2010.08.0/patches/linux-2.6.31.6/generic are NOT used: 0063-add-generic-platform-bus-based-sja1000-driver.patch 0076-mx3fb-pretty-printing-update.patch 0078-sja1000-driver-Fix-net-device-stats.patch patch-2.6.31.6-rt19.gz because they are not referenced by the file OSELAS.BSP-Phytec-phyCORE-i.MX35-PD10.1.1/configs/phyCORE-i.MX35-2010.08.0/patches/linux-2.6.31.6/generic/series Signed-off-by: Jan Kobler <eng1@koblersystems.de> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-03-01New machine pcm043 Phytec phyCORE-i.MX35Jan Kobler
The new machine pcm043 is the board Phytec phyCORE-i.MX35. The machine name pcm043 is chosen, because it is already used in the linux kernel for this board. BSP is derived from BSP of machine mx31ads. Linux kernel is based on Phytec Linux BSP for phyCORE-i.MX35 PD 10.1.1 Vendor page: http://www.phytec.com/products/rdk/ARM-XScale/phyCORE-ARM11-i.MX35.html Tutorial: http://en.gentoo-wiki.com/wiki/Phytec_phyCORE-iMX35/Openembedded Signed-off-by: Jan Kobler <eng1@koblersystems.de> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-03-01netbase and opkg: reorder init scripts to make networking come up at first bootDenis Carikli
Without that fix, usb0 doesn't come up at first boot (tested on the bug machine, with Angstrom on a console-image). Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-03-01freerdp: rdepends on xpropOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Phil Blundell <philb@gnu.org> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-03-01qt-4.7.1: patch gstreamer phonon plugin to use host rgb endianessMarc Reilly
This patch was obtained from Nokia bug tracker. Without it, the R and B channels are wrong when playing on ARM system. Signed-off-by: Marc Reilly <marc@cpdesign.com.au> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-03-01angstrom-jalimo.conf: Bump openjdk version to include security and build fixesStefan Schmidt
Signed-off-by: Stefan Schmidt <stefan@buglabs.net> Acked-by: Koen Kooi <koen@dominion.thruhere.net>
2011-03-01linux-ea3250-2.6.27.8: fix my stupid cut and paste in lpc32xx-spwm.patchHenning Heinold
2011-03-01avahi: Drop older versionsTom Rini
We drop a number of un-pinned older versions and clean up slightly the files directory. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-03-01linux-ea3250-2.6.27.8: refresh lpc32xx-spwm.patch, so it can apply cleanlyHenning Heinold
2011-03-01pulseaudio: add git versionKoen Kooi
armv4t/armv4t patches were not forward ported, so don't use this on those archs Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-03-01boost: fix rpath isusse with version 1.45 and add bzip do dependsHenning Heinold
* add a patch to rip out -Wl,R stuff from gcc jam defs * add bzip to depends as on the recipes before * remove the doubled icu depend * bump INC_PR und PR
2011-03-01libphone-ui: move config files back to libphone-ui repoMartin Jansa
* install right one in do_install_append if machine specific is available * this helps keeping OE config and libphone-ui sources consistent Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>