summaryrefslogtreecommitdiffstats
path: root/meta
Commit message (Collapse)AuthorAgeFilesLines
* linux-nokia800_2.6.21: Remove legacy staging functionJoshua Lock2010-03-232-6/+7
| | | | | | | The recently added kernels for the N800 include legacy staging functions, update them to follow the new world order. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* u-boot: remove legacy stagingJoshua Lock2010-03-231-3/+3
| | | | | | A recent commit seems to have introduced a legacy staging function, remove it Signed-off-by: Joshua Lock <josh@linux.intel.com>
* fakechroot: Update to 2.9 and add a patch from DebianJoshua Lock2010-03-232-16/+11
| | | | | | | | This update includes a refresh of our existing readlink patch and a (trimmed) copy of the patch Debian are shipping in their package which includes unreleased fixes from SVN for building against more recent glibc. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* pseudo: Add recipeRichard Purdie2010-03-223-0/+105
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* layer.conf: Fix filename conflictRichard Purdie2010-03-222-1/+136
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Move default SCM versions into separate meta directory specific files to ↵Richard Purdie2010-03-223-244/+39
| | | | | | improve maintainability Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Switch to bblayers configurationRichard Purdie2010-03-221-0/+11
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* utility-tasks.bbclass: Remove unneeded base_ prefix since we don't EXPORT ↵Richard Purdie2010-03-221-6/+6
| | | | | | these functions any longer Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* sanity.bbclass: Add a note about using dpkg-reconfigureRichard Purdie2010-03-221-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* base.bbclass: Split up as per the patch in OE.dev by Chris Larson making ↵Richard Purdie2010-03-197-722/+740
| | | | | | code more readable and modularised Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* base.bbclass: Really drop siteinfo by defaultRichard Purdie2010-03-191-4/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* base.bbclass: Don't inherit siteinfo in base.bbclass [based on an OE patch ↵Richard Purdie2010-03-195-9/+11
| | | | from Chris Larson]
* claws-mail: Fix building with new automakeJoshua Lock2010-03-192-2/+28
| | | | | | | Having the same file listed multiple times in Makefile.am breaks with new Autotools Signed-off-by: Joshua Lock <josh@linux.intel.com>
* poky-fixed-revisions: Bump twitter-glib to a buildable versionJoshua Lock2010-03-191-1/+1
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* poky-fixed-revisions: Align Clutter revisions with Moblin distroJoshua Lock2010-03-191-9/+7
| | | | | | | Primarily to pull in a newer Clutter, which works fixes a build error, but new versions of software are nice anyway... Signed-off-by: Joshua Lock <josh@linux.intel.com>
* clutter: Fix building version 0.8Joshua Lock2010-03-192-1/+18
| | | | | | Fix building of Clutter with new Automake Signed-off-by: Joshua Lock <josh@linux.intel.com>
* libxscrnsaver: bump version to 1.2.0Joshua Lock2010-03-191-0/+0
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* liblbxutil: Bump version and fix dependenciesJoshua Lock2010-03-192-53/+3
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* task-poky: No longer need to exclude pcmanfm on powerpcRichard Purdie2010-03-181-2/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* pcmanfm: Allow package to build on PowerPCGary Thomas2010-03-181-1/+1
| | | | | Signed-off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* zoom2.conf : switch to using the TI integration tree for kernelGraeme Gregory2010-03-181-1/+1
| | | | | Signed-off-by: Graeme Gregory <gg@slimlogic.co.uk> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* linux-omap-zoomsync_2.6.32.bb : add kernel from TI zoom2 integration treeGraeme Gregory2010-03-182-0/+2313
| | | | | | | | This is the latest code from dev.omapzoom.org and is also what OE is using for zoom2 machine. Signed-off-by: Graeme Gregory <gg@slimlogic.co.uk> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bison: 2.0 -> 2.3Richard Purdie2010-03-182-0/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* eds-dbus: Add parallel make fixes from PangoRichard Purdie2010-03-162-12/+192
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* task-poky: Disable pcmanfm on powerpc (until confirmed it works)Richard Purdie2010-03-151-2/+3
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Add i686 SDK machineRichard Purdie2010-03-151-0/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* packaged-staging: tweak previous fix to accomodate possible changes to CROSS_DIRJoshua Lock2010-03-051-3/+1
| | | | | | | This change, suggested by Chris Larson, ensures that the fix works even if the definition of CROSS_DIR changes. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* packaged-staging: Fix packagaging of cross packagesJoshua Lock2010-03-041-1/+3
| | | | | | | | | | | | packagedstaging_fastpath() was only copying the contents of CROSS_DIR to PSTAGE_TMPDIR resulting in the folders contents being packaged and then installed incorrectly at the top level of CROSS_DIR rather than in HOST_ARCH specific sub directories. This patch fixes that issue by copying the directory and its contents rather than just the directory contents. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* packaged-staging: Fix typo, grep not qrep ...Joshua Lock2010-03-031-2/+2
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* xf86-video-omapfb: Bump revision.Enric Balletbo i Serra2010-03-032-3/+2
| | | | | Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xserver-xf86-config: Do not set default depth to 16 for IGEP v2.Enric Balletbo i Serra2010-03-032-2/+1
| | | | | Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xserver-xf86-lite: Fix compilation break for ARM architecture.Enric Balletbo i Serra2010-03-036-3/+313
| | | | | | | | | | This patch syncs the patches used in xserver-xf86-dri-lite and adds a new patch that fixes a compilation break for ARM architecture. (http://www.mail-archive.com/xorg-devel@lists.x.org/msg04137.html) Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gcc: Fix fail to compile since they can't find limits.h include.Enric Balletbo i Serra2010-03-033-2/+3
| | | | | | | | | | | | | | | With gcc package on my build machine gcc can't find limits.h include. $ cat x.c $ gcc -M x.c In file included from x.c:1: /usr/include/limits.h:125:26: error: no include path in which to search for limits.h This patch adds missing includes to gcc package. Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* liboil: 0.3.14 -> 0.3.17Richard Purdie2010-03-032-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* eds-dbus: Disable parallel make build problemRichard Purdie2010-03-032-1/+23
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* tasks: Bump to version 0.15Joshua Lock2010-03-014-22/+9
| | | | | | | | | The Owl patch has gone in upstream but requires a different configure switch so soft assign in the .inc and set appropriately in the 0.15 recipe. 0.16 is out but doesn't build with Poky's Gtk+ version. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* gdb-cross: Allow to build after recent gettext changesGary Thomas2010-02-261-0/+1
| | | | | Signed off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* packaged-staging: post-process non-binary files to fix paths in native packagesJoshua Lock2010-02-261-6/+19
| | | | | | | Extend the existing libtool hack so that native packages (native, cross, sdk) have all non-binary files scanned and the STAGING_DIR fixed up. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* preferred-xorg-versions: Bump versions to match available recipesJoshua Lock2010-02-261-3/+3
| | | | | | | The PREFERRED_VERSIONS for makedepend and xorg-cf-files where set for versions which we no longer carry recipes for. Increase them to make BB happy. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* linux-omap: Build fixRichard Purdie2010-02-231-0/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* poky-moblin.inc: Move to meta-moblinRichard Purdie2010-02-231-26/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* glibc: Allow 2.9 to work with binutils 2.20 (patch from OE.dev)Richard Purdie2010-02-232-0/+36
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* poky/moblin: Switch to binutils 2.20Richard Purdie2010-02-232-3/+3
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* binutils: Add 2.20 (patchset from OE.dev)Richard Purdie2010-02-2317-0/+803
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* libpcap: Update to 1.0.0 and sync with OE.devRichard Purdie2010-02-238-37/+231
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* portmap: Sync with OE.devRichard Purdie2010-02-233-85/+3
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* a52dec: Clean up CFLAGSRichard Purdie2010-02-232-2/+90
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* perl: Update to work with native binary relative path locationsRichard Purdie2010-02-221-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* 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>