summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* documentation/poky-ref-manual/poky-ref-manual.xml: Updated title pageScott Rifenbark2011-03-181-0/+5
| | | | | | | | 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>
* documentation/poky-ref-manual/style.css: Updated to match other manualsScott Rifenbark2011-03-181-8/+14
| | | | | | | 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>
* documentation/poky-ref-manual/extendpoky.xml: Spell checkScott Rifenbark2011-03-181-15/+15
| | | | | | A spell check performed on this chapter. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* [BUGID# 293] - documentation/poky-ref-manual/extendpoky.xml: Added text for ↵Scott Rifenbark2011-03-181-0/+10
| | | | | | | | | | | | 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>
* bitbake.conf: Increase image overhead factor to account for rpm/zypper ↵Richard Purdie2011-03-181-1/+1
| | | | | | database size Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* sanity.bbclass: check for duplicates in PACKAGE_ARCHSJoshua Lock2011-03-181-0/+13
| | | | | | | | 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>
* documentation/kernel-manual/kernel-how-to.xml: Spell checkedScott Rifenbark2011-03-181-3/+3
| | | | | | Performed a spell check and found a couple items. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/kernel-manual/kernel-manual.xml: Updated the title pageScott Rifenbark2011-03-181-1/+7
| | | | | | | 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>
* documentation/bsp-guide/bsp.xml: Spell checkScott Rifenbark2011-03-181-4/+5
| | | | | | Performed a spell check and caught a couple small things. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/bsp-guide/style.css: Updated Style SheetScott Rifenbark2011-03-181-9/+15
| | | | | | | | 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>
* documentation/bsp-guide/bsp-guide.xml: Updated Title PageScott Rifenbark2011-03-181-6/+7
| | | | | | | 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>
* documentation/bsp-guide/figures/bsp-title.png: Updated PNG file for titleScott Rifenbark2011-03-181-0/+0
| | | | | | | 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>
* util-linux: Setup for GPLv2 RecipeSaul Wold2011-03-183-9/+137
| | | | | | | | | * 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>
* coreutils-6.9: fix man page building for the gplv2 recipeNitin A Kamble2011-03-182-3/+90
| | | | | | | | | | | 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>
* toolchain-scripts.bbclass: Added --sysroot to CPPFLAGS.Lianhao Lu2011-03-183-2/+4
| | | | | | | [YOCTO #908] Added CPPFLAGS into the environment file and added --sysroot to it. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
* slang: specify --x-includes to pass qa sanity checkKevin Tian2011-03-181-1/+2
| | | | | | | | | | 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>
* bitbake.conf: add POKYBASE to BB_HASHBASE_WHITELISTKevin Tian2011-03-181-1/+1
| | | | | | | | | | 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>
* gettext: Upgrade GPLv2 version to 0.16.1Saul Wold2011-03-1712-577/+666
| | | | | | | | 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>
* poky.conf: remove gnome-common from WHITELIST_GPLV3Saul Wold2011-03-171-1/+1
| | | | | | | 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>
* poky.conf: add additional Libraries to the LGPLv2 WhitelistSaul Wold2011-03-171-1/+1
| | | | | | | | 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>
* poky-image-basic: remove POKY_BASE_INSTALLSaul Wold2011-03-171-1/+3
| | | | | | | | 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>
* extended tasks: move binutils from basic to lsbSaul Wold2011-03-172-4/+1
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* gnome-vfs: Force acl to be disabled since its not a dependencyRichard Purdie2011-03-171-4/+7
| | | | | | | | | | 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>
* ADT: bug fix for nameing and do_patch sequenceLiping Ke2011-03-173-9/+12
| | | | | | | This patch is for fixing the x86-64 image name bug and also, do_patch must be done before do_deploy. Signed-off-by: Liping Ke <liping.ke@intel.com>
* gnu-config: Use perl from the environment, not a hardcoded pathRichard Purdie2011-03-172-3/+3
| | | | | | | | | | | | Using the hardcoded perl binary can cause conflict between the files in the native sysroot and those of the build system perl. By using perl from the environment we can at least ensure a consistent perl environment. Patches taken from OE.dev commits: be21179c5321bd0afb9221f020ac12ad75c86a3b gnu-config: use /usr/bin/env perl instead of /usr/bin/perl in gnu-configize.in edcdefbf6e0675c1bcc1fc4f464f654223380e50 gnu-config: update also bindir change to replace /usr/bin/env instead of /usr/bin/perl Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gtk+: remove per-machine gtk+ FULL_OPTIMIZATION in favor of tune-atom.incDarren Hart2011-03-171-4/+0
| | | | | | | | | | | Now that the FULL_OPTIMIZATION for gtk+ has been enabled in the core tune-atom.inc, it is no longer necessary to do so for every atom based bsp. Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Tom Zanussi <tom.zanussi@intel.com> CC: Ke Yu <ke.yu@intel.com> CC: Richard Purdie <richard.purdie@intel.com>
* atom-pc: work around gcc bug for core2Darren Hart2011-03-171-0/+4
| | | | | | | | | | | | Fixes [YOCTO #853] Without these added optimization flags, the matchbox-panel (and possibly other) applications would segfault. This patch applies the changes to all machines derived from atom-pc.conf. [Tweaked by RP to apply to gtk+ only] Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* m4: bring back GPLv2 version 1.4.9 of m4 recipeNitin A Kamble2011-03-173-0/+105
| | | | | | | Note: Downgrading of m4 would require rebuilding of the autoconf Fixed circular depedency with the newer autoconf Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* bison: bring back GPLv2 version 2.3 of bison recipeNitin A Kamble2011-03-172-0/+625
| | | | Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* documentation/adt-manual/adt-manual.xml: Updated front matterScott Rifenbark2011-03-171-2/+2
| | | | | | | Changed the revision history box for the manual to state the release and the release date. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/adt-manual/adt-eclipse.xml: Re-inserted Autotools plug-in ↵Scott Rifenbark2011-03-171-2/+7
| | | | | | | | requirement. Jessica flip-flopped on the need for the Autotools plug-in that was removed from the manual. I have re-inserted the instructions for adding this plug-in in as part of the Eclipse set up.
* sanity: detect if bitbake wrapper is not being used or pseudo is brokenPaul Eggleton2011-03-173-2/+28
| | | | | | | | | | | | * Shows a warning during sanity checking if the scripts/bitbake wrapper is not being used * Check to see if pseudo is working during sanity checking, and if it isn't an error occurs (if we are using the wrapper script and pseudo has been built; otherwise it is a warning). Fixes [YOCTO #653] Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* sat-solver: Fix solution DB generation and general cleanupMark Hatle2011-03-176-139/+78
| | | | | | | | | | | Uprev sat-solver to the latest git version. This corrects the solv db generation with RPM5. Refactor the patches for RPM5 support, cleaning up components of the cmake.patch for submission upstream. (Also fix a problem remaining in the upstream with a mismatched function name.) Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* openjade-native: Run make depend to ensure dependencies are correct and ↵Richard Purdie2011-03-161-0/+6
| | | | | | | | avoid parallel make failures [YOCTO #877] Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* package.bbclass: Fix missing debug src filesMark Hatle2011-03-161-1/+1
| | | | | | | The previous change used egrep instead of fgrep. We need to use fgrep because there are expression like syntaxes in some file names, we need exact matches. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* rpm: Disable repackage on upgrade/erasure by defaultMark Hatle2011-03-161-1/+2
| | | | | | | | | | | [YOCTO #787] Disable the repackage on upgrade/erase by default. This removes the warning message: error: cannot create %_repackage_dir /var/spool/repackage/1298783317 Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* sat-solver: Add workaround for RPM 5 db constructionMark Hatle2011-03-162-1/+32
| | | | | | | | | | | | | | | | | The first time the database is created on an RPM5 system it works correctly. However any subsequent rebuilds cause an empty database to occur. The following is from Michael Schroeder <mls@suse.de>: > rpmdb2solv contains a hack that makes it use the unchanged already > converted packages. To do this, it needs to get the database id > for every installed packages by reading the "Name" index. This > somehow doesn't seem to work with rpm5. > > As a workaround you can add a "ref = 0;" line at the top of the > repo_add_rpmdb() function in ext/repo_rpmdb.c. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* sat-solver: uprev to the latest versionMark Hatle2011-03-162-22/+18
| | | | | | | Upgrade to the latest git version. Also update the cmake.patch to enable debugging in all configurations. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* libzypp: Fix release queryMark Hatle2011-03-162-1/+23
| | | | | | | | | | Libzypp is looking for the "redhat-release" file and using that version number to help adjust the system version. This ensures that there is something on the system that returns a correct value. This patch is likely not necessary. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* rootfs_rpm.bbclass: Add additional system configuration to RPM spaceMark Hatle2011-03-161-0/+26
| | | | | | | | | | | The additional configuration should have been there from the beginning. The purpose of these config files is to have a consistent Berkeley DB configuration even if the underlying RPM version changes -- or the RPM macros change. This likely would not cause any problems until we attempted an upgrade of either BDB or RPM. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* oprofileui: upgrade to latest git version.Lianhao Lu2011-03-162-2/+2
| | | | | | [YOCTO #880] Upgrade to latest git version. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
* poky-image-basic: add ssh-server-openssh to IMAGE_FEATURESScott Garman2011-03-161-1/+1
| | | | Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* poky-image-lsb: add ssh-server-openssh to IMAGE_FEATURESScott Garman2011-03-163-3/+3
| | | | Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* poky-image.bbclass: add ssh-server-dropbear to SATO_IMAGE_FEATURESScott Garman2011-03-161-1/+1
| | | | Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* poky-image.bbclass: add new IMAGE_FEATURES for ssh serversScott Garman2011-03-161-1/+10
| | | | | | | Image recipes can now add their ssh server of choice by adding ssh-server-dropbear or ssh-server-openssh to IMAGE_FEATURES. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* task-poky-ssh-openssh: new task recipe for openssh sshScott Garman2011-03-161-0/+17
| | | | | | | This task can be used when IMAGE_FEATURES is set to ssh-server-openssh. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* task-poky-ssh-dropbear: new task recipe for dropbear sshScott Garman2011-03-161-0/+17
| | | | | | | This task can be used when IMAGE_FEATURES is set to ssh-server-dropbear. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* task-base, task-poky-basic, task-poky: Remove hard-coded references to dropbearScott Garman2011-03-163-11/+3
| | | | | | | This is the first step in refactoring the SSH server selection to be done in IMAGE_FEATURES instead of as hardcoded in these tasks. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* slang: export INST_LIB_DIR to fix compile problemsKang Kai2011-03-161-1/+7
| | | | | | | | | Export "INST_LIB_DIR" in do_install to slang/slsh to fix cross compile warnings Fixes [YOCTO #812] Add necessary files to run slsh. Signed-off-by: Kang Kai <kai.kang@windriver.com>
* formfactor: Assume HAVE_TOUCHSCREEN=0Darren Hart2011-03-161-1/+1
| | | | | | | | | | | | | | | If no machine specific formfactor is found, the formfactor config defaults to HAVE_TOUCHSCREEN=1. The result is for the matchbox session to disable the cursor. This can lead to a lot of churn sorting out why the cursor doesn't appear: xorg bug, xorg driver bug, kernel drm driver bug, kms bug, many of which appear when searching for invisible cursor on the web. On the other hand, if a cursor appears on a touchscreen device, one is much more likely to reach a correct conclusion: "I need to set HAVE_TOUCHSCREEN=1 in my custom machine formfactor config". Which likely exists or is needed for other formfactor specific things such as dpi, screen size, rotation, etc. Signed-off-by: Darren Hart <dvhart@linux.intel.com>