aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-11-30pixman: upgrade from 0.22.0 to the latest stable 0.24.0Dexuan Cui
(From OE-Core rev: 20cef37479c2f46396dff4910e64f7e145d40ef0) Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-30eee-acpi-scritps: Upgrade to 1.1.12 via git tagZhai Edwin
(From OE-Core rev: ba6441316651ba1739f7e827b46653f78c099721) Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-30x11perf: Upgrade to 1.5.4Zhai Edwin
(From OE-Core rev: 4a80d46baee6d845c7d6afea1ef9a4240bcbe15a) Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-30libcroco: Upgrade to 0.6.3Zhai Edwin
(From OE-Core rev: e30ccae2c24847f25e380b2820e3c4d74b5eeff3) Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-30libsoup-2.4: Upgrade to 2.36.1Zhai Edwin
(From OE-Core rev: 60cdf4638e41958aede8290bef20a9c3e925aeb1) Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-30polkit-gnome: Upgrade to 0.102Zhai Edwin
(From OE-Core rev: 40c5111554bb685f9240174ad9067c4749088649) Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-30xz: Upgrade to 5.0.3Zhai Edwin
(From OE-Core rev: 470bf7ca5a0ce1c2667cef8708eb86e4ee74db01) Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-30gtk+: Upgrade to 2.24.8Zhai Edwin
(From OE-Core rev: c9dab6fda614051d9ed869a1ec42f4212726b313) Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-30bootimg: Allow for EFI-only boot imagesDarren Hart
Condition building PCBIOS legacy images on MACHINE_FEATURES containing "pcbios" or not containing "efi". This ensures existing BSPs will continue to get the old PCBIOS legacy-only images. New BSPs can add "efi", "pcbios", or both. The images created likewise support one or the other or both. EFI-only ISO images are untested. (From OE-Core rev: be3fc8c07e84c654f55c5d09934dfbdc7ff7e2b6) Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-30bootimg: Add grub-efi supportDarren Hart
Create a new grub-efi.bbclass and integrate it into bootimg alongside the syslinux support. This new class uses the output from the grub-efi-native recipe. Thanks goes to Josef Ahmad <josef.ahmad@intel.com> for the original build_grub_cfg() routine. The EFI features are only added to the image if MACHINE_FEATURES contains "efi". The resulting images are therefor either legacy boot only (like they were originally) or legacy boot and EFI boot. A new "dummy.bbclass" was added to allow for the conditional include of grub-efi. This makes it so if efi support is not to be built in, we don't spend time building grub-efi-native just because the include adds the dependency. There is a bug in the mkdosfs tool from the dosfstools package which causes it to crash when the directory passed with the -d parameter contains sub-directories. An /EFI/BOOT directory is required for a proper EFI installation. Until it is fixed, we install to the top level directory for the hddimg. (From OE-Core rev: be95f54495bf9e03062f86b929c66cab6e385a03) Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Josef Ahmad <josef.ahmad@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-30bootimg: Pull syslinux specific bits into syslinux.bbclassDarren Hart
Working towards a more generic bootimg.bbclass, pull out all syslinux specific bits and let syslinux.bbclass manage them directly. This introduces no functional changes to the images constructed and the behavior remains unchanged. (From OE-Core rev: 1915293688d348a765aa0bcdf01168c9fecd9842) Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-30bootimg: Refactor build_hddimg and build_iso routinesDarren Hart
Separate the construction of the ISO image from that of the hddimg. This is part of the groundwork for creating a much more flexible live image builder. (From OE-Core rev: 2da25c7c6649757350782a939bcc7553c5c86570) Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-30grub-efi-native: New recipe to build GRUB EFI imagesDarren Hart
Add a recipe to build the GRUB efi images. This recipe is written as a native recipe as the resulting GRUB utils are required to assemble the final image. Rather than build a native and a target recipe (and increase build times), this recipe builds the utils for the host and passes an appropriate --target argument to the GRUB configure script to build the modules for the target arch. The only output of this recipe is an EFI image in the deploy directory. Care is taken to ensure changing targets will force a rebuild of this native recipe by including the target arch in the PN. (From OE-Core rev: f9518a368f041ceccb4a36061d91ae64cd4dabd4) Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-30mailx: Add missing openssl DEPENDS and bump PR after openssl 1.0Richard Purdie
(From OE-Core rev: 50f1bfb818f141eecd36517d3a760b22af8c1d84) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-30perl: bump PR for gdbm SOVERSION changeKoen Kooi
(From OE-Core rev: 5ba2df7ceac938e0b36256acdd8c2ec1e754f8b1) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-30pulseaudio: bump PR for gdbm SOVERSION changeKoen Kooi
(From OE-Core rev: f334a041e7318cac2bb43643e154cafa9faeb374) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-30gdbm 1.10: use lib_package.bbclass to match packaging with 1.8.xKoen Kooi
SOVERSION changed from 3 to 4, so PR bump for dependant recipes (perl, pulseaudio) are needed as well) (From OE-Core rev: 779a0156b903d45a91f0b233176f570bd5bf72c8) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-30libx11-trim: Change checksumXiaofeng Yan
Correct checksum because checksum error for libx11-trim arise when compiling. (From OE-Core rev: 24cef800d61a1ed0bd5d4f67ed86e05e9e239400) Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-30distro-tracking-fields: update entries for clutter recipesJoshua Lock
Tidy up entries for clutter related recipes * Update to 1.8 namespace * Move to same section of file for easier maintenance as a unit * Update for recent recipe upgrades * Assign myself as maintainer (From OE-Core rev: 7507ee036e79f9b817c68003f8acaee8af9ed15b) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-30clutter-box2d: drop unbuildable clutter-box2d-1.6_0.10.0Joshua Lock
It's very old at this point and doesn't build with recent clutter (From OE-Core rev: 04d2bb8e83aaac856f03f3fc9772285bd82182e4) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-30clutter-box2d: fix LICENSE field - LGPL-2.1Joshua Lock
clutter-box2d has had the same COPYING file since 2008-04-03, therefore update the license field in the inc file to reflect its contents. (From OE-Core rev: 755726a7441794b8b5ac9de05744f85adf02f596) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-30clutter-box2d: Update git recipeJoshua Lock
Several changes and fixes exist unreleased in git with version 0.12.1, update to build the latest available. (From OE-Core rev: 07799e71135a059cdbf1b8720a8094e2e22ac1b6) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-30clutter: move STDDEPENDS to incJoshua Lock
We only build clutter-1.8 now so move the additional STDDEPENDS from the recipe to the inc file. This has the added benefit of fixing clutter_git. This patch also fixes the LIC_FILES_CHKSUM for clutter_git (From OE-Core rev: f49f3cbdbf06f9c4b2fcbbbdc892d8de7997c527) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-30cogl: add missing depends on libxcompositeJoshua Lock
Cogl checks for libxcomposite at configure time. (From OE-Core rev: 4607b8bdf1565d404c32c45a634d37e1ae2ee4aa) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-30clutter-*-1.6: drop clutter 1.6 recipesJoshua Lock
Clutter 1.8 is API and ABI compatible with Clutter 1.6 according to the release notes so there's no need to keep these recipes around. www.clutter-project.org/blogs/archive/2011-09/clutter-1.8.0-stable-release (From OE-Core rev: cd2f5a74c6021652866edf3e4060b95c0dd81376) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-30mutter: switch to clutter-1.8 to satisfy dependencyJoshua Lock
It's API and ABI compatible with 1.6 so just update the DEPENDS entry. (From OE-Core rev: 0edeb76af401b23b57a895b472ff2995b2f842b5) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-30task-core-clutter: use clutter-1.8Joshua Lock
(From OE-Core rev: 0603b80bcf5df260765be3da4731554c9dd87250) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-30clutter: PROVIDES clutter-1.6Joshua Lock
Since the two are API/ABI compatible and this may make things easier for external layers using clutter. (From OE-Core rev: ec89071836f3844c41a34061af4baf706036e371) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-30multilib.conf: remove clutter-1.6 and add clutter-1.8Joshua Lock
clutter-1.8 is the future here. (From OE-Core rev: f8616319f0ffba6e0400234af69df17dc036edee) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-30clutter: drop unneeded bbappendsJoshua Lock
The --with-flavour-glx option is the default in clutter.inc now Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-11-30gst-plugins-ugly: bump PR to rebuild after libid3tag fixMartin Jansa
(From OE-Core rev: bd5d7cd903f762b8d7260365018839969fa0ebf1) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-30libid3tag: add gperf to DEPENDSMartin Jansa
* see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=270449 (From OE-Core rev: 9a2f49c97116dfd718a6a055b296fc68ad668d5f) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-30libical: drop older version 0.46Martin Jansa
(From OE-Core rev: 8b2817878e35825103b2bf5dc22c10e09c9a9100) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-30libical: add version 0.47Denis 'GNUtoo' Carikli
(From OE-Core rev: 0afcd070348f68516d4404e2b6e5fbf8cc6bc428) Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-30ppp-dialin: use useradd.bbclass instead of hardcoded adduser/deluser callsMartin Jansa
(From OE-Core rev: 942739b6a1e786a06b6aa67f6be8158232a9f98a) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-30cronie: use useradd.bbclass instead of hardcoded groupadd callsMartin Jansa
(From OE-Core rev: 42dde10337d464948ede8f7e7eec543f2396793e) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-30mingetty: use u-a to provide /sbin/getty (also provided by util-linux-agetty ↵Martin Jansa
and tinylogin) (From OE-Core rev: ad0d9fb794497fc747a1ad4c82cae44a47143932) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-30util-linux: use u-a to provide /sbin/getty from util-linux-agettyMartin Jansa
* inittab and systemd-serialgetty expects /sbin/getty not agetty (From OE-Core rev: 9e5c69860e6b687b93e653510ceba8e1f9c6d0f5) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-30tinylogin: use u-a for getty so we can provide /sbin/getty from ↵Martin Jansa
util-linux-agetty too (From OE-Core rev: f218573248168268c143bac7f6304cc76d8d709a) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-30pulseaudio 1.1: replace hardcoded /etc with ${sysconfdir}Koen Kooi
(From OE-Core rev: 82414933a98b30f48507858e7fc22b349a4f8dab) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-30pulseaudio 1.1: only run volatiles script when populate-volatile.sh existsKoen Kooi
Volatiles are handled differently in a systemd world make the postinst fail: //var/lib/opkg/info/pulseaudio-server.postinst: line 10: /etc/init.d/populate-volatile.sh: No such file or directory Collected errors: * pkg_run_script: package "pulseaudio-server" postinst script returned status 127. * opkg_configure: pulseaudio-server.postinst returned 127. (From OE-Core rev: d911635bdcb84bb162b49bca32c7c7867e56a023) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-30clutter-1.8: package examplesJoshua Lock
(From OE-Core rev: 19cc725f32b3793a785fe06d27c64bc3e5f608b5) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-30image_types.bbclass: add xz-native to deps for lzma ext2.lzma imagesMatthew McClintock
(From OE-Core rev: 0d637e33985437fbc826fdf13460ede5050db255) Signed-off-by: Matthew McClintock <msm@freescale.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-30consolekit: package /var/log/ConsolekitKoen Kooi
This fixes startup issues like this: 2011-11-30T09:02:10+01:00 beaglebone ck-log-system-start[91]: ** (process:91): WARNING **: Couldn't create log file /var/log/ConsoleKit/history (No such file or directory) (From OE-Core rev: 5608a748af2c754f60137ab7c3010ccce6bf9e40) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-30task-sdk-host-nativesdk: add autotools nativesdk to meta-toolchainWenzong Fan
Add automake-nativesdk and autoconf-nativesdk to meta-toolchain for fixing the configure issue: WARNING: unrecognized options: --with-libtool-sysroot This will allow user to run 'autoreconf' under their projects and process the libtool m4 macros correctly. [YOCTO #1603] (From OE-Core rev: d1aabea25aa7ac46a7693acb52ccfe465c63f9bf) Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-30autoconf: Extend to provide nativesdk recipeWenzong Fan
As the same reason with automake, extend autoconf to provide nativesdk recipe too. This patch was only used for autoconf that running on target: * path_prog_fixes.patch: replace '@PERL@' with '@bindir@/env perl' It's unavailable for autoconf-native and autoconf-nativesdk, so exclude it for those two recipes. (From OE-Core rev: a16cf1b67f6559b182e6bb31abc1371162b04428) Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-30automake: Extend to provide nativesdk recipeWenzong Fan
We will provide autotools nativesdk in meta-tookchain for reconfigure any autotools supported projects, as a part of the plan we should extend their recipes first. (From OE-Core rev: 2074285e84267f9f929ed6424f35cc4b2a00c335) Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-30m4: Extend to provide nativesdk recipeWenzong Fan
We need to provide autoconf-natviesdk in meta-toolchain, the m4-nativesdk is required by it. Both extend the m4 recipes for GPLv2 and GPLv3. (From OE-Core rev: 3e0a0db3559ee9b15a99a95dd3b0c343dca4b2ec) Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-30gnu-config: Extend to provide nativesdk recipeWenzong Fan
We need to provide autoconf-natviesdk in meta-toolchain, the gnu-config-nativesdk is required by it. (From OE-Core rev: 5e134b60773fa948c586dae777a6e75dce29d27d) Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-30iproute2: Upgrade from 3.0.0 to 3.1.0Mei Lei
(From OE-Core rev: b6daf20b1c9e50d8eba2809081ce20517b7a9773) Signed-off-by: Mei Lei <lei.mei@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>