summaryrefslogtreecommitdiffstats
path: root/meta-yocto
Commit message (Collapse)AuthorAgeFilesLines
* poky.conf: add Poky-1.4.3 to SANITY_TESTED_DISTROS for Build AppliancePaul Eggleton2014-03-051-0/+1
| | | | | | | (From meta-yocto rev: 2c2be428a127d67b608686ef6e8d1142c9f59be2) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Flip DISTRO_VERSION for 1.4.3Beth Flanagan2013-12-131-2/+2
| | | | | | | | | With 1.4.3 we need to flip vars in 1.4.3 (From meta-yocto rev: e5c4a75e0ae32e35b27934a66e9157f8910b5489) Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: update version for 1.4.2 releaseyocto-1.4.2.rc1yocto-1.4.2yocot-1.4.2dylan-9.0.2.rc1dylan-9.0.2Paul Eggleton2013-08-161-2/+3
| | | | | | | | | | | Update DISTRO_VERSION to 1.4.2 prior to the release and add this version to the list of tested distributions. DISTRO_NAME also needed to be updated to refer to Poky 9.0.2 specifically. (From meta-yocto rev: e640e62c50b9dd0fc6a1771dfc95a2585aed8a47) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-lsb: make NFS kernel server support specific to linux-yoctoBruce Ashfield2013-06-031-1/+1
| | | | | | | | | | | | | | | In the current releases, not all linux-yocto derived kernels have NFS support, or NFS support fragments availble. To ensure that derived kernels like linux-yocto-cutom continue to work against poky-lsb, we can make the KERNEL_FEATURE append more specific to the linux-yocto recipe. (From meta-yocto master rev: 99a25c55494fa4a317820841ab22794922c7fdfc) (From meta-yocto rev: d529a26df04771205cb8c58a9b90908ee9a6f5c8) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: update version to 1.4.1Paul Eggleton2013-05-221-1/+2
| | | | | | | | | | Update DISTRO_VERSION to 1.4.1 prior to the release and add this version to the list of tested distributions. (From meta-yocto rev: 7d3946673dba13022613a2d7b726f92fdffa72cf) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-lsb: Ensure kernel nfsd module is enabledSaul Wold2013-05-221-0/+3
| | | | | | | | | | | | LSB Test require NFS be enabled soe ensure that the kernel feature is on. (From meta-yocto master rev: af82f0ed0ccb5ce40b39f27fe5f9c1a981238297) (From meta-yocto rev: b596ddf722cbcc3d83e90b2376f5bab852775ccb) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: add Poky 1.4 and CentOS 6.4 to SANITY_TESTED_DISTROSPaul Eggleton2013-04-151-0/+2
| | | | | | | | | | | * CentOS 6.4 is the latest stable release; users of previous versions get automatically upgraded as part of normal distro updates. * Add Poky 1.4 for the build appliance (From meta-yocto rev: f6acd5f3d566d7339ddf40c1001f7a5cfa93abb6) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* classes/poky-sanity: fix handling of bblayers.conf updatingPaul Eggleton2013-04-131-9/+17
| | | | | | | | | | | | | | * Update for new structure in sanity.bbclass - use a separate function to update bblayers.conf and add it to the list to be executed * Additionally, don't add meta-yocto-bsp if it's already in BBLAYERS (this can occur when switching between DISTRO = "" or other distros which use a LAYER_CONF_VERSION = "5" and DISTRO = "poky" which has LAYER_CONF_VERSION = "6") (From meta-yocto rev: bdb75d78811a440b0009b473ab9ec277dbb21bbe) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: update SANITY_TESTED_DISTROSTrevor Woerner2013-04-111-0/+1
| | | | | | | | | | Include release 12.3 of openSUSE as sanity tested. For each of the provided qemu targets I have been able to "bitbake world" and "runqemu". (From meta-yocto rev: d78b34d29e6b38ecabdf5b63b02863a1448edb78) Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Flipping vars for dylan releaseElizabeth Flanagan2013-04-101-3/+4
| | | | | | | | | | DISTRO/SDKVERSION etc need to be flipped for dylan. This commit is valid only for the dylan branch. (From meta-yocto rev: acf28de230574800e38024df890261d4550e26b4) Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto*/conf/layer.conf: tweak BBFILES commentsPaul Eggleton2013-04-101-1/+1
| | | | | | | | | | "packages" was the old name (pre-2010) under which the recipe files were stored. (From meta-yocto rev: b8c2e0207147105093bf6aa9beb340d4422cfb42) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-tiny: Prefer linux-yocto-tiny_3.8Darren Hart2013-04-051-1/+1
| | | | | | | | | | | | Update the distro config to prefer the 3.8 version of the linux-yocto-tiny recipe. Build and boot tested on qemux86. (From meta-yocto rev: ecf30e58087618ffe38994681f6369d3ce43fac5) Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* package_regex.inc: add new regexesEmilia Ciobanu2013-04-051-0/+21
| | | | | | | | | | | | | | | | | | | Added regexes for packages: * fotowall * gcc* * libacpi * libarchive * libgcc * libmpc * lrzsz * mesa-demos * powertop * python-argparse (From meta-yocto rev: eecf7d5626b8d523c3668270fb6d5ec40f1276f6) Signed-off-by: Emilia Ciobanu <emilia.maria.silvia.ciobanu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* local.conf.sample: Add info about -ptest package groupMaxin B. John2013-04-051-0/+2
| | | | | | | | | Add information about ptest package testing in local.conf.sample file. (From meta-yocto rev: 9d6fa436f057b20662efa8af73762ce6df35ba97) Signed-off-by: Maxin B. John <maxin.john@enea.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Use weaker assignment for PREMIRROR1.4_M5.rc31.4_M5.finalKhem Raj2013-04-031-1/+1
| | | | | | | | | | | | This is to facilitate distros using poky as reference so that they can use ?= and provide an option for their users to override it if desired (From meta-yocto rev: cb3308d125f755cbece03d1ee00d8e255941fe9c) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: added distro codename variableCristian Iorga2013-04-031-0/+1
| | | | | | | | | | | | | Distro codename info will be included in /etc/lsb-release file. Partial fix for [YOCTO #4071]. (From meta-yocto rev: b73a543fb637269fe8597b831a683397a4f80c26) Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto/conf: Add conf-notes.txtRichard Purdie2013-04-021-0/+9
| | | | | | | | Match the changes in master and add the needed text. (From meta-yocto rev: 059cd3dd8eb48b7dd1a9cd0eb4e60061b0408ff9) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* package_regex.inc: Added regex for elfutilsEmilia Ciobanu2013-03-271-0/+1
| | | | | | | (From meta-yocto rev: c68885791ab754f4eaaa105445b18fc2980c33f0) Signed-off-by: Emilia Ciobanu <emilia.maria.silvia.ciobanu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: enable Wayland DISTRO_FEATURERoss Burton2013-03-271-1/+1
| | | | | | | | | | Without the Wayland feature you don't get the Wayland EGL platform built into Mesa, so Poky can't be used to test Wayland or Weston properly out of the box. (From meta-yocto rev: 641f0c42c062a0fdc36f71cb03ee18b91f253c3e) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* local.conf.sample.extended: remove obsolete DISTRO_FEATURES_INITMAN referenceRoss Burton2013-03-271-4/+0
| | | | | | | (From meta-yocto rev: 8b2d223b7ae0ac004ae4ad8c4f38a307fc433f60) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Added regex for gtk-update-icon-cache-nativeEmilia Ciobanu2013-03-261-0/+1
| | | | | | | (From meta-yocto rev: 952c206c51ea31cb69454b24db34eec477779f23) Signed-off-by: Emilia Ciobanu <emilia.maria.silvia.ciobanu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* packagegroup-core-tools-debug: split out Eclipse packagesPaul Eggleton2013-03-231-0/+1
| | | | | | | | | | | | Split out the packages added for Eclipse remote debugging to a separate package group so that we can avoid pulling them in if not using Eclipse. Fixes [YOCTO #3251]. (From meta-yocto rev: 79e138383716e02ed97aeb9aa63ce00f927f9768) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Include separatebuilddir.incRichard Purdie2013-03-231-0/+1
| | | | | | | | Use the separate builddir code for poky. (From meta-yocto rev: 2e861624ebcadd1ebbd37fa5892d2f9f44215c13) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* (distro-alias|maintainers|package-regex).inc: mesa-dri -> mesaLaurentiu Palcu2013-03-223-8/+8
| | | | | | | | | [YOCTO #3385] (From meta-yocto rev: b9c2f3ad5696ef0756bfec20770d76c649ee5e2a) Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* local.conf.sample.extended: update for disk monitorRobert Yang2013-03-221-4/+1
| | | | | | | | | | | | | The previous disk monitor is based on the disk, and one disk only can have one action, now it is based on the path, so we remove the additional comments from local.conf.sample.extended [YOCTO #3995] (From meta-yocto rev: 29c5de1feb144a768d6c60b8e5128b29091cf5a8) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-floating-revisions.inc: remove the duplicated SRCREV_pn-exmap-consoleRobert Yang2013-03-221-1/+0
| | | | | | | | | | | Remove the duplicated SRCREV_pn-exmap-console. [YOCTO #4064] (From meta-yocto rev: c5c544876c6c0bcb088d6244aa3585d874d3559a) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers.inc: remove several duplicated linesRobert Yang2013-03-221-7/+0
| | | | | | | | | | | | There are several duplicated lines in maintainers.inc, remove the duplicated ones. [YOCTO #4064] (From meta-yocto rev: 389cd73a1294ec4f8e810bc42307f7e753f917a7) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* package_regex.inc: added new regexesEmilia Ciobanu2013-03-221-5/+4
| | | | | | | | | | | | | Added/Updated regexes for: * btrfs-tools * xf86-video-omap * remake * sqlite3 (From meta-yocto rev: 241a50419e1bc341b367d33842851c34708a8bc4) Signed-off-by: Emilia Ciobanu <emilia.maria.silvia.ciobanu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* layer.conf: avoid unnecessary early expansion with :=Christopher Larson2013-03-191-3/+3
| | | | | | | | | bitbake handles immediate expansions of LAYERDIR for us automatically. (From meta-yocto rev: ee59f1ec94ba8474876603dad1ab32d131227f49) Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* upstream-tracking: added dbus no-update reasonCristian Iorga2013-03-171-0/+1
| | | | | | | | | D-Bus 1.7.x is the development branch. (From meta-yocto rev: f1de751fa260d4d14794ba6d92dcd8431dac851a) Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* tremor: added no update reasonCristian Iorga2013-03-171-1/+2
| | | | | | | | | | it is the same revision, but on different SVN modules (From meta-yocto rev: 9379d94b143089aaae4ba645b7a8eee42c98a961) Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* upstream-tracking: added bluez no-update reasonCristian Iorga2013-03-171-0/+1
| | | | | | | | | BlueZ 5.x is not compatible with BlueZ 4 (From meta-yocto rev: b03ec23c8e8d77a4e7bf7b7e5b6d01fcd478b07d) Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* upstream-tracking: added polkit no upgrade reasonCristian Iorga2013-03-171-3/+4
| | | | | | | (From meta-yocto rev: a1a78171b03ebcde8a1fce14fd2ae6c6fbcfbede) Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* upstream-tracking: added glib-2.0 no update reasonCristian Iorga2013-03-171-0/+1
| | | | | | | (From meta-yocto rev: 38c6149a1a5dbcb592538c3f6440037c75820769) Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* upstream_tracking: update no-upgrade reasonsConstantin Musca2013-03-071-3/+40
| | | | | | | (From meta-yocto rev: 21e6b230bacd8003bdfab326019d5b15df7f1e52) Signed-off-by: Constantin Musca <constantinx.musca@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto/linux-yocto: update qemu BSPs to 3.8 kernelBruce Ashfield2013-03-021-5/+5
| | | | | | | | | | | | | | | | Change linux-yocto preferred version to 3.8 for the qemu BSPs. The non-qemu default stays at 3.4 until the hardware reference platforms can be validated on the 3.8 kernel. At the same time, we remove the 3.0 linux-yocto bbappends, since they have been removed in the core layers and will cause dangling append problems if left in place. (From meta-yocto rev: 896b845e0e574f4c4f2205e0516c00f178dde185) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: update SANITY_TESTED_DISTROS for openSUSEMartin Jansa2013-03-021-3/+3
| | | | | | | (From meta-yocto rev: 50a6405b69bf87d898c19dfb24225476a960a0b1) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: update SANITY_TESTED_DISTROSMartin Jansa2013-03-011-22/+19
| | | | | | | | | | * use DistributorId-Release * please test values for Yocto, Poky, CentOS and openSUSE (From meta-yocto rev: ecc874c2594e7c88d2044f3eaef0c31988e9ae29) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* upstream_tracking.inc: Coonectivity and multimedia packages updatesCristian Iorga2013-02-251-3/+3
| | | | | | | | | Upstream packages tracking updates (From meta-yocto rev: f649c1494549d4fae937e05d5510721cb1c56330) Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* tiny-init: Mount devtmpfs manuallyDarren Hart2013-02-222-2/+4
| | | | | | | | | | | When using an initramfs, the default for poky-tiny, the kernel can't automatically mount devtmpfs. Ensure it is mounted. This eliminates the need to create the ptmx device. (From meta-yocto rev: b0ae9ca7078ec57fe21ccd8a14302a075ca07aa3) Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* package_regex.inc: updated regexesEmilia Ciobanu2013-02-221-4/+9
| | | | | | | | | | | | | | | | Added/updated regexes for: * libpfm4 * gtk+3 * bdwgc * iputils * foomatic-filters * icu * libpng (From meta-yocto rev: 2938ecffa39d5eca356126e069401f1819ead3f9) Signed-off-by: Emilia Ciobanu <emilia.maria.silvia.ciobanu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro: remove web and gtkhtml2 from distro trackingRoss Burton2013-02-195-9/+0
| | | | | | | (From meta-yocto rev: 92dd130f179dfe2f0fbc663055bf1ee99e2d101a) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers.inc: update ownership of recipesConstantin Musca2013-02-171-7/+7
| | | | | | | | | | | - I am the new maintainer for: groff, apt, js, augeas, gnutls and libtasn1 (From meta-yocto rev: 7e6b567dc00e71ee42af93980f63d17f6db5d135) Signed-off-by: Constantin Musca <constantinx.musca@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* local.conf.sample: Enhance the SSTATE_MIRRORS exampleRichard Purdie2013-02-151-1/+1
| | | | | | | | | | | | By using downloadfilename in the url, symlinks in the download directory can be avoided and hence directories with large numbers of files are less likely. [YOCTO #3220] (From meta-yocto rev: 1aac2282fe3416a59fe93bba0c54c4b8cf068a53) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Add Ubuntu 12.04.2 to sanity tested distrosKhem Raj2013-02-141-0/+1
| | | | | | | | | | | | I have been running poky master on this distro for some time now, this fix will avoid the warning about validated distros during bitbake parse phase. (From meta-yocto rev: 09bb10c11c00ed802ec6947add93efe25b001bb9) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Solved package namespace errors in PRSEmilia Ciobanu2013-02-141-2/+2
| | | | | | | | | | | Removed some beta versioning the system reported for the socat package and the development version reported by PRS for foomatic-filters. (From meta-yocto rev: 8a9bf7963df1bc001458341106b36af5df146e16) Signed-off-by: Emilia Ciobanu <emilia.maria.silvia.ciobanu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Cleanup of upstream_tracking.inc fileemilia.maria.silvia.ciobanu@intel.com2013-02-121-1351/+6
| | | | | | | | | | | | The upstream_tracking.inc file should keep only the names of the packages that need to be manually checked for upstream versions by the maintainers. Removed the packages that were moved into other layers and the ones that are currently reported by the PRS. (From meta-yocto rev: 3c382b0f13848d363b3589f2023685d240d0cc4e) Signed-off-by: emilia.maria.silvia.ciobanu@intel.com <eciobanu@yoctoproject.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto: Document new oe-git-proxy in site.conf.sampleDarren Hart2013-02-111-26/+9
| | | | | | | | | | | | | The new oe-git-proxy.sh should address all git proxying needs. Document its usage in meta-yocto/conf/site.conf.sample and remove references to the old mechanisms. V2: Separate out the meta-yocto changes from the oe-core changes (From meta-yocto rev: 4be5040a4d0b0fee0118ce31b233c666b8708b6a) Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro: remove orinoco-confRoss Burton2013-02-114-4/+0
| | | | | | | (From meta-yocto rev: 711aac2c293b4d3c53a1d1b34639645118133744) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro: remove clutter-box2dRoss Burton2013-02-113-3/+0
| | | | | | | (From meta-yocto rev: 217d76f2a308642c81367355d25ff812f88ea59e) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>