summaryrefslogtreecommitdiffstats
path: root/meta-yocto
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* distro/poky: Add Debian 7.5 and 7.6 version as validatedOtavio Salvador2014-09-031-0/+2
| | | | | | | (From meta-yocto rev: b3191f636e19bda563e7b4d0ec6575159760830e) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* nettle: Add name to maintainers listArmin Kuster2014-09-021-0/+1
| | | | | | | (From meta-yocto rev: a0737c1b1bc7d233b52342eb852e5f9cd670c02e) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* upstream_tracking: add lz4 version and date info for packageArmin Kuster2014-09-021-0/+3
| | | | | | | (From meta-yocto rev: 665f270cc71531351e20d285df96e1f087001d9d) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* conf: Account for eglibc->glibc moveKhem Raj2014-09-011-2/+2
| | | | | | | | | 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>
* poky-tiny: Fix qemu build failureRichard Purdie2014-08-311-1/+3
| | | | | | | | | | | | | | | | | | | | | 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>
* poky-tiny: Set native DISTRO_FEATURESRichard Purdie2014-08-311-0/+2
| | | | | | | | | | | | | | 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>
* poky-floating-revisions: SRCREV never worksin PREFERRED_VERSION, remove bad ↵Richard Purdie2014-08-251-8/+8
| | | | | | | | example (From meta-yocto rev: 42e89dca7916e033c278d5bd71cd283b9dd7d1da) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* nettle: add nettle to trackingArmin Kuster2014-08-231-0/+2
| | | | | | | | | | | | | | | | 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>
* local.conf.sample: Append sdl to qemu-native* PACKAGECONFIGRichard Purdie2014-08-171-2/+2
| | | | | | | | | 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>
* local.conf.sample.extended: fix example for EXTRA_USERS_PARAMSChen Qi2014-08-041-1/+1
| | | | | | | | | | | 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>
* upstream-tracking: Add various CHECK_DATE and UPDATE_REASONs for my recipesRichard Purdie2014-08-031-0/+6
| | | | | | | | | 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>
* poky: Enable build-deps QA test bu defaultRichard Purdie2014-08-021-1/+1
| | | | | | (From meta-yocto rev: ccd75ba472eae6d09b60565b0eeb59300425623b) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* local.conf.sample.extended: update for preferred ABIRobert Yang2014-08-021-0/+7
| | | | | | | | | | [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>
* bitbake.conf: move BB_NUMBER_THREADS and PARALLEL_MAKE to bitbake.confRoxana Ciobanu2014-07-232-22/+23
| | | | | | | | | | | | | 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>
* poky.conf: Catch up with qemu-config rename -> packagegroup-core-device-develRichard Purdie2014-07-211-1/+1
| | | | | | (From meta-yocto rev: 47fe26b0732559398a83988390302963c8c17bb5) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* lz4: Add self to maintainers listArmin Kuster2014-07-161-0/+1
| | | | | | | | (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>
* maintainers.inc: add info for libicalCristian Iorga2014-07-081-0/+1
| | | | | | | (From meta-yocto rev: 125187ff53a9d67940e73ef788a9cb3ebc750031) Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Add gitsm PREMIRRORSRichard Purdie2014-06-191-0/+1
| | | | | | (From meta-yocto rev: 44419af9a835d355a67cc5c61faa1b605dfe3ab3) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* local.conf.sample: Add sdl to nativesdk qemu PACKAGECONFIGSaul Wold2014-06-191-0/+1
| | | | | | | | | | | | 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>
* maintainers: Update directfb/ghostscript/libnewt/qmmp ownershipHongxu Jia2014-06-171-5/+5
| | | | | | | (From meta-yocto rev: e5ced15bcec6c61d39df977cd53b92ab62374f68) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* package_ipk.bbclass: Support hierarchical feedPaul Barker2014-06-171-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* maintainers: Update package ownershipSaul Wold2014-06-141-234/+241
| | | | | | | | (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>
* default-distrovars.inc: Remove unused variable 'LIMIT_BUILT_LOCALES'Jacob Kroon2014-06-131-3/+1
| | | | | | | | | | | | | 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>
* busybox: fix meta-yocto's bbappend's FILESEXTRAPATHSaul Wold2014-06-031-1/+1
| | | | | | | | | | | | | | The FILESEXTRAPATH was not getting used correctly since our distro OVERRIDE is for poky-tiny, not poky, so just remove it, also we are not using a version directory so ensure we get correct BPN (Base Package Name). [YOCTO #6353] (From meta-yocto rev: efdae2531ac6462f11568499441614279864a755) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-tiny: Update kernel version to 3.14Saul Wold2014-06-031-1/+1
| | | | | | | (From meta-yocto rev: 39c5093f8665a698c688650d40b4a9b7e6eef2ee) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers.inc: js package removedCristian Iorga2014-05-191-1/+0
| | | | | | | | | | 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>
* package_regex.inc: Changed, removed and added regexesIrina Patru2014-04-291-90/+104
| | | | | | | (From meta-yocto rev: d6774bb3be42b65471390855a181fbe4bc11d2d8) Signed-off-by: Irina Patru <irina.patru@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Globally replace 'base_contains' calls with 'bb.utils.contains'Otavio Salvador2014-04-251-1/+1
| | | | | | | | | | | 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>
* distro_alias.inc: update/sort alias information.Beth Flanagan2014-04-221-33/+36
| | | | | | | | | | | | | | | | 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>
* poky.conf: Post release version bumpRichard Purdie2014-04-101-2/+2
| | | | | | (From meta-yocto rev: 309dce3da11c02f07f8066b6ef28eb7ff345c1c8) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky: Branch for 1.6 daisy releaseRichard Purdie2014-04-101-2/+2
| | | | | | (From meta-yocto rev: 9e8ff9d7f0e80cf91983256e98cbb1f49213e61c) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Update SANITY_TESTED_DISTROSAlexandru Palalau2014-04-101-0/+1
| | | | | | | | | 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>
* poky.conf: Update SANITY_TESTED_DISTROSAlexandru Palalau2014-04-091-3/+1
| | | | | | | | | | 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>
* local.conf.sample: drop routerstationpro in favour of edgerouterPaul Eggleton2014-04-041-1/+1
| | | | | | | (From meta-yocto rev: 06f12ff4ac92bf94e15832b29c1bc357b3c050a2) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: added Poky 1.6 as tested distroCristian Iorga2014-04-041-0/+1
| | | | | | | | | | 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>
* poky-tiny: enable LFS for uclibcValentin Popa2014-04-041-0/+3
| | | | | | | | | | | | | 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>
* local.conf.sample: Update for beagleboard -> beagleboneRichard Purdie2014-03-311-1/+1
| | | | | | (From meta-yocto rev: f42c0c8b84acaad6bae4e46faba68d173a9859f2) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky: set qemu BSPs preferred version to 3.14Bruce Ashfield2014-03-311-7/+7
| | | | | | | (From meta-yocto rev: 7b91dccab24fff4ae5e3392336601fdc8f5ce1db) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro_alias.inc: remove packagegroup-toolset-nativeRobert Yang2014-03-301-1/+0
| | | | | | | | | | | 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>
* local.conf.sample.extended: update it for the archiverRobert Yang2014-03-261-1/+12
| | | | | | | | | | | 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>
* local.conf.sample.extended: update for the archiverRobert Yang2014-03-211-34/+29
| | | | | | | | | | | 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>
* meta-yocto/conf/distro/include/*: update image/packagegroup entriesPaul Eggleton2014-03-072-14/+6
| | | | | | | | | | 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>
* poky-tiny.conf: update for rename of core-image-basicPaul Eggleton2014-03-071-1/+1
| | | | | | | (From meta-yocto rev: 52c24365cd3e7b87b35623f16976edd8fdc55626) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gnutls: update regexValentin Popa2014-03-051-1/+2
| | | | | | | | | update regex for gnutls (From meta-yocto rev: 9ee4cb153b60baaa284cbc2aabb40e0e5c7ea44f) Signed-off-by: Valentin Popa <valentin.popa@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: add CentOS 6.5 to SANITY_TESTED_DISTROSPaul Eggleton2014-02-281-0/+1
| | | | | | | | | This is a point release and is an automatic upgrade for users of 6.4. (From meta-yocto rev: 6585869c990ab39abd99c4089ec79f8e6306a916) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-lsb.conf: fix the include path for security_flagsStefan Stanacar2014-02-251-1/+1
| | | | | | | | | | The correct file is security_flags.inc not .conf and it's probably a good idea to make it a require so it's a hard fail. (From meta-yocto rev: ead070c98f81dbc06e710926f04debf89d3440c5) Signed-off-by: Stefan Stanacar <stefanx.stanacar@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
OpenPOWER on IntegriCloud