aboutsummaryrefslogtreecommitdiffstats
path: root/meta-yocto
AgeCommit message (Collapse)Author
2016-12-06poky.conf: Bump version for 2.0.3 jethro releasejethroRobert Yang
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
2016-05-23poky.conf: Bump version for 2.0.2 jethro releaseRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-05-14conf/distro/poky.conf: use example.com for connectivity checkRoss Burton
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) 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>
2016-03-11conf/local.conf.sample: comment out ASSUME_PROVIDED=libsdl-nativeRoss Burton
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) 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>
2016-01-15poky.conf: Bump version for 2.0.1 jethro releaseRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-11-03meta-yocto/distro: Updated SANITY_TESTED_DISTROS.Lucian Musat
Added Ubuntu 15.10. Signed-off-by: Lucian Musat <george.l.musat@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-11-03meta-yocto/distro: Updated SANITY_TESTED_DISTROS.Lucian Musat
Added poky 2.0 and Fedora 22. Signed-off-by: Lucian Musat <george.l.musat@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-10-29local.conf.sample: Disable image-prelink by defaultMark Hatle
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. Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-10-11toasterconf: update meta-yocto to jethro and drop dizzybrian avery
Toaster only supports building 2 branches back. This updates the conf file for meta-yocto to support master, jethro, and fido. 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>
2015-10-01toaster: Special case the openembedded-core layer to avoid duplicatesMichael Wood
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. 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>
2015-10-01poky.conf: Bump version for 2.0 jethro releaseRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-09-09maintainers.inc: remove packages that are no longer in oe-coreAlexander Kanavin
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>
2015-09-09poky-tiny.conf: Require utmpx, its needed for busyboxKhem Raj
This libc feature is a basic need and prerequisite for busybox fix for [YOCTO #8243] to be merged [YOCTO #8243] 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>
2015-09-09maintainers: add maintainer info for new webkitgtk, epiphany and their ↵Alexander Kanavin
dependencies Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-08-14distro/include: Move files to OE-Core for support distrodataAníbal Limón
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] 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>
2015-07-31poky: Fix SANITY_TESTED_DISTROS lsb name for openSUSE 13.2Trevor Woerner
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>
2015-07-31upstream_tracking.inc: remove outdated informationAlexander Kanavin
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. 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>
2015-07-31package_regex.inc: updates to fix upstream version checks for multple packagesAlexander Kanavin
With this commit the percentage of recipes for which the upstream version check works should be improved significantly :-) 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>
2015-07-31distro_alias.inc: drop reference to Google CodeAlexander Kanavin
That service is shutting down soon. 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>
2015-07-31distro/maintainers.inc: maintainer updatesRoss Burton
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. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-07-29distro/maintainers.inc: Fix parsing error due to lack of " at end.Aníbal Limón
Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-07-28distro/maintainers.inc: remove Saul Wold from maintainershipRoss Burton
Reassign Saul's recipes to either myself or the logical owner (Jussi in the case of X, Khem for toolchain, etc). Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-07-22qemu: change default version to 4.1Bruce Ashfield
The 4.1 LTSI kernel is now availble, so we update the qemu reference platforms to have it as the default. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-07-21distro: remove gamin metadataRoss Burton
Gamin has been removed from oe-core, so remove the tracking data for it. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-07-21local.conf.sample: Added /tmp to BB_DISKMON_DIRSMariano Lopez
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] 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>
2015-07-16maintainers/distro-alias: rename gtk-update-icon-cache to gtk-icon-utilsRoss Burton
Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-07-16package_regex.inc: Add rules for clutter recipesJussi Kukkonen
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>
2015-07-07maintainers.inc: reassign audio recipe maintainershipTanu Kaskinen
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. 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>
2015-07-02distro/package_regex.inc: Use GNOME_STABLE rule for valaJussi Kukkonen
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>
2015-06-23maintainers.inc: reassign GTK+ and X maintainershipJussi Kukkonen
Assign Ross' GTK+ and X related recipes to me. Remove a few lines that refer to non-existing recipes. Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-06-23distro/package_regex.inc: Fix dbus version patternJussi Kukkonen
D-Bus version x.y.z is unstable when y is odd. 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>
2015-06-11poky-tiny: Update kernel to 3.19Saul Wold
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] 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>
2015-06-08poky.conf: use correct GPLv3 license nameRoss Burton
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. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-06-03xserver-xorg: Upgrade 1.16.3 -> 1.17.1 (OELAYOUT_ABI change)Jussi Kukkonen
* 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 Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-06-03distro/package_regex: add stable branch regex for PangoRoss Burton
Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-05-26distro/upstream_tracking: remove stale update reasonsRoss Burton
Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-05-26distro/package_regex: Add extra patterns for GNOME stable release packagesRoss Burton
Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-05-26distro/package_regex: add patterns for GNOME stable releasesRoss Burton
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. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-05-21distro: remove obsolete gstreamer 0.10 packages from distro configurationAlexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-05-21upstream_tracking.inc: Remove obsolete reasonsJussi Kukkonen
Remove no-update reasons where the mentioned blocking dependency has already been upgraded or removed. Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-05-14poky.conf: Fix git URL exampleMariano Lopez
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 Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-05-14meta-yocto/distro: Added Ubuntu 15.04 to SANITY_TESTED_DISTROSLucian Musat
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>
2015-05-14maintainers.inc: update MAINTAINERSRobert Yang
Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-05-05poky.conf: remove SVK mirrorRoss Burton
The svk fetcher was removed in bitbake 1.22 and oe-core master doesn't consider svk: a valid URL for mirrors. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-05-03poky-lsb: Select that latest LTSI, not a version which doesn't existRichard Purdie
This fixes warnings in lsb builds. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-04-20upstream_tracking.inc: bluez4 removed from oe-coreCristian Iorga
info updated accordingly. Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-04-20maintainers.inc: remove info related to bluez4Cristian Iorga
bluez4, bluez-hcidump, gst-plugin-bluetooth recipes will be removed from oe-core, maintainers removed. Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-04-09upstream_tracking.inc: Add no-update reason for gdk-pixbufJussi Kukkonen
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-03-31distro_alias.inc: update/sort alias information.Beth Flanagan
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. Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-03-27toaster: updating toasterconf.json for fido releaseBelen Barros Pena
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. 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>