summaryrefslogtreecommitdiff
path: root/meta
Commit message (Collapse)AuthorAgeFilesLines
...
* relocatable.bbclass: Clean up indentationRichard Purdie2010-02-221-43/+46
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* relocatable.bbclass: Handle symlinks correctlyRichard Purdie2010-02-221-1/+6
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* cross.bbclass: Note that relocatable binaries disabled for a reasonJoshua Lock2010-02-181-0/+3
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* linux: Enable linux-2.6.32 for qemux86 and qemuppcJoshua Lock2010-02-182-1/+2156
| | | | | | | | | | The qemux86 configuration is simply a copy of the qemux86-defconfig from linux-rp with make oldconfig and mostly default answers. Configuration for qemuppc already exists but DEFAULT_PREFERENCE was not set in the recipe. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* relocatable.bbclass: Enhancements to rpath replacement algorithmJoshua Lock2010-02-181-15/+38
| | | | | | | | | | | | | | This patch removes the hard coded number of parent directory operators ( /..) placed into the rpath and instead fully dynamically generates the rpath entries based on the current rpath. Theoretically this patch means we can now make cross packages relocatable but this is *not* enabled as chrpath can only set a new rpath of the same length or shorter than the existing rpath. Due to the amount of parent directory jumps we need to encode in the rpath this can easily fail when TMPDIR is in a short namespace (e.g. /usr/poky). Signed-off-by: Joshua Lock <josh@linux.intel.com>
* eggdbus: Add missing dbus-glib DEPENDSRichard Purdie2010-02-151-2/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* sanity.bbclass: Add chrpath to the required utilitiesJoshua Lock2010-02-151-1/+1
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* relocatable.bbclass: Tidy up classJoshua Lock2010-02-121-4/+3
| | | | | | | There was a hard coded path and a spurious variable left in before the last commit. Whoops ... Signed-off-by: Joshua Lock <josh@linux.intel.com>
* chrpath: Only set the chrpath binary for the native packageJoshua Lock2010-02-121-2/+2
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* relocatable.bbclass: Improve logic and styleJoshua Lock2010-02-121-15/+31
| | | | | | | | | | | | The initial pass at this class was pretty lame and broke on a lot of native packages. This rewrite makes the code a lot more dynamic, removing use of hard coded paths and improving the logic. The class now runs a chrpath -l over the binary to determine what rpaths are currently set. It then munges the output and determines relative versions of each component of the rpath and uses chrpath -r to set them. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* relocatable.bbclass: remove hard-coded rpaths from native binariesJoshua Lock2010-02-113-0/+32
| | | | | | | | | | | The relocatable path will pre-process built binaries in SYSROOT_DESTDIR and replace any harcoded dynamic link rpaths with relative paths. Add an inherit of class in native.bbclass to make our native packages relocatable and tweak the chrpath recipe so that the native package can make itself relocatable with the just built chrpath binary. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* xserver-nodm-init: Make sure kdrive servers have the console keyboard enabledRichard Purdie2010-02-112-8/+4
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xserver-kdrive: Add keyboard fix (partially from OE.devRichard Purdie2010-02-113-3/+32
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* preferred-xorg-versions: Update xserver-kdrive versionRichard Purdie2010-02-111-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xserver-xf86: Drop old versions and update xserver-xf86-lite versionRichard Purdie2010-02-113-35/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xserver-kdrive: Add 1.7.99.2Richard Purdie2010-02-1131-6866/+1294
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* calibrateproto: Add missing length fields to X_RepliesRichard Purdie2010-02-114-5/+46
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* sharp-flash-header: Convert from leagacy stagingRichard Purdie2010-02-111-3/+4
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* binutils: Apply cross compiling changes to libtool since we don't autoreconfRichard Purdie2010-02-112-1/+71
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* keymaps: Use RDEPENDS_${PN}Richard Purdie2010-02-111-2/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* linux-libc-headers: extend nativesdk for 2.6.29Joshua Lock2010-02-111-0/+1
| | | | | | | 2.6.29 is the PREFERRED_VERSION of linux-libc-headers for ditro=poky but there was no buildable recipe for that version. Fix this with a simple BBCLASSEXTEND Signed-off-by: Joshua Lock <josh@linux.intel.com>
* preferred-xorg-versions.inc: bump preferred util-macrosJoshua Lock2010-02-101-2/+2
| | | | | | We no longer have a recipe for 1.5.0 so bump to 1.6.0 Signed-off-by: Joshua Lock <josh@linux.intel.com>
* distros: set xserver-xf86 as default PREFERRED_PROVIDER for virtual/xserverJoshua Lock2010-02-101-1/+1
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* qemux86: fix setting of preferred provider for virtual/xserverJoshua Lock2010-02-102-7/+8
| | | | | | | Change the virtual/xserver preferred provider in qemu.inc to a soft assign and set preferred provider in qemux86 before the require so that the value is retained. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* preferred-xorg-versions: increase various components to match Moblin distroJoshua Lock2010-02-101-4/+4
| | | | | | | Switch to using xserver-xf86-dri-lite 1.7.99.2 and the updated dependencies it requires by default. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* libdrm: bump version to 2.4.17 as required by mesa 7.7Joshua Lock2010-02-102-0/+0
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* poky-default: bump preferred glibc version to 2.9 for Poky distroJoshua Lock2010-02-101-4/+1
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* ofono: bump to 0.17Joshua Lock2010-02-092-3/+4
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* connman: bump to 0.48Joshua Lock2010-02-091-2/+1
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* eds-dbus: Fix DEPENDS, add gnome-keyring and use libsoup-2.4 not libsoupJoshua Lock2010-02-091-2/+2
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* libpcap: Fix PRJoshua Lock2010-02-091-1/+1
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* libpcap: fix configure with newer autofoo and fix inheritJoshua Lock2010-02-092-3/+20
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* xorg-macros: 1.5.0 -> 1.6.0Richard Purdie2010-02-091-0/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* libical: Add from OE.dev with cleanupRichard Purdie2010-02-051-0/+8
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* eds-dbus: Pull from git, not svnRichard Purdie2010-02-055-45/+88
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* mesa-dri-git: Handle cross compiling of the glsl utilsRichard Purdie2010-02-051-2/+10
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* mesa-dri: Use master branch for git versionsRichard Purdie2010-02-051-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xserver-xf86-dri-lite: Update git recipe for latest versionsRichard Purdie2010-02-052-5/+30
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* makedepend/xorg-cf-files: Upgrade to new point releasesRichard Purdie2010-02-052-0/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* util-macros: 1.4.1 -> 1.5.0Richard Purdie2010-02-052-2/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* python.inc: Disable parallel makeRichard Purdie2010-02-041-0/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* dpkg: Make sure the -native version doesn't have strange RDEPENDSRichard Purdie2010-02-041-0/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* libjana: Use gnome git, not svnRichard Purdie2010-02-042-4/+3
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Add libsocialwebRichard Purdie2010-02-041-0/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* clutter-gst: Update revisionRichard Purdie2010-02-041-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* clutter-gst/clutter-gtk: Add API versions to the package names and update to ↵Richard Purdie2010-02-046-19/+46
| | | | | | the latest code Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* pango-1.22.2: Fix autoconf/automake issue with double header referenceRichard Purdie2010-02-042-0/+20
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* poky-default: Upgrade binutils to 2.19Richard Purdie2010-02-041-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* poky.bbclass: Use pokylinux.org stashes as PREMIRRORS for vcs'Joshua Lock2010-02-041-0/+11
| | | | | | | | Check the tarball stash on pokylinux.org before hitting the upstream version control systems. This is friendlier to the upstream repositories than us hammering their bandwidth. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* conf: remove references to SRC_TARBALL_STASHJoshua Lock2010-02-041-2/+0
| | | | | | | SRC_TARBALL_STASH is deprecated, the same functionality can be acheived with PREMIRRORS, so remove references to it from configuration files. Signed-off-by: Joshua Lock <josh@linux.intel.com>