summaryrefslogtreecommitdiffstats
path: root/meta-yocto
AgeCommit message (Collapse)Author
2016-02-28meta-yocto: Rename to meta-poky to better match its purposeRichard Purdie
"poky" is the reference distribution for the Yocto Project. This renames the layer within the meta-yocto repository to meta-poky, better matching what that layer contains. A layer.conf file is left behind as this is the only way which allows existing builds to migrate safely to the new name. It will be removed at some future point. This change requires the corresponding OE-Core change to handle the migration and the changes to the infrastructure to support this. (From meta-yocto rev: d0c88df2e14672fca4ebbde93c5efbcd0e4fa9b6) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-02-15Remove obsolete references to exmapRandy MacLeod
Exmap was a useful tool but it appears to be unsupported. Remove it from the sample local.conf and remove the commented lines from the profile tools packagegroup. (From meta-yocto rev: 4c71076dc70fc9fd2c3c6183fe6e5c1724cf6682) Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-02-15poky: Disable static libs by defaultRichard Purdie
Static libraries are old technology. We've left them around since in previous tests, they only added around 5% to the overall build time. With new and interesting uses of OE, they're becoming more problematic. For example, sstate becomes much larger with static libs enabled which increases the size of eSDK and increases the time taken for sstate operations. Since the static libs contain all the debugging symbols, they're also pretty huge. Therefore use the common include which enables this from OE-Core. (From meta-yocto rev: a67da388fd9afd8c4b6084b972349da05b9a433e) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-02-12maintainers.inc: include libjpeg-turbo and mmc-utilsMaxin B. John
Include libjpeg-turbo and mmc-utils packages in the list. (From meta-yocto rev: f89dbf8a83c557d1612c67bea5535e7b82f218f5) Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-02-11poky: update qemu* to prefer 4.4 kernelBruce Ashfield
4.4 is out and has had enough mileage to be the default for the qemu machines. Tested with sato, minimal and kernel dev image types. (From meta-yocto rev: 99a698b1cc00ed1a4e2f2344c13db11da5f0d466) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-02-08maintainers: remove gtk-theme-torturer and gnome-mime-dataRoss Burton
(From meta-yocto rev: 1176f890cc022dc541f2754fa3782dcda676dd5e) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-02-05local.conf.sample.extended: Document HOW-TO enable systemd or busbox for ↵Khem Raj
init system OE core provides systemd,busybox as options for system init system along with sysvinit being the default. Document the needed settings to enable systemd and busybox as options if user wishes. (From meta-yocto rev: 36ea4c99bd1d769e1b4098c8cc9baffc161131b6) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-02-05local.conf.sample: Remove trailing whitespacesKhem Raj
(From meta-yocto rev: 93c7a1a72cb485fabd5f247e6245ec44b4cb26bf) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-02-04poky-tiny: Use musl for default system C libraryKhem Raj
poky-tiny is reference for smallest footprint distro that can be generated using yocto project infrastructure. Therefore switch to using musl which gives the smallest footprint with a lot of extra stretching for adding new package if needed, core-image-minimal for qemux86 comes out to be 716K ( rootfs only ), boot tested on qemux86/poky-tiny (From meta-yocto rev: e1b4918a4f3a19a125537a984ce4dadb79badcea) 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>
2016-02-04maintainers.inc: Set me as Maintainer of QEMU.Aníbal Limón
(From meta-yocto rev: eb1e3fa0644099295b4fe5a5a5415804b5fda693) 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>
2016-02-01poky: Add poky-world-exclude.inc and add qwt-asRichard Purdie
In an ideal world we'd test everything in every combination. Reality is we can't. This file contains things which we don't intend to test within our world builds. Add qwt since it has QA warnings which we don't intend to fix and we don't really want to build this either, its out of scope of our general qt4 requirements (which is for LSB). (From meta-yocto rev: 3c36d68765b942e396f3207008b84a2980ae300d) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-01-30conf/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>
2016-01-29local.conf.sample.extended: Update the info about BBMASKPeter Kjellerstedt
Update the info about BBMASK to reflect that it can now contain multiple regular expressions. Also correct a misspelled PREFERRED_VERSION in a comment. (From meta-yocto rev: c8eeb105fdb677cc6a93f7800b6c78a52b359bd3) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-01-22maintainers.inc: Correct maintainership for several packagesAlejandro Hernandez
(From meta-yocto rev: ca7c39723fabeab5c672b8745b597e68af920d39) 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>
2016-01-19poky.conf: Delete BB_SIGNATURE_HANDLER settingsKhem Raj
'OEBasicHash' is default in OE-Core, this setting can be leverages from core defaults (From meta-yocto rev: 85cb681b15665cd85ef1ed0a44102c54769293b2) 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>
2016-01-19maintainers: mark Khem as nominal owner for uclibcRoss Burton
(From meta-yocto rev: 4cf18d9de3d40840f727279cc3944ba0cef2ea7f) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-01-12conf/distro/poky-tiny: correctly disable python in opkg-utilsRoss Burton
opkg-utils has more than one PACKAGECONFIG option enabled by default so wiping out PACKAGECONFIG entirely breaks poky-tiny as then opkg-utils doesn't build an update-alternatives binary. Instead, use the _remove override to selectively disable Python in opkg-utils, leaving update-alternatives present. (From meta-yocto rev: 17d0862ebc3777d148e62fe9b69225eb4de2dfe0) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-01-11local.conf.sample: add qemumips64Yi Zhao
Add the missing example machine configuration for qemumips64 (From meta-yocto rev: d2d22c5e47ee5d88a96b7fa29289278ee0c69eab) Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-01-08maintainers.inc: remove x11vncRoss Burton
(From meta-yocto rev: 56ef81bce5450ea9e5752423ff765fc4e2958b48) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-01-08meta-yocto: drop qt4 referencesAlexander Kanavin
(From meta-yocto rev: c6abe9550785690155929c5a02e0f02a6abab9ab) 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>
2016-01-07poky-lsb/poky-tiny: update preferred kernel to 4.1Bruce Ashfield
The 3.14 LTSI kernel has been removed, so we bump the preferred kernel version to 4.1. (From meta-yocto rev: 63c1e527fbc82987617a4ca050d4ca82e2ef0f55) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-01-07conf/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>
2015-12-14meta-yocto/conf/toasterconf.json: remove SDKMACHINE variable as it no longer ↵brian avery
used (From meta-yocto rev: 16fe804f7f3eaa2a03e99874b132e412b84bf5ae) Signed-off-by: brian avery <avery.brian@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-12-10poky.conf: Bump for 2.1 development2.1_M1Beth Flanagan
(From meta-yocto rev: 45dd622d7447050e0c9caa067cce87d125518117) Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-11-24distro/maintainers.inc: include stress package detailsMaxin B. John
Include stress package in maintainers.inc file (From meta-yocto rev: a95cb3ef26ead4bd5b2794aa583aba98327e68f0) Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-11-16maintainers: mass reassign and cleanupRoss Burton
Remove several people who no longer should be considered owners of recipes, reassign more to the new distro team, add new recipes and prune removed ones. (From meta-yocto rev: 9bd13bac55faf37ba84da6769f32a5d584bd83cc) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-11-16Revert "local.conf.sample: Disable image-prelink by default"Mark Hatle
This reverts commit 6dd28030f323d7106a02ec54ce4e249561ab0836. Prelink now works properly again. Re-enable the functionality. (From meta-yocto rev: 582cfda2ebaddaa3707e38c30d98cb61f28f33d9) Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-11-03meta-yocto/distro: Updated SANITY_TESTED_DISTROS.Lucian Musat
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>
2015-11-03meta-yocto/distro: Updated SANITY_TESTED_DISTROS.Lucian Musat
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>
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. (From meta-yocto rev: 51f83d2ee593c3936138aa50c06b0bfe9c6b9162) 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. (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>
2015-10-07lib/oe/image.py: Add image generation for companion debug filesystemMark Hatle
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>
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. (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>
2015-10-01poky.conf: Bump version for 2.0 jethro releaseRichard Purdie
(From meta-yocto rev: 157da1bd70bf60fd7e33bc64e54e6229d7ee31ec) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-09-12maintainers.inc: remove packages that are no longer in oe-coreAlexander Kanavin
(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>
2015-09-12poky-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] (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>
2015-09-12maintainers: add maintainer info for new webkitgtk, epiphany and their ↵Alexander Kanavin
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>
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] (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>
2015-07-31poky: Fix SANITY_TESTED_DISTROS lsb name for openSUSE 13.2Trevor Woerner
(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>
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. (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>
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 :-) (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>
2015-07-31distro_alias.inc: drop reference to Google CodeAlexander Kanavin
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>
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. (From meta-yocto rev: 70d208ecd2b17809bd617520d2933e7475c7323b) 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
(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>
2015-07-29distro/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). (From meta-yocto rev: 3886ca5f878ceec1e7d40b62d24938bebecdf1b0) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-07-25qemu: 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. (From meta-yocto rev: 42207321a52b69cecfb39e1e97f578822dbec9c3) 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. (From meta-yocto rev: 7a65809e09845181087e784baeff0dd32a670691) 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] (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>
2015-07-16maintainers/distro-alias: rename gtk-update-icon-cache to gtk-icon-utilsRoss Burton
(From meta-yocto rev: bdf8c318963b096ab11f0009fa3f6eec4efe207a) 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
(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>