summaryrefslogtreecommitdiffstats
path: root/meta-yocto
Commit message (Collapse)AuthorAgeFilesLines
* toasterconf: remove master as a branch option from fido releasebrian avery2015-12-081-19/+4
| | | | | | | | | | | | | | | Toaster isn't designed to be forward compatible. As such, a release cannot build releases newer then it. Particularly, "fido" cannot build "master", so we remove "master" from the list of supported releases in "fido" [YOCTO #8154] (From meta-yocto rev: e12c4cf27ccdf3f93035a8450b5ff62fe4fe9838) Signed-off-by: brian avery <avery.brian@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Bump version for 1.8.1 fido releaseRichard Purdie2015-09-291-1/+1
| | | | | | (From meta-yocto rev: debe2f66bad75f052bc74681d27951345418310f) 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: 7008eb9ed1e823afe9a36678b91f56046647ba46) 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: d9348157c4bee1789be7f7af9439c5ba287bb139) 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: 44f0d5fc79be64d18c8bb84326606c16621806d4) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Flip DISTRO_VERSION for pending 1.8 releaseBeth Flanagan2015-03-251-1/+1
| | | | | | | | | Flipping DISTRO_VERSION for fido. (From meta-yocto rev: 5d025acb4a37f74c17562bba3f1a35e0852c883f) 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>
* sanity: TMPDIR ABI change for kernel processRichard Purdie2014-12-211-1/+1
| | | | | | | | Increase the ABI number to match the kernel build process change. (From meta-yocto rev: 4214e61977dab113f5a8a1e1c9b3efe975c56c3a) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* toasterconf: naming and description changesBelen Barros Pena2014-12-181-6/+6
| | | | | | | | | | | | | | | | | | | | | Some minor changes to the names and descriptions used in the Toaster configuration file: * Change the local layer source name from Local Poky to Local Yocto Project to match release naming, which makes no reference to Poky * Change Imported Layer Source to just Imported layers. It is shorter, which helps table display * Change the helptext of the dizzy release to remove the "latest" reference, since might make maintenance hard (From meta-yocto rev: ab1326597bbc505c5beade577206de78cda2dae8) 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>
* distro/poky: Add Debian 8 (Jessie) as sanity testedOtavio Salvador2014-12-111-0/+1
| | | | | | | | | | | | | The Debian 8 (codename Jessie) is frozen and has been in use in our machines for some time. It has been working fine and as it is about to be released it is better to whitelist it and remove the ugly warning from build logs. (From meta-yocto rev: 1e34f87ace4a5c03c1be544acb7877c11bca9a28) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto/distro: Updated SANITY_TESTED_DISTROS.Lucian Musat2014-12-051-14/+2
| | | | | | | | | | Removed Poky-1.4, Poky-1.5, Ubuntu-13.10, Fedora-19, CentOs-6.4,Suse-LINUX-12.2. Replaced the list of Debian-7.x with wildcard. Added Ubuntu 14.10. (From meta-yocto rev: 2e71ff3f007f446ecfd6a0ccce5ec1ca1018183e) 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>
* upstream_tracking.inc: update entries for dbusChong Lu2014-12-031-1/+1
| | | | | | | (From meta-yocto rev: 6b4fca83123c4e45ae48a72eab494b3b4d93002e) Signed-off-by: Chong Lu <Chong.Lu@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* package_regex.inc: Update REGEX'es in order to find upstream versions correctlyAníbal Limón2014-11-281-196/+204
| | | | | | | | | | | | | | | | | | | Since Bitbake fetcher implements latest version string methods using bs4 to parse HTML data some regexes need update because bs4 gives functionality to get href entries and isn't necessary put pattern [hH][rR][eE][fF] into it, this make maintenance easier. Compatibility testing was made running distrodata class and the result files can be found at: https://bugzilla.yoctoproject.org/show_bug.cgi?id=1813 [YOCTO #1813] (From meta-yocto rev: 9a926dda9f945f181775f64f024af7ee2ea8e6a4) Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* toasterconf: fix localpath valuesAlexandru DAMIAN2014-11-271-2/+2
| | | | | | | | | | The toasterconf.json file listed wrong local path values for meta-yocto and meta-yocto-bsp. This patch fixes the values. (From meta-yocto rev: ffbb53656090590348bd9f70a6158d17adf0b30d) Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers.inc: update maintainersRobert Yang2014-11-261-41/+39
| | | | | | | | | | | * Update maintainers * Fix some typos * Remove duplicated lines (From meta-yocto rev: 7a817624fd068146ba9d66eff64acf4918f6ccc0) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* toaster: add toaster layer configuration files for meta-yoctoAlexandru DAMIAN2014-11-211-0/+97
| | | | | | | | | | | | | | | | In managed mode, Toaster tries to create project configuration based on the layers that are being checked-out on disk. This is done by using a JSON configuration file that is layer-specific. This patch adds toasterconf.json files to the meta-yocto layer, allowing Toaster projects based on Yocto Project releases. (From meta-yocto rev: 3011da795a1c208438424e064cd5f77a21b6a87a) Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers: Update per replies on OE-CoreSigned-off-by: Saul Wold2014-11-101-6/+15
| | | | | | | (From meta-yocto rev: bc8b6d31dcb0ac4a0cda77214369259c8eb37027) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-tiny.conf: remove inherit of blacklistPaul Eggleton2014-11-041-1/+0
| | | | | | | | | The blacklist class is now automatically inherited. (From meta-yocto rev: b61b1c2d309ae46ae15cd97eaf4ece8aff20319d) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers.inc: Updated with some ownership for Aníbal Limón and ↵Aníbal Limón2014-10-301-35/+35
| | | | | | | | | Alejandro Hernandez. (From meta-yocto rev: aba82bf1ddd581ed432771c6f19998370e120f41) Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-lsb: Set LTSI as base kernel for LSBSaul Wold2014-10-241-1/+2
| | | | | | | | | | | | By doing this we will enable the LTSI kernel (3.10 at this time) for the LSB based images. [YOCTO #6853] (From meta-yocto rev: 4f828e2160942cb05c93fa6f48a5a4b590940497) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: add Debian 7.7 to SANITY_TESTED_DISTROSRoss Burton2014-10-241-0/+1
| | | | | | | (From meta-yocto rev: bf36e7598d1718851b2d49fe77b4a46b4da3071a) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* local.conf.sample.extended: update for RPM_PREFER_ELF_ARCHRobert Yang2014-10-241-3/+3
| | | | | | | | | | | | Updated as the rpm upstream suggested: - RPM_PREFER_COLOR -> RPM_PREFER_ELF_ARCH - 3 -> 4 (From meta-yocto rev: 4bc3b88bbf626e412b5e3892d0b6fbe641e1cb1a) 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>
* Revert "meta-yocto: make 3.17 the preferred qemu kernel version"Richard Purdie2014-10-101-7/+7
| | | | | | | | | | | | | | | | | | 3.17 has problems with: a) CONFIG_USB_WACOM -> CONFIG_HID_WACOM b) The wacom driver no longer working with qemu c) The USB stack being missing on arm and ppc and these are just the issues we know about. Switch back to 3.14 until 3.17 is fixed. This reverts commit 6a56492f3ae5e2a7e4d5b80169710a0eab87c0e2. (From meta-yocto rev: 60ff51c7a53865ac6d6f04119264982fc6a7fa4e) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto: make 3.17 the preferred qemu kernel versionBruce Ashfield2014-10-021-7/+7
| | | | | | | | | | 3.17 is ready and stable to be used as the default for the qemu* BSPs, so we update their preferred version to reflect this. (From meta-yocto rev: 7d6a692ab48e793ec2af79303d160ddb4fca324d) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* local.conf.sample.extended: Document RPM4 setupSaul Wold2014-09-301-0/+11
| | | | | | | (From meta-yocto rev: 07da1f62e967ea749eb773027530bbe35379fc3c) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Bump version for 1.7 dizzy releaseRichard Purdie2014-09-231-2/+3
| | | | | | (From meta-yocto rev: aa6a779bbda84b53587979cc400aa4d30afbf03a) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
OpenPOWER on IntegriCloud