summaryrefslogtreecommitdiff
path: root/meta/conf
Commit message (Collapse)AuthorAgeFilesLines
* Distro Tracking: move to private directory and split into sectionsSaul Wold2010-06-1713-335/+632
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a squash of all the other changes made to the distro tracking files Below is a summary of all the changes in this squash Signed-off-by: Saul Wold <Saul.Wold@intel.com> distro-track: update track of base libs and utils libusb libnl grub yum update-modules udev-extraconf (no .bb changes) update-rc.d Signed-off-by: Qing He <qing.he@intel.com> distro_tracking_fields.inc: add eggdbus distro_tracking_fields.inc: add overrides for previous recipes Some recipes are fully local scripts. There's then no updates for their metadata, and just add overrides for tracking purpose here. Also fixes some patch information from previous overrides. now each catetory has its own tracking .inc file, which is further included by original global file Signed-off-by: Kevin Tian <kevin.tian@intel.com> distro_tracking_fields.inc: add some package info Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> distro_tracking_fields: update diffstat fields distro tracking: update latest for lttng-control Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* Merge branch 'distro/master' of ssh://git.pokylinux.org/poky-contribRichard Purdie2010-06-112-1/+336
|\
| * update distro tracking fields for libtool recipeNitin A Kamble2010-06-101-2/+2
| | | | | | | | | | | | a new release just went out. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
| * Add distro tracking fields for gnu-config recipeNitin A Kamble2010-06-101-0/+6
| | | | | | | | Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
| * Add distro tracking fields for more recipesNitin A Kamble2010-06-101-0/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added fields for these recipes python-pyrex python-scons python-urlgrabber python yum-metadata-parser quilt tcl unifdef qmake-cross Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
| * Add distro tracking fields for more recipesNitin A Kamble2010-06-101-107/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Added fields for these recipes: python-dbus python-gst python-imaging python-iniparse python-pycairo python-pycurl python-pygobject python-pygtk Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
| * Add distro tracking fields for some recipesNitin A Kamble2010-06-101-0/+107
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | distro tracking fields are filled for these recipes: binutils gcc autoconf automake bison diffstat exmap-console flex gdb gtk-theme-torturer intltool Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
| * Add distro tracking for previous metadata fixesQing He2010-06-101-180/+227
| | | | | | | | | | | | | | | | | | | | | | time gdbm pth python-pycurl bzip2 portmap Signed-off-by: Qing He <qing.he@intel.com>
| * add distro tracking fields for more recipesNitin A Kamble2010-06-101-0/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Added files for these recipes: make run-postinsts staging-linkage nasm oprofile perl prelink Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
| * Add distro tracking fields for more recipesNitin A Kamble2010-06-101-0/+32
| | | | | | | | | | | | | | | | | | | | | | | | Distro tracking metadata for these recipes is added libtool linux-libc-headers lsof lttng-control lttng-viewer Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
| * make 2.20.1 as new default version for binutilsNitin A Kamble2010-06-101-1/+1
| | | | | | | | Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
| * distro_tracking_fields.inc: new file for trackingNitin A Kamble2010-06-101-0/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | distro tracking fields are filled for these recipes: binutils gcc autoconf automake bison diffstat exmap-console flex gdb gtk-theme-torturer intltool Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
| * Add distro overrides for previous metadata fixesKevin Tian2010-06-101-0/+29
| | | | | | | | Signed-off-by Kevin Tian <kevin.tian@intel.com>
* | Update version after Green releaseJoshua 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>