summaryrefslogtreecommitdiffstats
path: root/meta-yocto
Commit message (Collapse)AuthorAgeFilesLines
...
* maintainers.inc: reassign audio recipe maintainershipTanu Kaskinen2015-07-071-17/+19
| | | | | | | | | | | | | | | | | I hereby offer to take the responsibility for audio recipe maintenance in OE-core. Two new recipes were added to maintainers.inc: alsa-plugins and speexdsp. The speexdsp recipe isn't yet included in OE-core, but hopefully will be very soon (patches have been sent). Also, alsa-utils-alsaconf was renamed to alsa-utils-scripts some time ago, but that wasn't previously reflected in this file. (From meta-yocto rev: 4eaa672bbad726cad4d2d37560cf1d6e45b8f310) Signed-off-by: Tanu Kaskinen <tanu.kaskinen@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro/package_regex.inc: Use GNOME_STABLE rule for valaJussi Kukkonen2015-07-021-0/+1
| | | | | | | | (From meta-yocto rev: b93bc9229357f1ac932e7f06b08cb162b6a3c467) Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers.inc: reassign GTK+ and X maintainershipJussi Kukkonen2015-06-231-167/+164
| | | | | | | | | | Assign Ross' GTK+ and X related recipes to me. Remove a few lines that refer to non-existing recipes. (From meta-yocto rev: 143d01d7011408869b9547a6e88552b8e7fd703d) Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro/package_regex.inc: Fix dbus version patternJussi Kukkonen2015-06-231-0/+5
| | | | | | | | | | D-Bus version x.y.z is unstable when y is odd. (From meta-yocto rev: afeff9cf964fe0616fe1439d76ddd90f0d62b8a1) Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-tiny: Update kernel to 3.19Saul Wold2015-06-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Additionally, allow PREFERRED_VERSION for linux-yocto-tiny to be overridden This addresses the warnings from the kernel configcheck: WARNING: [kernel config]: specified values did not make it into the kernel's final configuration: Value requested for CONFIG_ATA_PIIX not in final ".config" Requested value: "CONFIG_ATA_PIIX=y" Actual value set: "" Value requested for CONFIG_BRCMFMAC_SDIO not in final ".config" Requested value: "CONFIG_BRCMFMAC_SDIO=y" Actual value set: "" Value requested for CONFIG_NR_CPUS not in final ".config" Requested value: "CONFIG_NR_CPUS=64" Actual value set: "CONFIG_NR_CPUS=8" Value requested for CONFIG_PM not in final ".config" Requested value: "CONFIG_PM=y" Actual value set: "" [YOCTO #7478] (From meta-yocto rev: 07aa58ca651016ddb50fb3ff03194ddd02b2bcc3) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: use correct GPLv3 license nameRoss Burton2015-06-081-1/+1
| | | | | | | | | | | | | The logic to determine whether qemu images can ship parts of the toolchain was using the old (non-canonical) name for GPL v3, which meant qemu images were attempting to install binutils in no-v3 images. Fix this by using the canonical license name in the check. (From meta-yocto rev: c50daec0515b3463c905005507fff67abea58b34) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xserver-xorg: Upgrade 1.16.3 -> 1.17.1 (OELAYOUT_ABI change)Jussi Kukkonen2015-06-031-1/+1
| | | | | | | | | | | | | | | | | | | * Increase OELAYOUT_ABI: this is required because the xf86-video-modesetting package moves from its own recipe to xserver-xorg and sanity check cannot handle that currently. The upgrade will delete old xf86-video-modesetting files from sysroots. * Remove upstreamed xserver-xorg patches * Remove xf86-video-modesetting recipe: the driver is now included in xserver-xorg recipe, which now produces the xf86-video-modesetting package. The package version changes from 0.9 to 1.17.1 * Update xserver-xorg license checksum: modesetting license info (another MIT one) has been added to the file (From meta-yocto rev: f9f56ee4c89cfbec09b60e44f6b2f7cbc1ff4310) Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro/package_regex: add stable branch regex for PangoRoss Burton2015-06-031-0/+1
| | | | | | | (From meta-yocto rev: 955e2af19383b7389cbdd931d838cfab1e258b74) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro/upstream_tracking: remove stale update reasonsRoss Burton2015-05-261-16/+0
| | | | | | | (From meta-yocto rev: 215df6aefa18386725687d837da887e313329604) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro/package_regex: Add extra patterns for GNOME stable release packagesRoss Burton2015-05-261-0/+7
| | | | | | | (From meta-yocto rev: 2514f7642cebb761ce87f9fb7f20e09b741413e2) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro/package_regex: add patterns for GNOME stable releasesRoss Burton2015-05-261-0/+15
| | | | | | | | | | | The GNOME versioning scheme is set in stone, so add patterns for the latest stable release and the latest GNOME 2-specific stable release, and use them for atk, glib-2.0, gtk+ and gtk+3. (From meta-yocto rev: e3969d99a69023fb33622de232f98f871c248711) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro: remove obsolete gstreamer 0.10 packages from distro configurationAlexander Kanavin2015-05-213-31/+0
| | | | | | | (From meta-yocto rev: 552a9754f1e9cb9ff412cde740b2f3c91dae07c3) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* upstream_tracking.inc: Remove obsolete reasonsJussi Kukkonen2015-05-211-5/+0
| | | | | | | | | | Remove no-update reasons where the mentioned blocking dependency has already been upgraded or removed. (From meta-yocto rev: 47159003439f1b24de53b1be8596dba067933b7b) Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Fix git URL exampleMariano Lopez2015-05-141-1/+1
| | | | | | | | | | | | The git URL example fails because bitbake fetch checks references (refs/heads, refs/tags). It is not able to search for HEAD alone. This search mode was implemented on 2014-01-21 (From meta-yocto rev: bf92f64da9891397d746d6195921111d6a42c6c2) Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto/distro: Added Ubuntu 15.04 to SANITY_TESTED_DISTROSLucian Musat2015-05-141-0/+1
| | | | | | | | (From meta-yocto rev: c849de7d981f518704dac59a0d7b07e712ef96d4) Signed-off-by: Lucian Musat <george.l.musat@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers.inc: update MAINTAINERSRobert Yang2015-05-141-29/+29
| | | | | | | (From meta-yocto rev: 85537362396d7c95ae6b9119fed86fc9cb8f2069) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: remove SVK mirrorRoss Burton2015-05-051-1/+0
| | | | | | | | | | The svk fetcher was removed in bitbake 1.22 and oe-core master doesn't consider svk: a valid URL for mirrors. (From meta-yocto rev: fff0423522b9574698575b1a28cf77a7831371c1) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-lsb: Select that latest LTSI, not a version which doesn't existRichard Purdie2015-05-031-1/+1
| | | | | | | | This fixes warnings in lsb builds. (From meta-yocto rev: 09cadd509b8cdbe02631646f7925f3fc76aa6299) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* upstream_tracking.inc: bluez4 removed from oe-coreCristian Iorga2015-04-201-1/+0
| | | | | | | | | info updated accordingly. (From meta-yocto rev: cd1641674f8a2378f12682d67c5a45e4b58965c0) Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers.inc: remove info related to bluez4Cristian Iorga2015-04-201-3/+0
| | | | | | | | | | bluez4, bluez-hcidump, gst-plugin-bluetooth recipes will be removed from oe-core, maintainers removed. (From meta-yocto rev: 8953a5bf2200c929ee792cdbdb4ef913fde1e33f) Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* upstream_tracking.inc: Add no-update reason for gdk-pixbufJussi Kukkonen2015-04-091-0/+1
| | | | | | | (From meta-yocto rev: 0f15e2a23b8caf8222ca5ec0875853ebd15d97e2) Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro_alias.inc: update/sort alias information.Beth Flanagan2015-03-311-6/+45
| | | | | | | | | | | | | | | | | | | | | Added new package data, and cleaned up whitespace. I've also corrected some packaged data (replacement-tar from my reading of the recipe is the tar normally found in distros). One issue this patch exposed st I haven't had a chance to track down is that when you attempt to get distrodata from gcc-crosssdk-initial-x86_64. The produced .csv in tmp/log is missing the Distro information. bitbake -e shows that DISTRO_PN_ALIAS isn't even getting set in this case. My guess here is that something is happening with the "_" along the way, I've just not found it yet. (From meta-yocto rev: 8c0ff20efbe7649e5790227e265b0119b0c8bc02) Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* toaster: updating toasterconf.json for fido releaseBelen Barros Pena2015-03-311-5/+20
| | | | | | | | | | | | | | | | | | We update the toasterconf.json file for the fido release. A small update to the release help text in the toasterconf.json file shipped with the meta-yocto layer. We now make explicit that Toaster will build with the tip of the selected branch. We also link the Yocto Project Dizzy release to the git repository, and not to the release page on the website. (From meta-yocto rev: 8b4367e3b56285add7c8080a6a99e5005d03c8b7) Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com> Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky: Add 1.8 to sanity tested distro listRichard Purdie2015-03-251-0/+1
| | | | | | (From meta-yocto rev: acfd794fe6e45790a1021b0533cab45d14368e6a) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Flip DISTRO_VERSION for post 1.8 releaseBeth Flanagan2015-03-251-2/+2
| | | | | | | | | Flipping DISTRO_VERSION for post fido. (From meta-yocto rev: 924e4f47c0da14aa9e9f4d71659e8cee44f5b678) Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto/distro: Updated SANITY_TESTED_DISTROS.Lucian Musat2015-03-231-5/+2
| | | | | | | | | Added OpenSUSE-13.2, Fedora 21. Removed poky 1.6 and Ubuntu 12.04. (From meta-yocto rev: 8b7bd4de4f23a4d115a7a168cae25c8f74e3119c) Signed-off-by: Lucian Musat <george.l.musat@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Fix 'distro is not validated' warning for OpenSUSEEd Bartosh2015-03-231-2/+2
| | | | | | | | | | | | | | Updated openSUSE distro names used in meta-yocto/conf/distro/poky.conf. Currently used distro names cause bitbake to issue this warning on all openSUSE systems: WARNING: Host distribution "openSUSE-NN.N" has not been validated with this version of the build system. (From meta-yocto rev: 2d4e276f25bf70637f5a8762f363821643de2de3) Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-tiny: ext2 isn't enabled in the kernel so don't mention/build itRichard Purdie2015-03-191-2/+2
| | | | | | | | | The kernel config specifically excludes ext2 support for size reasons so update the distro config to match. (From meta-yocto rev: 12440cd591de0f73426c310cc7affab9e2ef5fe0) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Update for post 1.7 release versioningRichard Purdie2015-03-101-2/+2
| | | | | | | | [YOCTO #7325] (From meta-yocto rev: ea78356221bb186694e67c04592c3d950cc3f975) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers.inc: Became maintainer of python2 and python3Alejandro Hernandez2015-03-091-2/+2
| | | | | | | | (From meta-yocto rev: bbfee008946efe8e3be06dc41b6b454d4d59245c) Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: resolve mismatch between poky bblayers version and OE-CorePaul Eggleton2015-02-232-3/+6
| | | | | | | | | | | | | | | | | | | Drop our custom LAYER_CONF_VERSION (since the OE-Core version is now the same) and ensure that poky-sanity's update function runs first so that anyone still using version 5 with poky gets the meta-yocto / meta-yocto-bsp split handled instead of OE-Core's no-op upgrade. Also fix the version check so that the poky 5->6 upgrade is still performed if the latest version is greater than 6. NOTE: this of course relies on the corresponding version bump patch in OE-Core. Fixes [YOCTO #6139]. (From meta-yocto rev: 3e4404c73602e8cb9efca0f6f2ec788ff68046eb) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto: update qemu default kernel version to 3.19Bruce Ashfield2015-02-211-7/+7
| | | | | | | | | | The 3.19 kernel has been tested against core-image-minimal and sato, so we make it our new default kernel version. (From meta-yocto rev: 9e7e4510ad9e3201e9ed7d8366208c7387407e7a) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* package_regex.inc: Cleanup and organizeAníbal Limón2015-02-141-355/+109
| | | | | | | | | | | | | | | | | | Removed unnecesary entries because now are supported by latest_versionstring method of bitbake fetcher. Organized regex'es into categories, - REGEX that are special cases. - REGEX_URI's for upstream site that don't provide get (403, 404, 550) support. - Python PyPI site and Sourceforge site. - GIT REGEX'es that are special cases. (From meta-yocto rev: fb85931362cdc125115128c706f7e4d18e9fe887) Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* upstream_tracking.inc: Remove entries that now isn\'t neededAníbal Limón2015-02-141-107/+31
| | | | | | | | | | Remove manual upstream tracking entries that isn't needed because now there are supported by latest_versionstring method. (From meta-yocto rev: a1932069696a3f9149d6f4bc006c413a8f6eec6f) Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: use logic to edit WARN_QA and ERROR_QARoss Burton2015-02-031-7/+5
| | | | | | | | | | | | | | Instead of overriding WARN_QA and ERROR_QA, edit the defaults to remove specific tests from WARN_QA and add them to ERROR_QA. This should avoid tests being added to poky.conf but not insane.bbclass (unknown-configure-option wasn't enabled in oe-core), or vice versa (infodir wasn't enabled in Poky). (From meta-yocto rev: 32f5014c871f5fd86262fb6a87b60360b1b21d07) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: remove poky-feed-config-opkg from imagesRoss Burton2015-02-031-2/+0
| | | | | | | | | | This recipe didn't do anything beyond opkg-arch-config so it was deleted from oe-core. Update the Poky distro configuration to stop install it. (From meta-yocto rev: fc4daa22422accc83ce03d74fc32312f1b93aff0) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* toasterconf.json updateDavid Reyna2015-02-021-4/+11
| | | | | | | | | | | | | | | The toaster layer configuration file is updated to specify sane default for more build configuration variables. Minor whitespace changes to beautify the file. Rebased by Alex from a patch written by David Reyna. (From meta-yocto rev: e6ac763a6f13c6338b5f7d6254ba763d9619a25b) Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers.inc: Update some items for Randy Witt.Randy Witt2015-02-021-14/+14
| | | | | | | | (From meta-yocto rev: 0d12e6a53743536d521233a20d2e37209845969b) Signed-off-by: Randy Witt <randy.e.witt@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* tiny-init: set proper S valuePetter Mabäcker2015-01-261-0/+2
| | | | | | | | | | | | Ensure that we are using a proper value for S, instead of the default value. All recipes must have a proper value set for S when solving [YOCTO #5627]. (From meta-yocto rev: 5ed1f6622435d8a38c472c8e5e5876900c9fc0f8) Signed-off-by: Petter Mabäcker <petter@technux.se> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: change case of Poky for DISTRO<->SANITY mismatchPaul Gortmaker2015-01-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using anything build appliance based will emit the warning: WARNING: Host distribution "poky-1.7" has not been validated with this version of the build system; you may possibly experience unexpected failures. It is recommended that you use a tested distribution. The chain of events leading to this is: 1) At image creation time: meta-yocto/conf/distro/poky.conf: DISTRO = "poky" meta/recipes-extended/lsb/lsb_4.1.bb: echo "DISTRIB_ID=${DISTRO}" >> ${D}${sysconfdir}/lsb-release 2) At deployment/usage time of the created image: meta/lib/oe/lsb.py: output, err = bb.process.run(['lsb_release', '-ir'], stderr=PIPE) meta-yocto/conf/distro/poky.conf: SANITY_TESTED_DISTROS ?= " \ Poky-1.6 \n \ Poky-1.7 \n \ [...] meta/classes/sanity.bbclass: distro = oe.lsb.distro_identifier() tested_distros = sanity_data.getVar('SANITY_TESTED_DISTROS', True) and hence the lsb.distro gets the lower case "poky" which fails to match the upper case "Poky" used in SANITY_TESTED_DISTROS. (From meta-yocto rev: 3373b04f8a61e5daa5d24501c0c7d8f947afb3f8) Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* upstream_tracking.inc: update entries for bashHongxu Jia2015-01-231-0/+1
| | | | | | | (From meta-yocto rev: 8777825344e201080547dc91a6c3a2f9a716760c) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers: Clean up a couple itemsSaul Wold2015-01-211-2/+0
| | | | | | | (From meta-yocto rev: 8636965b2e145002054c61822cbe2462392786f0) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers: Update for non-maintained recipesSaul Wold2015-01-201-9/+23
| | | | | | | (From meta-yocto rev: 20ac71eb2e9dfb6676a7565550a70e75c574fcf3) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers.inc: update itRobert Yang2015-01-161-0/+4
| | | | | | | | | | | | | | Added: gnu-efi python-git python-gitdb systemd (From meta-yocto rev: d3f8944125202da61a6247dba8dd1de6baa01fc0) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: add support for running mips64 qemu machineCristian Iorga2015-01-141-2/+2
| | | | | | | | | | | | qemumips64 machine lacks a qemu system emulator, so add it. Fix for [YOCTO #7082]. (From meta-yocto rev: 881f334879a42934ba50281c558eefcd8a74ad9e) Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: mark all CentOS 6/7 versions as compatiblePaul Eggleton2015-01-121-1/+2
| | | | | | | | | | | | | | | It's rather unlikely with a distribution such as CentOS that they would introduce changes that would cause us issues that we would not be prepared to fix; therefore use a wildcard to suppress the warning (in any case, CentOS 6.6 is now the current 6.x version.) Also add CentOS 7 as we are running regular builds on CentOS 7 machines as part of the autobuilder infrastructure. (From meta-yocto rev: 7eba5a772bb9e78288b4d8034d2f1925228a6343) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: add file-rdeps to WARN_QAPaul Eggleton2015-01-071-1/+1
| | | | | | | | | | This was added to the default value of WARN_QA in insane.bbclass in OE-Core, but we missed adding it to the value set in poky.conf. (From meta-yocto rev: 125621909c69ac00ca90e6001b7798c5123b0405) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* local.conf.sample: Add qemuarm64Mark Hatle2014-12-301-0/+1
| | | | | | | | | Add an example machine configuration for qemuarm64. (From meta-yocto rev: b1ba8091bf69c636821c443177b7768cd84d4c63) Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Add qemuarm64 supportRichard Purdie2014-12-231-1/+2
| | | | | | (From meta-yocto rev: 95232227e1a38bad4d97ab38dae9f7b4e4533efb) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto/conf/distro/include: Update package_regex'es and upstream info.Aníbal Limón2014-12-212-119/+42
| | | | | | | | | | | Update package_regex.inc in order to match upstream versions, remove unnecesary records because bb.fetch2 latest_versionstring method match this cases. Update upstream_info.inc remove un-updated records. (From meta-yocto rev: 0b9346afa6c09eca2e9738a55929af56de8dec55) Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>