summaryrefslogtreecommitdiffstats
path: root/meta-yocto/conf
AgeCommit message (Collapse)Author
2015-04-17poky: Update to 1.7.2 release versionRichard Purdie
(From meta-yocto rev: f1b296085c8e511861de951db594884bc7ab42c8) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-02-11poky.conf: add file-rdeps to WARN_QAPaul Eggleton
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: 81d74d30d4a034801306a124d0036999613fdfce) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-01-06poky.conf: Update DISTRO_VERSION for 1.7.1Richard Purdie
(From meta-yocto rev: fa38fe6665bdc9acba77dd2ddff64077d188b0ee) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-10-31poky.conf: add Debian 7.7 to SANITY_TESTED_DISTROSRoss Burton
(From meta-yocto rev: 28fde806133c413e40da18beaf94bfd2eb016d57) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-10-10Revert "meta-yocto: make 3.17 the preferred qemu kernel version"Richard Purdie
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>
2014-10-02meta-yocto: make 3.17 the preferred qemu kernel versionBruce Ashfield
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>
2014-09-30local.conf.sample.extended: Document RPM4 setupSaul Wold
(From meta-yocto rev: 07da1f62e967ea749eb773027530bbe35379fc3c) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-09-23poky.conf: Bump version for 1.7 dizzy releaseRichard Purdie
(From meta-yocto rev: aa6a779bbda84b53587979cc400aa4d30afbf03a) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-09-03distro/poky: Add Debian 7.5 and 7.6 version as validatedOtavio Salvador
(From meta-yocto rev: b3191f636e19bda563e7b4d0ec6575159760830e) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-09-02nettle: Add name to maintainers listArmin Kuster
(From meta-yocto rev: a0737c1b1bc7d233b52342eb852e5f9cd670c02e) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-09-02upstream_tracking: add lz4 version and date info for packageArmin Kuster
(From meta-yocto rev: 665f270cc71531351e20d285df96e1f087001d9d) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-09-01conf: Account for eglibc->glibc moveKhem Raj
Change references in documentation appropriately (From meta-yocto rev: 2305abe44012b17a627afc6c63fc7eb4ff104f68) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-08-31poky-tiny: Fix qemu build failureRichard Purdie
qemu-native shows: | ERROR: User requested feature sdl | configure was not able to find it. | Install SDL devel | and from config.log, it shows: pokybuild@ubuntu1404:~/yocto-autobuilder/yocto-worker/poky-tiny/build/build/tmp/work/x86_64-linux/qemu-native/2.1.0-r0/qemu-2.1.0$ gcc -fPIE -DPIE -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -isystem/home/pokybuild/yocto-autobuilder/yocto-worker/poky-tiny/build/build/tmp/sysroots/x86_64-linux/usr/include -O2 -pipe -Wendif-labels -Wmissing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-all -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -g -L/home/pokybuild/yocto-autobuilder/yocto-worker/poky-tiny/build/build/tmp/sysroots/x86_64-linux/usr/lib -L/home/pokybuild/yocto-autobuilder/yocto-worker/poky-tiny/build/build/tmp/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/pokybuild/yocto-autobuilder/yocto-worker/poky-tiny/build/build/tmp/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/pokybuild/yocto-autobuilder/yocto-worker/poky-tiny/build/build/tmp/sysroots/x86_64-linux/lib -Wl,-rpath,/home/pokybuild/yocto-autobuilder/yocto-worker/poky-tiny/build/build/tmp/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/pokybuild/yocto-autobuilder/yocto-worker/poky-tiny/build/build/tmp/sysroots/x86_64-linux/lib -Wl,-O1 -L/usr/lib/x86_64-linux-gnu -lSDL //lib/x86_64-linux-gnu/libncursesw.so.5: undefined reference to `_nc_putchar' collect2: error: ld returned 1 exit status Enabling widec for ncurses-native should resolve this. (From meta-yocto rev: d573396eab4fa3efa42d4ac996bdcc5196e793ae) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-08-31poky-tiny: Set native DISTRO_FEATURESRichard Purdie
This should resolve failures like: NOTE: Resolving any missing task queue dependencies ERROR: Nothing PROVIDES 'libxext-native' (but virtual:native:/home/pokybuild/yocto-autobuilder/yocto-worker/poky-tiny/build/meta/recipes-devtools/qemu/qemu_2.1.0.bb DEPENDS on or otherwise requires it) ERROR: libxext-native was skipped: missing required distro feature 'x11' (not in DISTRO_FEATURES) NOTE: Runtime target 'qemu-native' is unbuildable, removing... Missing or unbuildable dependency chain was: ['qemu-native', 'libxext-native'] (From meta-yocto rev: 171e3df2ddfe8b30657fd5957f2fe1bc3fb3648b) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-08-25poky-floating-revisions: SRCREV never worksin PREFERRED_VERSION, remove bad ↵Richard Purdie
example (From meta-yocto rev: 42e89dca7916e033c278d5bd71cd283b9dd7d1da) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-08-23nettle: add nettle to trackingArmin Kuster
add note on regarding nettle upgrade V2: add missing '_pn' : more description. Nettle version 3.0.0 breaks gnutls build do to api changes. Updating to nettle 3.0 is on gnutls roadmap https://www.gitorious.org/gnutls/pages/Plan3_4 (From meta-yocto rev: 3cf0833b08329c734da9ea4330eedea9b3431299) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-08-17local.conf.sample: Append sdl to qemu-native* PACKAGECONFIGRichard Purdie
Now there are other PACKAGECONFIG options to qemu, we need to append to the list. (From meta-yocto rev: 64eda23b154196a499a011f9a276cadf1dd04b88) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-08-04local.conf.sample.extended: fix example for EXTRA_USERS_PARAMSChen Qi
The `groupdel' command doesn't support '-g' option, so remove it. [YOCTO #6575] (From meta-yocto rev: 2dd9b0f4f6186c4e93c84fe8880b9f7905f9998a) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-08-03upstream-tracking: Add various CHECK_DATE and UPDATE_REASONs for my recipesRichard Purdie
Update the CHECK_DATE and various UPDATE_REASON/UPDATE_VERSION fields for various recipes I maintain. (From meta-yocto rev: f16a309c722ea021d351d42a2e2853e771f51c82) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-08-02poky: Enable build-deps QA test bu defaultRichard Purdie
(From meta-yocto rev: ccd75ba472eae6d09b60565b0eeb59300425623b) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-08-02local.conf.sample.extended: update for preferred ABIRobert Yang
[YOCTO #4073] (From meta-yocto rev: 9ac03f2de1d32a0a9bffe2388d661633159472ad) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-07-23bitbake.conf: move BB_NUMBER_THREADS and PARALLEL_MAKE to bitbake.confRoxana Ciobanu
Currently, BB_NUMBER_THREADS and PARALLEL_MAKE default to unset and are set in local.conf. Now that we have the automatic probing, the default values can be set in bitbake.conf and an example of explicitly defining how many tasks to run can be moved to local.conf.sample.extended. [YOCTO #6217] Signed-off-by: Roxana Ciobanu <roxana.ciobanu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-07-21poky.conf: Catch up with qemu-config rename -> packagegroup-core-device-develRichard Purdie
(From meta-yocto rev: 47fe26b0732559398a83988390302963c8c17bb5) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-07-16lz4: Add self to maintainers listArmin Kuster
(From meta-yocto rev: e06f8c0f07510b3bd31b21419546c7b02eaabd75) Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-07-08maintainers.inc: add info for libicalCristian Iorga
(From meta-yocto rev: 125187ff53a9d67940e73ef788a9cb3ebc750031) Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-06-19poky.conf: Add gitsm PREMIRRORSRichard Purdie
(From meta-yocto rev: 44419af9a835d355a67cc5c61faa1b605dfe3ab3) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-06-19local.conf.sample: Add sdl to nativesdk qemu PACKAGECONFIGSaul Wold
Enable SDL by default for nativesdk as we do with natve, this will allow qemu with ADT to use graphics no vnc by default. [YOCTO #6446] (From meta-yocto rev: 42001a84f793841a5859b53fe7bc565ac6a94833) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-06-17maintainers: Update directfb/ghostscript/libnewt/qmmp ownershipHongxu Jia
(From meta-yocto rev: e5ced15bcec6c61d39df977cd53b92ab62374f68) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-06-17package_ipk.bbclass: Support hierarchical feedPaul Barker
This patch allows for an optional new layout for ipk feed directories which I've called a 'hierarchical feed' and is based on how Debian pools package files. It is disabled by default and is enabled by setting IPK_HIERARCHICAL_FEED to "1". In the traditional feed layout, package files are placed in <outdir>/<arch>/. This can lead to several thousand files existing in a single directory which is often a problem if developers want to upload a package feed to a shared web hosting provider. For example, in my case, listing files via FTP only shows the first 2000 files, breaking my scripts which attempt to upload only new and changed files via FTP. In the hierarchical feed, package files are written to <outdir>/<arch>/<pkg_prefix>/<pkg_subdir>, where pkg_prefix is the first letter of the package file name for non-lib packages or "lib" plus the 4th letter of the package file name for lib packages (eg, 'l' for less, 'libc' for libc6). pkg_subdir is the root of the package file name, discarding the version and architecture parts and the common suffixes '-dbg', '-dev', '-doc', '-staticdev', '-locale' and '-locale-*' which are listed in meta/conf/bitbake.conf. This change relies on recent patches to opkg-utils which support hierarchical package feeds. (From meta-yocto rev: a0ab1527f975343f325fb2a5b0ecd14acdd65bc0) Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-06-14maintainers: Update package ownershipSaul Wold
(From meta-yocto rev: 0d9336602b816e0acc3b67878320d155e5b0d205) Signed-off-by: Ross Burton <ross@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-06-13default-distrovars.inc: Remove unused variable 'LIMIT_BUILT_LOCALES'Jacob Kroon
This variable is a left-over from early glibc recipes. It is not referenced anymore in oe-core, and its functionality has been replaced with 'GLIBC_GENERATE_LOCALES'. Also remove the reference to it in local.conf.sample.extended. (From meta-yocto rev: 863e8e26d181ef2210578084442693bcd7cfb765) Signed-off-by: Jacob Kroon <jacob.kroon@mikrodidakt.se> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-06-03poky-tiny: Update kernel version to 3.14Saul Wold
(From meta-yocto rev: 39c5093f8665a698c688650d40b4a9b7e6eef2ee) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-05-19maintainers.inc: js package removedCristian Iorga
js package is no longer present in oe-core; Removed Cristian Iorga as maintainer. (From meta-yocto rev: 7904a4c10122aa87ca815d1fad06803bb38fdcda) Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-04-29package_regex.inc: Changed, removed and added regexesIrina Patru
(From meta-yocto rev: d6774bb3be42b65471390855a181fbe4bc11d2d8) Signed-off-by: Irina Patru <irina.patru@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-04-25Globally replace 'base_contains' calls with 'bb.utils.contains'Otavio Salvador
The base_contains is kept as a compatibility method and we ought to not use it in OE-Core so we can remove it from base metadata in future. (From meta-yocto rev: 5021839af713cb34bea5888981f2184104b6d35e) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-04-22distro_alias.inc: update/sort alias information.Beth Flanagan
Added new package data and resorted per http://article.gmane.org/gmane.linux.embedded.poky/9253 Removed -native packages as distrodata handles them in OVERRIDES. However, meta packages and grub-efi are special and needs some handling within distrodata. I have a patch for this but for the release I'm leaving them within distro-alias. (From meta-yocto rev: 8dd51c4781634eb4cf3b431fcc1efd33b6653e7c) Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-04-10poky.conf: Post release version bumpRichard Purdie
(From meta-yocto rev: 309dce3da11c02f07f8066b6ef28eb7ff345c1c8) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-04-10poky: Branch for 1.6 daisy releaseRichard Purdie
(From meta-yocto rev: 9e8ff9d7f0e80cf91983256e98cbb1f49213e61c) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-04-10poky.conf: Update SANITY_TESTED_DISTROSAlexandru Palalau
Added openSUSE-project-13.1 to SANITY_TESTED_DISTROS (From meta-yocto rev: 01343508770d001bb87b0bce9826b68136c9400f) Signed-off-by: Alexandru Palalau <alexandrux.palalau@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-04-09poky.conf: Update SANITY_TESTED_DISTROSAlexandru Palalau
Removed Ubuntu 12.10, Ubuntu 13.04 and Fedora 18 from SANITY_TESTED_DISTROS Added Ubuntu 14.04. Tests were done for Ubuntu 14.04 beta. (From meta-yocto rev: 92690c68b4907eaf8869efc080ce1202a3bf693a) Signed-off-by: Alexandru Palalau <alexandrux.palalau@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-04-04local.conf.sample: drop routerstationpro in favour of edgerouterPaul Eggleton
(From meta-yocto rev: 06f12ff4ac92bf94e15832b29c1bc357b3c050a2) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-04-04poky.conf: added Poky 1.6 as tested distroCristian Iorga
Build Appliance will not complain about distro. (From meta-yocto rev: 5111dadadd92cb08fd3cfee16b55a6f81d5ac65d) 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>
2014-04-04poky-tiny: enable LFS for uclibcValentin Popa
Enable large file support for uclibc. This patch also solves the build issue reported for uclibc (poky-tiny). [YOCTO #5865] (From meta-yocto rev: 9ab612bf3bc709116572419f0e8155d1a047541c) Signed-off-by: Valentin Popa <valentin.popa@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-03-31local.conf.sample: Update for beagleboard -> beagleboneRichard Purdie
(From meta-yocto rev: f42c0c8b84acaad6bae4e46faba68d173a9859f2) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-03-31poky: set qemu BSPs preferred version to 3.14Bruce Ashfield
(From meta-yocto rev: 7b91dccab24fff4ae5e3392336601fdc8f5ce1db) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-03-30distro_alias.inc: remove packagegroup-toolset-nativeRobert Yang
There was a patch in oe-core to remove the recipe packagegroup-toolset-native.bb, then we also need to remove it from distro_alias.inc. (From meta-yocto rev: 98e86ada4827013af0e9a0e9719d65cde329ecd8) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-03-26local.conf.sample.extended: update it for the archiverRobert Yang
Add the filter license comment for archiver.bbclass. [YOCTO #5740] (From meta-yocto rev: e8be485da68abcdda17004c539e37ead5283fc4c) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-03-21local.conf.sample.extended: update for the archiverRobert Yang
Updated it since we have refactored the archiver.bbclass. [YOCTO #5113] (From meta-yocto rev: 0bb498b011113ddf79a51675678bb46b32490237) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-03-07meta-yocto/conf/distro/include/*: update image/packagegroup entriesPaul Eggleton
These files were somewhat out-of-date with regard to some of the changes that have happened with packagegroups and images, so update them. (From meta-yocto rev: 752d64f5e2c9cccf939b131bbcb5bd52b5d1e6c6) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-03-07poky-tiny.conf: update for rename of core-image-basicPaul Eggleton
(From meta-yocto rev: 52c24365cd3e7b87b35623f16976edd8fdc55626) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>