summaryrefslogtreecommitdiffstats
path: root/meta/conf
Commit message (Collapse)AuthorAgeFilesLines
* Green 3.3 Releasegreen-3.3Joshua Lock2010-06-111-1/+1
|
* qemuppc: Add ppc603e to PACKAGE_EXTRA_ARCHS, fixing image buildsRichard Purdie2010-06-111-0/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* lib/oe/patch.py: Fix patch application failure interaction handlingRichard Purdie2010-06-101-2/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bootcdx86: This is dropped in favour of netbook iso imagesRichard Purdie2010-06-091-10/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* sanity.bbclass: version each of the files in the build/conf/ directoryJoshua Lock2010-06-071-1/+3
| | | | | | | | We already have versioning of the local.conf file but it's entirely plausible for the bblayers.conf and site.conf to change incompatibly so we should version those too. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* bitbake.conf: Remove util-linux from ASSUME_PROVIDEDJoshua Lock2010-06-021-1/+0
| | | | | | We need to build our own util-linux now Signed-off-by: Joshua Lock <josh@linux.intel.com>
* bitbake.conf: add the LOG_DIR variableNitin A Kamble2010-06-021-0/+1
| | | | Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* qemu: Updated to 0.12.0Jeff Dike2010-05-261-1/+1
| | | | | Updated the metadata in the recipe, changed the git revision in poky-default-revisions.inc, and pulled the qemu patches forward.
* poky-default.inc: Bump linux-libc-headers to 2.6.33Joshua Lock2010-05-251-1/+1
| | | | | | | Now that we have a Busybox (and strace) which we can build we can use the same kernel-headers version as our default kernel version. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* poky-default.inc: roll-back preferred linux-libc-headers to 2.6.30Joshua Lock2010-05-241-1/+1
| | | | | | Our current Busybox version doesn't support 2.6.33 headers. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* linux-libc-headers: add 2.6.33 headersJoshua Lock2010-05-201-1/+1
| | | | | | | Add kernel headers to match our preferred/default kernel version and set them as the preferred version for the Poky and Moblin distributions. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* Move all QEMU machines to use a common kernel recipe set and versionJoshua Lock2010-05-185-4/+3
| | | | | | | | | | | The different kernel recipes encapsulate functionality groups for machines, therefore it makes sense to have all the QEMU machines using the same kernel recipe. Switch the QEMU machines to default to the "linux" recipes for their kernel and bump the latest recipe from linux-2.6.32 to 2.6.33. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* Latest versions of GCC are safe on PowerPCGary Thomas2010-05-061-4/+0
| | | | Signed-off-by: Gary Thomas <gary@mlbassoc.com>
* poky-default-revisions.inc: Add linux-omap3-pm revision to ensure offline ↵Richard Purdie2010-05-061-0/+1
| | | | | | builds at least parse even if the revision is invalid Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Version the build configuration directoryJoshua Lock2010-04-301-0/+2
| | | | | | | | | | The addition of BBLAYERS changes the build/conf directory to be incompatible with the "old way" in the Purple release. As such things are likely to occur in future we should bersion the build/conf directory through local.conf Signed-off-by: Joshua Lock <josh@linux.intel.com>
* Bump the ABI to alert people that cross has goneJoshua Lock2010-04-281-1/+1
| | | | | | | Since we've change the tmpdir layout quite a bit we're going to bump ABI and force a rebuild. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* Install cross-packages into the native sysrootJoshua Lock2010-04-271-3/+1
| | | | | | | | | | | Cross is no longer required so can go away, we now install cross packages into the native sysroot and use them from there. This patch includes updates to classes and some recipes which reference CROSS_DIR. Others still need fixing an image can be built and run with this patch applied. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* poky-default.inc: set PPC preferred version for gcc-runtimeJoshua Lock2010-04-271-0/+1
| | | | | | | We use an older toolchain for PPC so we need to set the PREFERRED_VERSION for gcc-runtime too. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* conf/poky-default.inc: Fix PPC preferred binutilsJoshua Lock2010-04-271-1/+1
| | | | | | | At some stage the PPC preferred binutils seems to have been changed, we still need 2.19 for now. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* Move STAGING_BINDIR_CROSS into target sysroot, instead of nativeJoshua Lock2010-04-272-2/+2
| | | | | | | | | Cross scripts now live in sysroot/$arch-distro-os/crossscripts, this conveys that they are no longer native system dependant and emphasises their purpose. Bump the staging ABI and implement a simple migration from ABI 3 to ABI 4. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* igep0020: Rename files for IGEP v2 boards, prepare for support Hw rev. B and ↵Enric Balletbo i Serra2010-04-071-0/+0
| | | | | | rev. C Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com>
* classes/conf: Update to handle gcc-runtimeRichard Purdie2010-03-291-0/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* scm-revisions: Always use ??= operatorRichard Purdie2010-03-251-136/+136
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* meta-openmoko: Add layer configurationRichard Purdie2010-03-251-37/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* meta-extras: Add layer configurationRichard Purdie2010-03-252-8/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* pseudo: Add recipeRichard Purdie2010-03-221-0/+2
| | | | 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-222-243/+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>
* base.bbclass: Split up as per the patch in OE.dev by Chris Larson making ↵Richard Purdie2010-03-191-0/+15
| | | | | | code more readable and modularised 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-191-0/+2
| | | | from Chris Larson]
* 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>
* 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>
* Add i686 SDK machineRichard Purdie2010-03-151-0/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xf86-video-omapfb: Bump revision.Enric Balletbo i Serra2010-03-031-1/+1
| | | | | Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com> Signed-off-by: Richard Purdie <rpurdie@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>
* poky-moblin.inc: Move to meta-moblinRichard Purdie2010-02-231-26/+0
| | | | 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>
* preferred-xorg-versions: Update xserver-kdrive versionRichard Purdie2010-02-111-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@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>
* 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>
* eds-dbus: Pull from git, not svnRichard Purdie2010-02-051-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* util-macros: 1.4.1 -> 1.5.0Richard Purdie2010-02-051-2/+2
| | | | 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>