summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2010-03-15task-poky: Disable pcmanfm on powerpc (until confirmed it works)Richard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-15Add i686 SDK machineRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-15bitbake fetch/__init__.py: Failing urls should raise errors, not fatal ↵Richard Purdie1
exceptions Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-05packaged-staging: tweak previous fix to accomodate possible changes to CROSS_DIRJoshua Lock1
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>
2010-03-04packaged-staging: Fix packagaging of cross packagesJoshua Lock1
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>
2010-03-03packaged-staging: Fix typo, grep not qrep ...Joshua Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-03-03xf86-video-omapfb: Bump revision.Enric Balletbo i Serra2
Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-03xserver-xf86-config: Do not set default depth to 16 for IGEP v2.Enric Balletbo i Serra2
Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-03xserver-xf86-lite: Fix compilation break for ARM architecture.Enric Balletbo i Serra6
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>
2010-03-03gcc: Fix fail to compile since they can't find limits.h include.Enric Balletbo i Serra3
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>
2010-03-03liboil: 0.3.14 -> 0.3.17Richard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-03eds-dbus: Disable parallel make build problemRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-01tasks: Bump to version 0.15Joshua Lock4
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>
2010-02-26gdb-cross: Allow to build after recent gettext changesGary Thomas1
Signed off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-26packaged-staging: post-process non-binary files to fix paths in native packagesJoshua Lock1
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>
2010-02-26handbook: tmp/staging was renamed to tmp/sysroots - update referencesJoshua Lock3
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-02-26preferred-xorg-versions: Bump versions to match available recipesJoshua Lock1
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>
2010-02-23linux-omap: Build fixRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-23poky-moblin.inc: Move to meta-moblinRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-23glibc: Allow 2.9 to work with binutils 2.20 (patch from OE.dev)Richard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-23poky/moblin: Switch to binutils 2.20Richard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-23binutils: Add 2.20 (patchset from OE.dev)Richard Purdie17
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-23libpcap: Update to 1.0.0 and sync with OE.devRichard Purdie8
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-23portmap: Sync with OE.devRichard Purdie3
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-23a52dec: Clean up CFLAGSRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-22perl: Update to work with native binary relative path locationsRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-22relocatable.bbclass: Clean up indentationRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-22relocatable.bbclass: Handle symlinks correctlyRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-18cross.bbclass: Note that relocatable binaries disabled for a reasonJoshua Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-02-18linux: Enable linux-2.6.32 for qemux86 and qemuppcJoshua Lock2
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>
2010-02-18relocatable.bbclass: Enhancements to rpath replacement algorithmJoshua Lock1
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>
2010-02-16bitbake: Revert "providers.py: sort eligible providers by DEFAULT_PREFERENCE"Richard Purdie1
This breaks preferred providers functionality This reverts commit ee9afccf33b220a21b74fab279925eeb4771249b. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-15eggdbus: Add missing dbus-glib DEPENDSRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-15qmake-naitve: Fix do_installRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-15bitbake: [cache] copy instead of deepcopy in syncHolger Freyther1
We only intend to modify the dict, no need to copy all elements. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-15bitbake: [parse] In ast, make StatementGroup inherit list, and add a AstNode ↵Chris Larson1
base class. (Bitbake rev: 7ea31b2842b45ffe1ca688f55207f8676442a108) Signed-off-by: Chris Larson <clarson@mvista.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-15bitbake: [parse] Use bb.which in resolve_fileChris Larson1
(Bitbake rev: 3cd06ed487ee0617892f154cff461379a323a1fb) Signed-off-by: Chris Larson <clarson@kergoth.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-15bitbake: [parser] Make resolve_file only resolve the pathHolger Freyther3
Do not attempt to open the file in the resolve_file method (a lot like bb.which... maybe bb.which can be used). This way we don't need to open/close a file which we have already parsed. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-15bitbake: [parser] Cache parsed .inc and .bbclass files for a parse speedupHolger Freyther1
Have a growing dict with .inc and .bbclass'es. This avoids to reparse files we have already seen. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-15bitbake: [parser] prepare to cache some .bbcclass and .inc filesHolger Freyther1
Our parser is shit but instead to replace it now we will see how long we can drive the wave by caching parsed files. This will not go through the feeder again but we can just reevaluate the StatementGroup. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-15bitbake: [parser] Remove the "data" from feeder, evaluate after parsing a fileHolger Freyther4
Evaluate the statements after having parsed one file. This is referred to as "entwirren" and we can remove the direct evaluation and postpone a bit, in the future we can use a cached copy instead of parsing the original. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-15bitbake: [parse] Move vars_from_file from bb.parse.BBHandler into bb.parse.Chris Larson2
(Bitbake rev: fda0707d772e0964a0185d4ec4d016522f6972f3) Signed-off-by: Chris Larson <clarson@mvista.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-15bitbake: [parse] Don't use relative import of parse_py.Chris Larson1
(Bitbake rev: 0a2bb3dd790e3e40867195f14f4e174f98f8a47c) Signed-off-by: Chris Larson <clarson@mvista.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-15bitbake: [parse] Move the last method to the AST...Holger Freyther1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-15bitbake: [parser] Move more methods to the ast schemeHolger Freyther1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-15bitbake: [parser] Move one more item to the astHolger Freyther1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-15bitbake: [parser] Move methodflags over to the astHolger Freyther1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-15bitbake: [parser] Build fixRichard Purdie1
(Bitbake rev: 9c97696f37499b4d0ec5c034c51e4cf6bc425ba2) Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-15bitbake: [parser] Move more statements over the two phase ASTHolger Freyther1
Create the data first, then evaluate on the data dict Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-15bitbake: [parse] Change handling include through the AstNodeHolger Freyther1
Disable the recursively evaluating the statement for now as it is causing problems. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>