summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* msmtp: Disable gnome keyringMark Hatle2011-06-281-1/+3
| | | | | | | | | | | Unless we explicitly disable the gnome keyring support, the system will attemp to discover if it's available which changes the package output. (From OE-Core rev: a41c763595086fa30fb80715a60d9135fa6cf01a) Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* prelink: Uprev prelink to latest versionMark Hatle2011-06-282-4/+23
| | | | | | | | | | | | | | | | The latest cross-prelink version tracks the prelink r190 SVN. Fix two minor issues as well. If we remove the package, we would unprelink the filesystem after the rm was finished. This is incorrect.. we need to do this prerm. Move the cron and cron configuration file to a new package split. This item is not valid for most embedded users. (From OE-Core rev: e8da02aeae4b3c1c2a805d63d6d0919d3034aba6) Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dhcp: don't try to move files from ${sbindir} to ${base_sbindir} if they are ↵Phil Blundell2011-06-281-1/+3
| | | | | | | | | the same (From OE-Core rev: 70a786ad881607f6312fe80655c79ab81c53996a) Signed-off-by: Phil Blundell <philb@gnu.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libtirpc: Upgrade 0.2.1 -> 0.2.2Khem Raj2011-06-285-21/+115
| | | | | | | | | | | | | Additionally bring in the nis headers which will be required when using eglibc 2.14 where rpc support is removed. Make it provide virtual/librpc (From OE-Core rev: 42a521b28817cc8d905a93a82e02481a8968cd26) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* base-passwd: remove login.defs referencesScott Garman2011-06-282-394/+1
| | | | | | | | | | | login.defs is owned by shadow-utils, and doesn't belong here. The shadow-sysroot recipe was created to handle the case this was originally added for (useradd.bbclass support). (From OE-Core rev: 3244e21b0d4bd7472330d058b97dc62ea79e0ef9) Signed-off-by: Scott Garman <scott.a.garman@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* shadow-sysroot: new recipe for useradd.bbclass supportScott Garman2011-06-282-0/+427
| | | | | | | | | | | | | Packaging login.defs with base-passwd causes problems due to the file being included in target package installs. Instead, this shadow-sysroot recipe can be used by useradd.bbclass to put login.defs into the target sysroot without disturbing packages intended for target devices. (From OE-Core rev: 6cbf741d73070759ecb9a284e6511c63d945f7c1) Signed-off-by: Scott Garman <scott.a.garman@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gcc: Fix file ownershipMark Hatle2011-06-285-0/+9
| | | | | | | | | | | Most of the files that end up in the gcc include dir and other misc files scattered throughout the install get the build users uid and gid. (From OE-Core rev: db99a65b3e93dfacc27ea821c788f15b5de3a497) Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* base/glib-2.0: Simplify USE_NLS handling for glib-2.0Richard Purdie2011-06-284-13/+1
| | | | | | | | | | | | | | | Currently the only way to get anything to build is to set USE_NLS="yes" for glib-2.0. We might as well do this in the recipe by default for now and simpllify the code. The magic handling of USE_NLS_<recipename> is also removed since this can be done in the form USE_NLS_pn-<recipename> using overrides these days. (From OE-Core rev: 2e3727b05ae58aaf1eed88967c13cae085e7a702) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* classes/conf: Drop MULTIMACH_ARCH variable, it adds unused complexity and ↵Richard Purdie2011-06-284-23/+12
| | | | | | | | | serves no useful purpose (From OE-Core rev: e623d3015bbdeb2b42b9763937be899a1fa9c0ca) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* base.bbclass: Since we require python 2.6 which always contains hashlib we ↵Richard Purdie2011-06-281-10/+0
| | | | | | | | | can drop this fallback code (From OE-Core rev: 4ac0b49b65106c2214ae80517fe9f66630d4540c) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* base.bbclass: Drop old style SRCDATE handling, we have pn- overrides nowRichard Purdie2011-06-281-5/+0
| | | | | | | (From OE-Core rev: 0e88b873e758c158cde11009a8c6f9ca5f7a63dc) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* glibc/eglibc: Add missing PR bumpRichard Purdie2011-06-283-3/+3
| | | | | | (From OE-Core rev: 43d1f8aefac0d25547530a5f26effbffaaf4d9d0) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* eglibc: Fix version 2.12 after locale changesRichard Purdie2011-06-287-74/+76
| | | | | | (From OE-Core rev: aef499ba1356f7f21f0f2589da74fa1ea82718c9) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bitbake wrapper: exit if python v3 is detectedScott Garman2011-06-281-0/+11
| | | | | | | | | | | | | | Make sure we're not using python v3.x. This check can't go into sanity.bbclass because bitbake's source code doesn't even pass parsing stage when used with python v3, so we catch it here so we can offer a meaningful error message. This fixes bug [YOCTO #1128] (From OE-Core rev: 9dd2d6b7ee36af6229eb9e9c448eab3a6895a9c5) Signed-off-by: Scott Garman <scott.a.garman@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libc-package.bbclass: Replace hard coded libdir.Lianhao Lu2011-06-281-3/+4
| | | | | | | | | | Replace the hard coded libdir for locale generating to meet the multilib requirement. (From OE-Core rev: 1609fd2b6582667106a6f065cfa031f68cee7552) Signed-off-by: Lianhao Lu <lianhao.lu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libc-locale: split locale handling from libc recipe.Dongxiao Xu2011-06-2814-79/+176
| | | | | | | | | | | | | | *libc's do_package will cost a lot of time due to the locale handing, which may delay the other recipe's do_package task and affect the build performance. This commit moves locale handling into a separate recipe *libc-locale. [RP: Add fixup with recent eglibc commit conflict for FILES_pn-dbg and PACKAGES] (From OE-Core rev: c6d3242f7642f537b02870bb4eb650f0e2094b85) Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bitbake: Add task specific stamp file supportRobert Yang2011-06-283-2/+15
| | | | | | | | | | | | | | | | | | This patch, based on proof of concept code from Richard adds code to bitbake to allow individual tasks to optionally specify their stamp file using the stamp-base flag. This takes the same form as the STAMP variable but can be specified on a per task basis. Code is also added to runqueue to ensure that if two tasks share the same stamp file, only one will be executed at once. A significant usecase for this code is to share source code (${S}) between recipes where separate build directories (${B}) are used. (Bitbake rev: 41bef02bef8379590ba012319aebe05068a8081e) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* runqueue.py: Add umask task controlMark Hatle2011-06-242-0/+12
| | | | | | | | | | | | | | | | The umask for a task can now be set as: task[umask] = 022 task[umask] = '022' If specified as a text string, it must be octal. (This is due to recipe parsing where it's always set to a string.) [RP tweaked to use None instead of -1] (Bitbake rev: a5caaaaba8f0db1af5d8f2e610021d6d4b56894e) Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* qemuimagetest: update cvs and iptables to newer version for toolchain testJiajun Xu2011-06-243-12/+44
| | | | | | | | | | | | The old versions of cvs and iptables may meet compile error under some architecture - cvs 1.11.23 fails on x86-64 host and iptables 1.4.9 fails on arm host. Update them to latest version could solve these build error. Meanwhile, 240s timeout is set for sudoku becasue 120s is not enough to finish compile. Signed-off-by Jiajun Xu <jiajun.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/adt-manual/adt-command.xml: Small edits for terminology (From ↵Scott Rifenbark2011-06-241-4/+5
| | | | | | | yocto-docs rev: b32290b381a6ed2cbfe3e01b748c794ef6bc876b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/adt-manual/adt-eclipse.xml: General minor edits (From ↵Scott Rifenbark2011-06-241-9/+9
| | | | | | | yocto-docs rev: c79d17e29d5690a8df9943836286232cd3aa8893) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/adt-manual/adt-eclipse.xml: misc wordings changed (From ↵Scott Rifenbark2011-06-241-4/+5
| | | | | | | yocto-docs rev: c83d92d99bc1104169a06623c787b07a9d199039) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/adt-manual/adt-eclipse.xml: Updated new modes for treeScott Rifenbark2011-06-241-9/+9
| | | | | | | | | | | The "Poky Tree Mode" has been replaced with "Build System Derived Toolchain". SDK Root Mode has been replaced with Stand-alone Prebuilt Toolchain. (From yocto-docs rev: 453f7c030e6d7625d382563e2f2ec569f76e95eb) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/adt-manual/adt-eclipse.xml: Updates to choosing target options ↵Scott Rifenbark2011-06-241-3/+3
| | | | | | | (From yocto-docs rev: b8f314fb3dc638c85bc9f860fb591ee3a8dad614) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/adt-manual/adt-eclipse.xml: Updated configuring sysrootScott Rifenbark2011-06-241-5/+5
| | | | | | | | | Used clearer wording. (From yocto-docs rev: faa35ea8cdb1747ba2b6b7717d1881830bed175b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/adt-manual/adt-eclipse.xml: Edits to SDK and Poky tree modesScott Rifenbark2011-06-241-10/+10
| | | | | | | | | Updated wording to reflect proper use of build tree terminology. (From yocto-docs rev: 82b47279b55b6d15bf260e0903505fe578c985c9) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/adt-manual/adt-eclipse.xml: changed CDT 7.0 to 8.0 for Indigo ↵Scott Rifenbark2011-06-241-3/+3
| | | | | | | (From yocto-docs rev: 14173522e5d6d219c336d6dafafcb7d1c734c584) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/adt-manual/adt-eclipse.xml: recommending Indigo Eclipse (From ↵Scott Rifenbark2011-06-241-1/+1
| | | | | | | yocto-docs rev: 0f052154a4c7456bf10a7151bd3d4e70f51be1b3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/adt-manual/adt-eclipse.xml: Wording ChangeScott Rifenbark2011-06-241-1/+1
| | | | | | | changed the wording for installing required Eclipse Plug-ins. It was confusing. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/adt-manual/adt-package.xml: Updates to configuring PMSScott Rifenbark2011-06-241-11/+11
| | | | | | | | | | Changed the command examples so the variables contained underscore characters. (From yocto-docs rev: 34bfceb14a04c5fa026486f33d32df7c21f8c742) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/adt-manual/adt-prepare.xml: Clarified sysroot discussionsScott Rifenbark2011-06-241-4/+11
| | | | | | | | | | | Armed with a better understanding of sysroot I made some edits to help better define what is going on with the various sysroot variables in the adt installer configuration file. (From yocto-docs rev: 2b63e1f0f57c701eb38de7f9b9057567786b9899) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/adt-manual/adt-package.xml: Updated PMS sectionScott Rifenbark2011-06-241-2/+2
| | | | | | | | | | Small correction to refer to sysroot instead of root filesystem in opening paragraph. (From yocto-docs rev: e9af5bbd69ab9421a97ce87d5210d31838e93151) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/adt-manual/adt-prepare.xml: Updated kernel noteScott Rifenbark2011-06-241-2/+2
| | | | | | | | | | | The note indicating where you can get sample kernels and filesystems suitable for QEMU had a wrong path. I added "machines" to the path. Also made a wording change. (From yocto-docs rev: 75261eb7a44dcc990a817b5b59323042c38b6839) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/adt-manual/adt-prepare.xml: Corrected setup commandScott Rifenbark2011-06-241-4/+5
| | | | | | | | | | The example command I used to setup the cross-toolchain environment was incorrect. I added the "1.0" to it. (From yocto-docs rev: b8bb60ec69296e9c927735f3fca86013e8b2624e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/adt-manual/adt-prepare.xml: Updates to ADT install stepsScott Rifenbark2011-06-241-143/+247
| | | | | | | | | | | | | | | | | Significant re-write to every section in this chapter except the "Setting Up the Environment" and "Kernels and Filesystem Images" chapters. I established some terms to communicate the build and source trees and the build and source top-level directories for YP. These terms had not been consitently communicated. I also stepped through each of the three methods by which a user can install ADT (and the cross-toolchain) and meticulously documented the steps. The result is a much more complete and clear set of procedures. (From yocto-docs rev: 37076a07ccc748ceb416c4bc3a57b698f6e8d80a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/adt-manual/adt-intro.xml: Updated description of toolchain ↵Scott Rifenbark2011-06-241-1/+3
| | | | | | | (From yocto-docs rev: 1ea4683eb41e4be334b053c622ed5bf08041d617) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/adt-manual/adt-intro.xml: updated QEMU overviewScott Rifenbark2011-06-241-3/+13
| | | | | | | | | | I provided more detail in the section that introduces QEMU and tells how it is made available to the user. (From yocto-docs rev: 9145fee2d550af57669120b1b413585b69ab14bc) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/adt-manual/adt-intro.xml: Grammar correction (From yocto-docs ↵Scott Rifenbark2011-06-241-1/+1
| | | | | | | rev: 738c4f25ba6bcc408789dda118b127d716c2f4c6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/adt-manual/adt-intro.xml: changed definition of ADTScott Rifenbark2011-06-241-1/+1
| | | | | | | | | | | | | | The manual previously defined the "ADT" as the toolchain, the sysroot, QEMU, and user-space tools. This definition was creating some confusion when it came to installing the "ADT". Namely, some of the items you don't even install, such as the user-space tools. So I recast the definition of ADT to mean the cross-toolchain and sysroot. I cast the other items as part of the overall development environment. (From yocto-docs rev: 6ee891660d3b6bf6e2a3f4b5a872ade7a007ce02) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/yocto-project-qs/yocto-project-qs.xml: added libtool to packagesScott Rifenbark2011-06-241-3/+3
| | | | | | | | | | | | | Turns out that the package libtool is necessary for working with ADT during the installation process. I need to mention this in the ADT manual but it would be helpful if it was one of the packages in the QS along with all the others. I added libtool to the package requirements lists for the three supported hosts. (From yocto-docs rev: 5f95fa1af0cfe9a97e437b8239e139479a1d5317) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/yocto-project-qs/yocto-project-qs.xml: OS support added (partial)Scott Rifenbark2011-06-241-11/+28
| | | | | | | | | Partial commit for supported distribution change. (From yocto-docs rev: 4a84894dc2964f0153294b87f6205c432a482ac2) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/yocto-project-qs/yocto-project-qs.xml: Updated package installScott Rifenbark2011-06-241-8/+20
| | | | | | | | | | | | I included a new note to help users of pre-15 release Fedora enable sudo. Along with this I repositioned the note about using non-supported distros into the main text. Overall the section includes more information and is organized a bit better. (From yocto-docs rev: b0ae94b97ae46562ddde79df83462adf88b94527) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/yocto-project-qs/yocto-project-qs.xml: zypper for OpenSUSEScott Rifenbark2011-06-241-1/+8
| | | | | | | | | | | I updated the packages section to also include the zypper command and supporting commands so that the OpenSUSE user can install packages. (From yocto-docs rev: 3a9a0f7fb03bf264e1587d181db111a542e7964d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/yocto-project-qs/yocto-project-qs.xml: multi-core updateScott Rifenbark2011-06-241-2/+4
| | | | | | | | | | | | Added text suggesting that BB_NUMBER_THREADS be set to twice the number of available processor cores and that PARALLEL_MAKE be set equal to the number of processor cores. Similar changes were made to local.conf based on work by Josh. (From yocto-docs rev: e342a4af4d3ba000b348bbb9d125977fc0e95273) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/yocto-project-qs/yocto-project-qs.xml: Updated for Python 2.7Scott Rifenbark2011-06-241-1/+1
| | | | | | | | | | In the note that tells users YP must have Python 2.6 I added Python 2.7. (From yocto-docs rev: 611ad6331a8b3e1acc98f2029a181a92f32220e0) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/faq.xml: Updated Python FAQ entryScott Rifenbark2011-06-241-3/+3
| | | | | | | | | | | | | | | | The entry previously stated that only Python 2.6 is required. I added Python 2.7 to that requirement. I also changed the URLs that point to our pre-built tarballs from which the user can get Python 2.6 to be in the yocto-1.0 download area. They were pointing to an area in the index of downloads that was up one level. According to Beth the official location is http://autobuilder.yoctoproject.org/downloads/miscsupport/yocto-1.0- \ python-nativesdk. (From yocto-docs rev: f5ba36dee8094209fa6d3c6f97656588ded0567f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/ref-structure.xml: Fixed a type (From ↵Scott Rifenbark2011-06-241-1/+1
| | | | | | | yocto-docs rev: b2f45f73832a2289158bfb89313957a48dded1cd) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/extendpoky.xml: YOCTO #1104 EXTRA_IMAGE_FEATURESScott Rifenbark2011-06-241-2/+5
| | | | | | | | | | YOCTO #1104: The section that describes how to customize images with new features failed to mention the variable EXTRA_IMAGE_FEATURES. I added text to include that option and referenced the variable. (From yocto-docs rev: 128b53594be02e486ca3f4658b9f93b9913a3972) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/ref-varlocality.xml: YOCTO #1104 ↵Scott Rifenbark2011-06-241-1/+1
| | | | | | | | | | | | | | EXTRA_IMAGE_FEATURES YOCTO #1104: The section describing the local configiuration file local.conf lists out variables used. One variable it had in there was IMAGE_FEATURES. This variable is not in local.conf. But, EXTRA_IMAGE_FEATURES is the variable that is there. I corrected this. (From yocto-docs rev: 2698d0fc61adc8971a84436529a54190c998d4d6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/ref-features.xml: YOCTO #1104 EXTRA_IMAGE_FEATURESScott Rifenbark2011-06-241-6/+8
| | | | | | | | | | | | The Images reference section states you can control what features are in an image by using the IMAGE_FEATURES variable. It failed to mention the EXTRA_IMAGE_FEATURES variable. I included this variable in the discussion. (From yocto-docs rev: 6c7789bd409f43a3978c09c43db31010bc461573) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>