summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2011-03-19xserver-nodm-init: Mark as machine specific after recent rootless X changesRichard Purdie1
Fix summplied by ke.yu@intel.com [YOCTO #906] Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-03-19sstate: Ensure a clean removes setscene stamps as well as the main task stampsRichard Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-03-18[BUGID# 873] - documentation/poky-ref-manual: Notes added for non-GPLv3 buildsScott Rifenbark2
[BUGID# 873] - Added a note in the Images Appendix indicating that building an image without GPLv3 components is only supported for base and minimal images. Also put the two changes you have to do to the local.conf file for the build. Added a note in the second chapter in the section on building images. The note indicates the same as in the appendix but does not go into the local.conf file detail. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-18qemu: make warning messages consistent in formatDarren Hart1
Try to make the output of the qemu script a bit more consistent by using the same format for the various warning messages: WARNING: description of warning. Detailed description of warning, actions taken, and/or instructions to user. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-03-18qemu: warn user if nVidia libGL is detected (leads to qemu segfault)Darren Hart1
nVidia's OpenGL libraries are known to have compatibility issues with qemu, resulting in a segfault. As different workarounds are required for the different distributions, just warn the user to explain the qemu segfault to follow, and suggest a workaround using LD_PRELOAD. [YOCTO #649] [YOCTO #698] (Original patch from Edwin, Darren modified warning and git commit wording) Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Mark Hatle <mark.hatle@windriver.com> CC: Zhai Edwin <edwin.zhai@intel.com>
2011-03-18db: Fix path of arm-thumb patchMark Hatle2
Newer versions of patch, such as in Fedora 14, don't like ".." within the middle of the file to be patched path. In order to fix the issue we have to hand apply the patch instead of using the normal mechanisms. Only flaw with the os.system(...) approach is if it fails we don't get any notification or a resolver failure. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-03-18initscripts: Make umountfs a bit more robust, bump PRTom Rini2
Avoids error messages on shutdown. Imported from OE commit 072cad0100fd828e7fee8f3fa3ade23e4306b394 Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-03-18nfs-utils: fix "sh: bad number" error on start/stop of nfsserverPaul Eggleton1
Adds a test to avoid the "sh: bad number" error message during service start or stop of nfsserver when there is no NFS_SERVERS value set in /etc/default/nfsd. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-03-18busybox: enable unmount all featurePaul Eggleton2
This allows "umount -f -a -r" in our initscripts to actually do something. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-03-18documentation/yocto-project-qs/yocto-project-qs.xml: Note added about proxyScott Rifenbark1
I added a note to reference the FAQ entry in the Poky manual that describes how to get around proxy and firewall stuff hanging up getting the source code during a build. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-18documentation/yocto-project-qs/yocto-project-qs.xml: Added references to FAQsScott Rifenbark1
In the beginning of the manual I added references to the FAQs we support. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-18documentation/yocto-project-qs/yocto-project-qs.xml: 1.0 edits applied to ↵Scott Rifenbark1
examples This is first guess at the correct example commands and directory names for the Bernard 5.0 release. I don't have any real directories available to look at and doc changes are supposed to be frozen before the actual build. So these are guesses and will need reviewed. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-18documentation/yocto-project-qs/style.css: Updated note text colorScott Rifenbark1
Had to update the note and tip text color to white to match other books. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-18documentation/yocto-project-qs/style.css: Updated stylesScott Rifenbark1
I updated the style sheet to use Yocto blue for the headings and got rid of the green tip and note stuff. This style matches the other style sheet now. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-18[BUGID# 857] - documentation/yocto-project-qs/yocto-project-qs.xml: added ↵Scott Rifenbark1
groff package [BUGID# 857] In the packages section for the list of Debian-based system package requirements I added 'groff'. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-18sstate.bbclass: Turn absolute symbolic links into relative ones for sstate ↵Richard Purdie1
packages Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-03-18README.hardware: update for 1.0 releasePaul Eggleton1
* Update to refer to Yocto documentation * Change title as suggested by Scott Rifenbark * List all qemu* machine targets * Remove machines no longer in core layer * Add instructions for routerstationpro (originally based on an email from Mark Hatle) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-03-18documentation/poky-ref-manual/faq.xml: Added entry about proxy and firewallScott Rifenbark1
This is an explanation on how to get by the proxy or around the firewall when Poky is trying to find and download sources. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-18documentation/poky-ref-manual/extendpoky.xml: Formfactor path correctedScott Rifenbark1
I changed the path 'meta/packages/formfactor/files/config' to 'meta/recipes-bsp/formfactor/files/config' per Joshua Lock's instruction for correctness. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-18documentation/poky-ref-manual/extendpoky.xml: small editsScott Rifenbark1
Various small edits and format changes. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-18documentation/poky-ref-manual/usingpoky.xml: Small editsScott Rifenbark1
I made some minor edits. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-18documentation/poky-ref-manual/faq.xml: Added three FAQ entriesScott Rifenbark1
Added three FAQ entries per Joshual Lock. 1. How do I disable the cursor on my touchscreen device? 2. How do I make sure connected network interfaces are brought up by default. 3. How do I create images with more free space? Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-18documentation/poky-ref-manual/usingpoky.xml: More BitBake changesScott Rifenbark1
Forgot to search for "Bitbake" occurances. These are now changed to "BitBake." Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-18documentation/poky-ref-manual/usingpoky.xml: grammar fix and BitBake fixScott Rifenbark1
Fixed a grammar problem and then did a search and replace for "bitbake" to replace with "BitBake". Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-18documentation/poky-ref-manual/introduction.xml: Wording and release updateScott Rifenbark1
I changed several occurances of "Yocto Project" to "the Yocto Project." Also changed the statement about what Poky release the book supported. It previously said "applies to Poky Release 4.0 (Laverne)." I changed this to "applies to Poky Release 5.0 (Bernard)." Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-18documentation/poky-ref-manual/introduction.xml: Removed linkScott Rifenbark1
Removed a link to the Intel Website. Upon testing this link I discovered that it loads the Intel site into the current web page and then disables the back button. Rather annoying. I tried to change the link to pop a new window but couldn't get the ulink.target parameter to work. Ran out of time to try and figure it out so I removed the link. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-18documentation/poky-ref-manual/faq.xml: Spell CheckScott Rifenbark1
Performed a spell check and corrected several problems. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-18documentation/poky-ref-manual/poky-ref-manual.xml: Updated title pageScott Rifenbark1
Updated the title page by adding a new revision entry for the manual. Not sure of the current revision numbering scheme so I reset it to Revision 1.0 to match that of the release. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-18documentation/poky-ref-manual/style.css: Updated to match other manualsScott Rifenbark1
I have updated some styles so that the GIT manuals are looking more consistent and have better color schemes for the section headings. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-18documentation/poky-ref-manual/extendpoky.xml: Spell checkScott Rifenbark1
A spell check performed on this chapter. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-18[BUGID# 293] - documentation/poky-ref-manual/extendpoky.xml: Added text for ↵Scott Rifenbark1
choosing server [BUGID# 293] - I added text at the end of section 3.2.3 "Customizing Images Using Custom IMAGE_FEATURES" to include explanation of the two servers Poky uses for images by default. Also how to change the variable IMAGE_FEATURES to configure the server. This change is part of the fix for BUGID# 293 and was suggested by Scott Garman. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-18bitbake.conf: Increase image overhead factor to account for rpm/zypper ↵Richard Purdie1
database size Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-03-18sanity.bbclass: check for duplicates in PACKAGE_ARCHSJoshua Lock1
Duplicate entries in PACKAGE_ARCHS causes problems with rootfs generation. For example multiple architecture entries in opkg.conf will confuse the opkg package manager. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-03-18documentation/kernel-manual/kernel-how-to.xml: Spell checkedScott Rifenbark1
Performed a spell check and found a couple items. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-18documentation/kernel-manual/kernel-manual.xml: Updated the title pageScott Rifenbark1
I updated the title page to add Revision 1.0 to the Revision history table. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-18documentation/bsp-guide/bsp.xml: Spell checkScott Rifenbark1
Performed a spell check and caught a couple small things. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-18documentation/bsp-guide/style.css: Updated Style SheetScott Rifenbark1
I updated the HTML style sheet to match that of the other online manuals. Section heads are now in Yocto blue and tip box color is inline with Yocto color schemes. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-18documentation/bsp-guide/bsp-guide.xml: Updated Title PageScott Rifenbark1
I updated the revision table for the manuals to have better wording and to go from oldest to newest top down. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-18documentation/bsp-guide/figures/bsp-title.png: Updated PNG file for titleScott Rifenbark1
I updated the figure for the title so that it uses the same color scheme as the other manuals. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-18util-linux: Setup for GPLv2 RecipeSaul Wold3
* add task to remove the GPLv3 lscpu code * Add patch to remove the reference to lscpu in Makfiles Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-03-18coreutils-6.9: fix man page building for the gplv2 recipeNitin A Kamble2
Added a new patch: coreutils-6.9/fix_for_manpage_building.patch And the target recipe now depends on the native recipe for the manpage generation. Similar fix may be needed to the GPLv3 version of this recipe. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2011-03-18toolchain-scripts.bbclass: Added --sysroot to CPPFLAGS.Lianhao Lu3
[YOCTO #908] Added CPPFLAGS into the environment file and added --sysroot to it. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
2011-03-18slang: specify --x-includes to pass qa sanity checkKevin Tian1
slang by default hardcodes a list of host dirs to search for X header files, which may break qa sanity check. Use --x-includes to specify sysroot as the fix. Fix [YOCTO 907] Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2011-03-18bitbake.conf: add POKYBASE to BB_HASHBASE_WHITELISTKevin Tian1
or else do_populate_lic varies its checksum when using different source directory, and thus further impact do_package sstate reuse. Fix [YOCTO 894] Possibly Fix [YOCTO 903] Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2011-03-17gettext: Upgrade GPLv2 version to 0.16.1Saul Wold12
This adds a couple of new patches for handling various autoconf and autolocal issues. It also hardcodes a GETTEXT_MACRO_VERSION to 0.17 to match the native gettext. Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-03-17poky.conf: remove gnome-common from WHITELIST_GPLV3Saul Wold1
This was due to task-poky-extended pulling in qemu-config for non-GPLv3 poky-image-basic Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-03-17poky.conf: add additional Libraries to the LGPLv2 WhitelistSaul Wold1
The ligcc and gcc-runtime both are LGPLv2 libraries although they are part of the large GCC GPLv3 code. There is clearly called out exceptions for these libraries. Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-03-17poky-image-basic: remove POKY_BASE_INSTALLSaul Wold1
Removing POKY_BASE_INSTALL and replacing it with task-poky-boot, effectively removes task-poky-extended which was pulling unwanted recipes. Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-03-17extended tasks: move binutils from basic to lsbSaul Wold2
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-03-17gnome-vfs: Force acl to be disabled since its not a dependencyRichard Purdie1
Without this patch, if acl was build beforehand, the build could find the library resulting in a non-deterministic build. Sadly there is no --disable or --without option available so this approach is the only mechanism available. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>