summaryrefslogtreecommitdiffstats
path: root/meta-yocto
Commit message (Collapse)AuthorAgeFilesLines
* poky.conf: Bump version for 2.0.3 jethro releaseRobert Yang2016-12-061-1/+1
| | | | | | | (From meta-yocto rev: 492121940d37a72cf7cbe18472a0471fdaba29ff) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Bump version for 2.0.2 jethro releaseRichard Purdie2016-05-231-1/+1
| | | | | | (From meta-yocto rev: a9b5cf91fa0ee913381ffec88503e2a40a2e04d4) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* conf/distro/poky.conf: use example.com for connectivity checkRoss Burton2016-05-141-4/+1
| | | | | | | | | | | | | | | | | | | | | Instead of pinging both the Yocto Project download and bugzilla sites, use https://www.example.com/. This is a reserved domain name and hosted by IANA, so is a key part of the Internet and should be available everywhere (whereas for example google.com is generally blocked by the Great Firewall of China). Also using a https: site verifies that any local proxies are configured for HTTPS as well as HTTP. In my testing this reduces the time taken for connectivity checks from 3 seconds to 1 second. (From meta-yocto rev: b253c6073be44090a19d1743deb58ef566853056) (From meta-yocto rev: c27b1d6ccac67ff3ed16079fcbe0f9a8644499ed) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* conf/local.conf.sample: comment out ASSUME_PROVIDED=libsdl-nativeRoss Burton2016-03-111-3/+4
| | | | | | | | | | | | | | | | | Ubuntu 15.10 and Debian testing can't build qemu-native against the host libsdl. Now that libsdl-native is buildable, comment out the ASSUME_PROVIDED which meant it wouldn't be used. [ YOCTO #8553 ] (From meta-yocto rev: 759accbfca46de058ce402938713189dab22a70c) (From meta-yocto rev: 32a797541bec9c8b13955f5a060558fe64c4fefc) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Bump version for 2.0.1 jethro releaseRichard Purdie2016-01-151-1/+1
| | | | | | (From meta-yocto rev: d5f3f25fab4e7076ea5dee2ad3669525dec78567) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto/distro: Updated SANITY_TESTED_DISTROS.Lucian Musat2015-11-031-0/+1
| | | | | | | | | Added Ubuntu 15.10. (From meta-yocto rev: 08ccca7559e2b74094f7335746a8cbec892d450d) Signed-off-by: Lucian Musat <george.l.musat@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto/distro: Updated SANITY_TESTED_DISTROS.Lucian Musat2015-11-031-0/+2
| | | | | | | | | Added poky 2.0 and Fedora 22. (From meta-yocto rev: 76d3570b011c71d9d5e00e05ba17afecc7819cb4) Signed-off-by: Lucian Musat <george.l.musat@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* local.conf.sample: Disable image-prelink by defaultMark Hatle2015-10-291-1/+3
| | | | | | | | | | | Due to problems with the prelinker itself, we need to disable the image-prelink by default. This will hopefully be re-enabled in the near future. (From meta-yocto rev: 51f83d2ee593c3936138aa50c06b0bfe9c6b9162) Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* toasterconf: update meta-yocto to jethro and drop dizzybrian avery2015-10-111-15/+15
| | | | | | | | | | | | Toaster only supports building 2 branches back. This updates the conf file for meta-yocto to support master, jethro, and fido. (From meta-yocto rev: 426fb86b4c8ed5c700efe55176628cb0280cb3ae) Signed-off-by: brian avery <avery.brian@gmail.com> Signed-off-by: Elliot Smith <elliot.smith@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* lib/oe/image.py: Add image generation for companion debug filesystemMark Hatle2015-10-071-0/+9
| | | | | | | | | | | | The companion debug filesystem, enabled with IMAGE_GEN_DEBUGFS, was creating the companion filesystem but was missing the code to actually package it into a usable filesystem. The code (and associated documentation) will allow the debugfs to generate a companion tarball or other image. Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* toaster: Special case the openembedded-core layer to avoid duplicatesMichael Wood2015-10-011-1/+1
| | | | | | | | | | | | If the openembedded-core layer is specified in the toasterconf we need to treat it differently because we may also get this layer either from the layerindex source or I can also be provided locally. (From meta-yocto rev: c05a715d0548eaf8c02c5fef43bab042efe171d4) Signed-off-by: Michael Wood <michael.g.wood@intel.com> Signed-off-by: brian avery <avery.brian@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Bump version for 2.0 jethro releaseRichard Purdie2015-10-011-2/+2
| | | | | | (From meta-yocto rev: 157da1bd70bf60fd7e33bc64e54e6229d7ee31ec) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers.inc: remove packages that are no longer in oe-coreAlexander Kanavin2015-09-121-2/+0
| | | | | | | | (From meta-yocto rev: 613c38fb9b5f20a89ca88f6836a21b9c7604e13e) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-tiny.conf: Require utmpx, its needed for busyboxKhem Raj2015-09-121-1/+1
| | | | | | | | | | | | | This libc feature is a basic need and prerequisite for busybox fix for [YOCTO #8243] to be merged [YOCTO #8243] (From meta-yocto rev: b24f3d01759642340887b7487f36939125c14b06) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers: add maintainer info for new webkitgtk, epiphany and their ↵Alexander Kanavin2015-09-122-3/+12
| | | | | | | | | dependencies (From meta-yocto rev: e10ff3acdae3cfbee4a207a0e7e8e850d02b5918) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro/include: Move files to OE-Core for support distrodataAníbal Limón2015-08-144-1274/+0
| | | | | | | | | | | | | | | | | The {package_regex,upstream_tracking,distro_alias}.inc was copied to OE-Core because they refers to recipes into OE-Core. The recipe_color.inc was not copied because is deprecated, this file was used to mark the quality status of recipe in the beginning of the Yocto Project. [YOCTO #7895] (From meta-yocto rev: e0d46b6275933612191af4732f67101cd12e1498) Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky: Fix SANITY_TESTED_DISTROS lsb name for openSUSE 13.2Trevor Woerner2015-07-311-1/+1
| | | | | | | | (From meta-yocto rev: eefd3580e451a09e7f4696f306d955a4caa1cf88) Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* upstream_tracking.inc: remove outdated informationAlexander Kanavin2015-07-311-39/+5
| | | | | | | | | | | | | | | | Most of the "no update reasons" no longer apply because the package has actually been updated long time ago, or the problem was in fact an incorrect upstream version check that can be fixed by tweaking REGEX_URI/REGEX pair. Also, only unfs3 is anymore taken from svn, so every other recipe for which upstream version is checked manually can be dropped. (From meta-yocto rev: b09425a8e5d0c1750c03d0b71a3f0ea15d4bedd1) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* package_regex.inc: updates to fix upstream version checks for multple packagesAlexander Kanavin2015-07-311-24/+121
| | | | | | | | | | | With this commit the percentage of recipes for which the upstream version check works should be improved significantly :-) (From meta-yocto rev: a1076652e8e6c7316bfe7018df53dd156770e31c) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro_alias.inc: drop reference to Google CodeAlexander Kanavin2015-07-311-1/+0
| | | | | | | | | | That service is shutting down soon. (From meta-yocto rev: 01bde161e20fd1ab6d9348e38d28acb31c13c231) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro/maintainers.inc: maintainer updatesRoss Burton2015-07-311-1/+10
| | | | | | | | | | | | Reassign Saul's recipes to either myself or the logical owner (Jussi in the case of X, Khem for toolchain, etc). Add more missing owners. (From meta-yocto rev: 70d208ecd2b17809bd617520d2933e7475c7323b) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro/maintainers.inc: Fix parsing error due to lack of " at end.Aníbal Limón2015-07-291-3/+3
| | | | | | | (From meta-yocto rev: d84fc70c2a7c8fc17c927e9dd316fb9570750a90) Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro/maintainers.inc: remove Saul Wold from maintainershipRoss Burton2015-07-291-143/+137
| | | | | | | | | | Reassign Saul's recipes to either myself or the logical owner (Jussi in the case of X, Khem for toolchain, etc). (From meta-yocto rev: 3886ca5f878ceec1e7d40b62d24938bebecdf1b0) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* qemu: change default version to 4.1Bruce Ashfield2015-07-251-7/+7
| | | | | | | | | | The 4.1 LTSI kernel is now availble, so we update the qemu reference platforms to have it as the default. (From meta-yocto rev: 42207321a52b69cecfb39e1e97f578822dbec9c3) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro: remove gamin metadataRoss Burton2015-07-212-2/+0
| | | | | | | | | Gamin has been removed from oe-core, so remove the tracking data for it. (From meta-yocto rev: 7a65809e09845181087e784baeff0dd32a670691) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* local.conf.sample: Added /tmp to BB_DISKMON_DIRSMariano Lopez2015-07-211-1/+5
| | | | | | | | | | | | | | If the there is no space left in /tmp the build will fail with very exotic errors. This monitor the space of /tmp. [YOCTO #8000] (From meta-yocto rev: 4402bfa6bcc1aec44a18fb4e16ce8becad106701) Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers/distro-alias: rename gtk-update-icon-cache to gtk-icon-utilsRoss Burton2015-07-162-2/+2
| | | | | | | (From meta-yocto rev: bdf8c318963b096ab11f0009fa3f6eec4efe207a) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* package_regex.inc: Add rules for clutter recipesJussi Kukkonen2015-07-161-0/+4
| | | | | | | | (From meta-yocto rev: 3beb2e5cd75db16be948cba4d7182d187c9b24a0) 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 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>