summaryrefslogtreecommitdiffstats
path: root/meta/conf
Commit message (Collapse)AuthorAgeFilesLines
* poky.conf: DISTRO bumpbernard-5.0.2Beth Flanagan2011-12-191-2/+2
| | | | | | In preparation for release, bumping DISTRO and DISTRO_VERSION Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com>
* u-boot: use a hash not a tag for SRCREVJoshua Lock2011-11-281-1/+1
| | | | | | | | | Further, move the SRCREV into the poky-default-revisions.in file where the rest of them are defined. (Based on OE-Core rev: 04fe616bec7416b5aea55dad6896700652796239) Signed-off-by: Joshua Lock <josh@linux.intel.com>
* poky.conf: switch to an appropriate mirror URLJoshua Lock2011-11-211-11/+11
| | | | | | | | The autobuilder no longer hosts the sources for Yocto 1.1, update the MIRROR and PREMIRROR URI's to use a mirror location with 1.0 sources. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* linux-yocto-stable: update SRCREVs to v2.6.34.10Bruce Ashfield2011-11-141-11/+11
| | | | | | Updating the SRCREVs to pick up the -longterm updates to v2.6.34.10 Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* web: switch to git and fix MakefileJoshua Lock2011-11-141-1/+1
| | | | | | | | | | The SVN repo is no longer available and we don't have a mirror of the SVN tarball. Further the Makefile in git uses spaces where the Make parser expects tabs. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* u-boot: remove old SRCREV from poky-default-revisions.incSaul Wold2011-05-201-2/+0
| | | | | Acked-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* poky.conf: Update DISTRO_VERSION to 1.0.1Saul Wold2011-05-121-2/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* poky.conf: Add missing POKY_EXTRA_RDEPENDS qemu changes for mipc/ppcRichard Purdie2011-05-061-0/+2
| | | | | | [YOCTO #394] Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* web: update svn to 131 to fix build issueSaul Wold2011-05-051-1/+1
| | | | | | | | | Fixes [YOCTO #974] (From OE-Core rev: a432001590b1420e6d13b70d5f2711151a304ecd) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bitbake.conf: fix MACHINE_ARCHQing He2011-05-041-3/+3
| | | | | | | | | Replaces all '-' in $MACHINE to '_', fixes [YOCTO #946] (From OE-Core rev: 69b3a11d90579bca687ad3461e7a5cd325079fe6) Signed-off-by: Qing He <qing.he@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Set version to 1.0Richard Purdie2011-03-251-2/+2
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bitbake.conf: Increase image overhead factor to account for rpm/zypper ↵Richard Purdie2011-03-181-1/+1
| | | | | | | | database size (From OE-Core rev: f4305f960cb788d73c5132aa5a9f930e85c20385) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bitbake.conf: add POKYBASE to BB_HASHBASE_WHITELISTKevin Tian2011-03-181-1/+1
| | | | | | | | | | | | | or else do_populate_lic varies its checksum when using different source directory, and thus further impact do_package sstate reuse. Fix [YOCTO 894] Possibly Fix [YOCTO 903] (From OE-Core rev: 7a0922ba2e7a33005a8830ff8a4e6b1408b29aa5) Signed-off-by: Kevin Tian <kevin.tian@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: remove gnome-common from WHITELIST_GPLV3Saul Wold2011-03-181-1/+1
| | | | | | | | | | This was due to task-poky-extended pulling in qemu-config for non-GPLv3 poky-image-basic (From OE-Core rev: 5abe730df009931f5745aadf613d64fe964f94b2) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: add additional Libraries to the LGPLv2 WhitelistSaul Wold2011-03-181-1/+1
| | | | | | | | | | | The ligcc and gcc-runtime both are LGPLv2 libraries although they are part of the large GCC GPLv3 code. There is clearly called out exceptions for these libraries. (From OE-Core rev: 63c68ba8a546bd7f05fb048fb2abaa5cfb5eb16c) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* atom-pc: work around gcc bug for core2Darren Hart2011-03-161-0/+4
| | | | | | | | | | | | | | Fixes [YOCTO #853] Without these added optimization flags, the matchbox-panel (and possibly other) applications would segfault. This patch applies the changes to all machines derived from atom-pc.conf. [Tweaked by RP to apply to gtk+ only] (From OE-Core rev: 5eb24b1cb57d1e0b43dfc993a635cd2b58d58fcf) Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* sat-solver: Fix solution DB generation and general cleanupMark Hatle2011-03-161-1/+1
| | | | | | | | | | | | | | Uprev sat-solver to the latest git version. This corrects the solv db generation with RPM5. Refactor the patches for RPM5 support, cleaning up components of the cmake.patch for submission upstream. (Also fix a problem remaining in the upstream with a mismatched function name.) (From OE-Core rev: 89a5ad96eef411dccea817a6c37cb1e24840fdc1) Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* sat-solver: uprev to the latest versionMark Hatle2011-03-161-1/+1
| | | | | | | | | | Upgrade to the latest git version. Also update the cmake.patch to enable debugging in all configurations. (From OE-Core rev: 04da04e371da12815e176c96d852e6bd6afc2b34) Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* tune-atom.inc: Remove duplicate TARGET_ARCH entry to avoid ipk rootfs issues ↵Richard Purdie2011-03-151-1/+1
| | | | | | | | as temp workaround for problems pending a proper fix (From OE-Core rev: a39610f0ac4c77f225671916610f78a18ff70350) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* qemux86-64: set qemux86_64 as package arch nameQing He2011-03-141-1/+2
| | | | | | | | | thus allows rpmbuild to generated RPMs with the right architecture. (From OE-Core rev: 73b27dc6c326c8465944f8b6397dc6b1ef647452) Signed-off-by: Qing He <qing.he@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto: update to 2.6.37.3Bruce Ashfield2011-03-101-12/+12
| | | | | | | | | | | The 2.6.37.3 -stable update is available and can safely be merged into the linux-yocto BSPs. This updated the SRCREVs of the BSP branches to their new values. (From OE-Core rev: 3845eb8285d6b57fe2b824ce482cbeaba561eef5) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro_tracking_fields.inc: update the info for oprofileuiDexuan Cui2011-03-101-5/+6
| | | | | | | (From OE-Core rev: 25e84e0e3d24bc86b31490c5de600f081823fd06) Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* oprofileui: upgrade to the latest version maintained by the Yocto projectDexuan Cui2011-03-101-1/+1
| | | | | | | | | | | | | | | Oprofileui at http://labs.o-hand.com/oprofileui/ is not maintained now, so we should change SRC_URI to the one maintained by the Yocto project. This one includes new bugfixes. This fixes [YOCTO #820] [sgw: merged oprofile-git.inc back into .bb as suggested by Joshua] (From OE-Core rev: d694c6700ee27672e5372939a98d5050cda44ca9) Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-default.inc: Change LINUXLIBCVERSION "2.6.36" -> "2.6.37.2"Khem Raj2011-03-081-1/+1
| | | | | | | (From OE-Core rev: 9a86fa5235ab8715319709ff2171864a074aed37) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* adt: Update to svn r596 to fix symbolic link issuesLiping Ke2011-03-081-0/+1
| | | | | | | | | | | See the longlinksfix patch for details but symlinks over 100 chars long were broken in sdk tarballs and its due to problems in the inbuilt tar in libbb in opkg. svn r596 has already fixed the problem. (From OE-Core rev: 90d4624f0c5de6a35eace1f13c3e04df9737390c) Signed-off-by: Liping Ke <liping.ke@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto: update machine configurationsBruce Ashfield2011-03-041-2/+2
| | | | | | | | | | | | | Fixes [YOCTO #733, YOCTO #766, YOCTO: #801] Updating the configuration for the routerstation pro and mpc8315e-rdb to 2.6.37 variants of the RTC, USB and VFAT filesystem types. (From OE-Core rev: 404d47cf579c24b126a9cb2783a3224aabb27810) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro tracking: Updates to Tracking infor for clutter and other changesSaul Wold2011-03-041-15/+17
| | | | | | | (From OE-Core rev: 3a5fed48f3254ac6aafb4a5c7fa4015ad87b02e7) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro_tracking_fields.inc: add transfig and linuxdoc-tools recipesScott Garman2011-02-281-0/+19
| | | | Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* distro_tracking: update for newer packages addedSaul Wold2011-02-281-3/+15
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* linux-yocto: add crownbay BSP infrastructurebernard-5.0rc1bernard-1.0rc1Bruce Ashfield2011-02-261-1/+1
| | | | | | | | | | | | Updating the meta SRCREV to grab this linux-yocto commit: meta: add crownbay BSP infrastructure Import the 2.6.34 crownbay infrastructure and update for the 2.6.37 kernel. This also brings in the feature/drm-emgd that the crownbay requires. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* linux-yocto: update to 2.6.37.2Bruce Ashfield2011-02-251-13/+13
| | | | | | | | | | | | Fixes [BUGID: 773] This consolidated SRCREV update addresses the following items: - updates to 2.6.37.2 - updates the routerstation pro configuration for USB mass storage - merges the PERF no scripting patch into the kernel tree Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* conf/machine: Use linux-libc-headers instead of linux-libc-headers-yoctoRichard Purdie2011-02-254-4/+4
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Revise stripping and splitting of debug informationMark Hatle2011-02-252-2/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | We now support two styles of debug information generation, the '.debug' style, which is the same as previously implemented. This style simply splits the debug information and makes it available in the same general directory. /bin/foo -> /bin/.debug/foo The new 'debug-file-directory' style splits the debug information and places it into the single debug-file-directory, /usr/lib/debug: /bin/foo -> /usr/lib/debug/bin/foo.debug Both also find and copy all referenced source code to a new /usr/src/debug directory. This allows the -dbg files to be used for stand-a-lone debugging on or off the target device. File stripping is now handled as a seperate operation from file splitting. This allows us to split the debug information, but also leave it in the original file -- or prevent the debug information from being split. Also enhance the comments within local.conf.sample to provide a better understanding of the control the user has over debug file generation. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* Emenlow Removal from Poky Core: meta-emenlowBeth Flanagan2011-02-252-3/+2
| | | | | | | | Removing Emenlow from poky core as it is now in meta-intel as a BSP layer [BUGID #769] Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com>
* poky-lsb.conf: remove OVERRIDESSaul Wold2011-02-231-2/+1
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* poky.conf: Weakly set PREMIRRORSRichard Purdie2011-02-231-1/+1
| | | | | | | | We should only weakly set PREMIRRORS as users often want to override this. [BUGID #753] Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-lsb.conf: Add DISTROOVERRIDES variable for pokySaul Wold2011-02-231-0/+4
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* bitbake.conf: Add DISTROOVERRIDES variableSaul Wold2011-02-231-1/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* xf86-video-intel: add config option to support rootless XYu Ke2011-02-231-0/+2
| | | | | | | | | | | - add global config option ROOTLESS_X to control if enable rootless X for the machine. ROOTLESS_X requires graphics driver supporting KMS (kernel mode setting), so far, only atom_pc support this. so enable ROOTLESS_X for atom_pc machine - add config options for xf86-video-intel to support rootless X Signed-off-by: Yu Ke <ke.yu@intel.com>
* linux-yocto: enable audio for selected qemu targetsBruce Ashfield2011-02-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes [BUGID #488 #734] Enable audio for qemux86/qemux86-64 via the following kernel configuration options. CONFIG_SOUND_OSS_CORE=y CONFIG_SOUND_OSS_CORE_PRECLAIM=y CONFIG_SND_RAWMIDI=m CONFIG_SND_SEQUENCER=y CONFIG_SND_OSSEMUL=y CONFIG_SND_MIXER_OSS=y CONFIG_SND_PCM_OSS=y CONFIG_SND_PCM_OSS_PLUGINS=y CONFIG_SND_SEQUENCER_OSS=y CONFIG_SND_RAWMIDI_SEQ=m CONFIG_SND_AC97_CODEC=m CONFIG_SND_ENS1370=m CONFIG_SND_INTEL8X0=m CONFIG_AC97_BUS=m The mechanism to trigger these options is in the form of an optional kernel feature that is only appended for qemux86 and qemux86-64, but is contained within the kernel tree. This allows several things: - the options to be available/shared for all boards - the options to be in tree - to not add the options to every board, which unecessarily bloats the default configuration. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* zaurus: remove zaurus linux includesDarren Hart2011-02-212-87/+0
| | | | | | | | | | | | Zaurus support was removed with: 673abd92f999829bdd67d0273c43570a62123a63 conf/machine: Drop older machines with no recent updates which removed both the linux-rp and sharp-flash-header recipes required by the zaurus includes removed by this patch. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* linux-yocto: update to 2.6.37.1Bruce Ashfield2011-02-211-12/+12
| | | | | | Updating the SRCREVs to reflect the 2.6.37.1 merge. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* local.conf.sample: Handle the case the user incomments a machine entry and ↵Richard Purdie2011-02-181-2/+3
| | | | | | expects it to override the default Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* conf/machine: Drop older machines with no recent updatesRichard Purdie2011-02-1817-517/+0
| | | | | | | | | These are all moving to meta-extras. Ideally in the future machines such as these will be maintained to topic specific layers as we move to a more layer oriented model. If this causes a problem for anyone please discuss it on the mailing list. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* local.conf.sample: Update MACHINE list to match our website and documented ↵Richard Purdie2011-02-181-13/+10
| | | | | | supported list Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gypsy: Convert SRCREV to a git revision instead of an svn one after recipe ↵Richard Purdie2011-02-161-1/+1
| | | | | | migration Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: make the WHITELIST for INCOMPATIBLE_LICENSE overridableSaul Wold2011-02-161-3/+3
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* linux-yocto: add jasperforest BSP and fix lttng NMI bugBruce Ashfield2011-02-151-14/+13
| | | | | | | | | | | During the introduction of the jasperforest BSP, a lttng issues was picked up with NMI tracing. The upstream (and our solution) is to revert that commit. This change updates the meta repo for jasperforest and pushes out the nmi revert to all BSPs. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* bitbake.conf: change revision fetching to use newer fetch2 codeSaul Wold2011-02-141-2/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* distro tracking: minor fix to mc lastest versionSaul Wold2011-02-141-2/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>