summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* libnss-mdns: fix package removalQing He2010-11-141-2/+3
| | | | | | Fixes [BUGID #510] Signed-off-by: Qing He <qing.he@intel.com>
* procps: upgrade to version 3.2.8Qing He2010-11-1410-6/+10
| | | | | | | | | from 3.2.7 also update license info [sgw@linux.intel.com: added gmake-3.82 patch to correct location] Signed-off-by: Qing He <qing.he@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* iptables: upgrade to version 1.4.9Qing He2010-11-141-0/+0
| | | | | | from 1.4.8 Signed-off-by: Qing He <qing.he@intel.com>
* iproute2: upgrade to version 2.6.35Qing He2010-11-142-1/+1
| | | | | | from 2.6.34 Signed-off-by: Qing He <qing.he@intel.com>
* pciutils: upgrade to version 3.1.7Qing He2010-11-145-0/+0
| | | | | | from 3.1.5 Signed-off-by: Qing He <qing.he@intel.com>
* nfs-utils: upgrade to version 1.2.3Qing He2010-11-141-1/+1
| | | | | | from 1.2.2 Signed-off-by: Qing He <qing.he@intel.com>
* curl: upgrade to version 7.21.2Qing He2010-11-141-0/+0
| | | | | | from 7.21.0 Signed-off-by: Qing He <qing.he@intel.com>
* tzdata: upgrade to version 2010oQing He2010-11-141-1/+1
| | | | | | from 2010j Signed-off-by: Qing He <qing.he@intel.com>
* shared-mime-info: upgrade to version 0.80Qing He2010-11-142-1/+1
| | | | | | | | from 0.71 also move PR out of .inc file Signed-off-by: Qing He <qing.he@intel.com>
* base.bbclass/poky.conf: Fix INCOMPATIBLE_LICENSE Whitelist checkingSaul Wold2010-11-142-7/+8
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* poky-init-build-env: Fix to show the error message with simple sh based shellsRichard Purdie2010-11-131-4/+4
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* poky-ref-manual: Drop non-commercial clauseRichard Purdie2010-11-131-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake: Rewrite profiling code so its functional for both none and xmlrpc ↵Richard Purdie2010-11-134-39/+73
| | | | | | backends Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake/fetch: Allow checking of a single url at a time (massive sstate ↵Richard Purdie2010-11-132-3/+6
| | | | | | speed improvement) Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake/fetch: Fix handling of mirrors when checking for url validityRichard Purdie2010-11-131-2/+4
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* sstate.bbclass: Only create symlinks to different localpath urls if the ↵Richard Purdie2010-11-131-2/+3
| | | | | | fetch succeeded Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Revert "bitbake/fetch/local: Also check DL_DIR for files since they could ↵Richard Purdie2010-11-131-4/+0
| | | | | | | | already exists there" These changes were incorrect. This reverts commit ae98f7eacb9e61fe086d88dc694b4c651af9fee3.
* Revert "bitbake/fetch/local: Fix os.exists reference"Richard Purdie2010-11-131-1/+1
| | | | | | These changes were incorrect. This reverts commit f8e33979352528bb7c289e7c839605a5880e1e43.
* bitbake/fetch/local: Fix os.exists referenceRichard Purdie2010-11-131-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake/fetch/local: Also check DL_DIR for files since they could already ↵Richard Purdie2010-11-131-0/+4
| | | | | | | | exists there [BUGID #533] Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* procps: fix for build against make 3.82Joshua Lock2010-11-122-1/+19
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* git-pull: add send-pull-request scriptDarren Hart2010-11-101-0/+133
| | | | | | | | | | | | | | | | | | | | | | | | | | send-pull-request facilitates sending pull requests generated by create-pull-request. The primary role of this script is to harvest email addresses from the patches and send them out. A working installation of sendmail (exim, postfix, msmtp, etc.) is required to use this script. You can explicitly specify To addresses with the -t option. As this can be tedious, the -a option will scan all the patches for To, CC, and *-by lines and the collected addresses to the To and CC headers for each patch. This script uses an identical recipients list for every patch, including the cover letter. This is by design. Existing tools will auto-generate the CC header for individual patches, but since they don't apply it to the other patches, the recipients can lack the necessary context to provide a meaningful review. This is especially true of the cover letter. The pull directory generated by the create-pull-request script is specified using the -p option. Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Nitin A Kamble <nitin.a.kamble@intel.com> CC: Richard Purdie <rpurdie@linux.intel.com> CC: Saul Wold <saul.wold@intel.com> CC: Bruce Ashfield <bruce.ashfield@windriver.com>
* git-pull: add the new create-pull-request scriptDarren Hart2010-11-101-0/+129
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous create-pull-request only generated a cover letter. When used to send to the list, it did not include the patches, which made it difficult to perform peer review. A pull request without patches is typically only sent by a maintainer. As we are not all maintainers, we need a means to easily submit patches for review. As we are accustomed to making pull requests, this script retains a git-pull-style cover letter, while sending the relevant patches as responses to the pull. This will provide the necessary context for peer review, and still allow people to collapse threads and see no more mail than they were previously. This version retains the relative_to, commit_id, and contrib_branch arguments from the original, along with their default values. It adds several more, resulting in a highly flexible tool. The script creates a pull directory (pull-$$ by default, configurable via the -o option) and populates it with a git-format-patch generated patch series and cover letter. The cover letter is modified to include the git and http pull URLs and branch name, as well as a basic signature from the author pulled from git's user.name and user.email config. git-format-patch provides the shortlog and diffstat of the series. Breaking a bit from the original, this script maintains the [PATCH] subject prefix in the cover letter (as opposed to [GIT PULL]. This is better suited to the majority of developers (who are not maintainers). This prefix is configurable with the -p option, allowing you to create an [RFC PATCH] prefix, for example. By default, the generated cover letter with contain "*** SUBJECT HERE ***" and "*** BLURB HERE ***" tokens which you should replace with something appropriate prior to sending the messages. When developing multiple versions of a patch series, it can save time to maintain a message.txt file, rather than having to retype the message body of the cover letter every time. The -m option allows you to specify a message file and replace the "*** BLURB HERE ***" token of the cover letter with the contents of the message file. Finally, the -s option will replace the "*** SUBJECT HERE ***" token in the cover letter with the specified subject. The generated patches are suitable for sending via sendmail. Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Nitin A Kamble <nitin.a.kamble@intel.com> CC: Richard Purdie <rpurdie@linux.intel.com> CC: Saul Wold <saul.wold@intel.com> CC: Bruce Ashfield <bruce.ashfield@windriver.com>
* git pull: remove the existing create_pull_request scriptDarren Hart2010-11-101-86/+0
| | | | | | | | | | | | The patches to follow completely rewrite the existing create-pull-request. Rather than have an initial diff of the two files (which are not at all similar) remove the original, and then create the new one. Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Nitin A Kamble <nitin.a.kamble@intel.com> CC: Richard Purdie <rpurdie@linux.intel.com> CC: Saul Wold <saul.wold@intel.com> CC: Bruce Ashfield <bruce.ashfield@windriver.com>
* tcltk: Fix moving libtcl8.5.so into tcl-lib.Jingdong Lu2010-11-101-2/+2
| | | | | | Move /usr/lib/libtcl8.5.so into tcl-lib package. Signed-off-by: Jingdong Lu <jingdong.lu@windriver.com>
* kernel: prefer the kernel produced uImageBruce Ashfield2010-11-101-1/+3
| | | | | | | | | | | | The custom uImage produced by the kernel classes by default does not universally boot and working with existing uboot configurations and setups. This changes the preference to the uImage constructed by the kbuild processes and falls back to the other techniques if uImage is requested by the kernel does not produce one. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* linux-wrs: rename force_revisions and allow overrideBruce Ashfield2010-11-101-3/+3
| | | | | | | | It is useful to override revision checking from a layer or other recipe. In order to show the global nature of the variable rename it KERNEL_REVISION_CHECKING and make it a weak assignment. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* wrs_meta: add USB options for wacom tablet supportBruce Ashfield2010-11-101-1/+1
| | | | | | | | | | Fixes [BUGID: #394] qemumips: Added wacom tablet support to mti_malta32_be bsp config Signed-off-by: J. Aaron Gamble <john.gamble@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* qemumips: re-enable wacom and standard USB UI optionsBruce Ashfield2010-11-101-1/+1
| | | | | | | | | | Fixes [BUGID #394] Now that the qemu/mti mips kernel branches have been fixed for wacom USB interaction, we can re-nable the standard set of qemu UI options for qemumips. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* tslib: 32bit big endian supportJ. Aaron Gamble2010-11-103-3/+57
| | | | | | | | | | | Fixes [BUGID #394] patch added from: https://launchpad.net/ubuntu/+source/tslib/1.0-7 Enables wacom tablet/touchscreen support on qemumips Signed-off-by: J. Aaron Gamble <john.gamble@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* Added qemumips /etc/pointercal file for touchscreen calibrationJ. Aaron Gamble2010-11-101-0/+1
| | | | | | Fixes [BUGID #394] Signed-off-by: J. Aaron Gamble <john.gamble@windriver.com>
* quilt: Fixed configure test for patch --version.Beth Flanagan2010-11-102-1/+21
| | | | | | | OpenSuSE 11.3 uses GNU patch 2.6.1.81-5b68 which breaks quilt's configure test for patch version. Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com>
* poky.conf: Default Locale GenerationSaul Wold2010-11-101-3/+3
| | | | | | Add en-us and POSIX to default locale generation Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* eglibc: add en-us locale generationSaul Wold2010-11-102-1/+2
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* eglibc: install the missing /etc/ld.so.conf into targetDexuan Cui2010-11-101-1/+1
| | | | | | | | ${sysconfdir} should be added into FILES_${PN}. Fixes [BUGID #511] Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* ld.so.conf: create empty fileSaul Wold2010-11-101-2/+0
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* busybox: enable more options for tar to support more file formats.Dexuan Cui2010-11-101-7/+7
| | | | | | Fixes [BUGID #495] Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* bzip2: upgrade to version 1.0.6Qing He2010-11-103-0/+0
| | | | | | resolves security bug CVE-2010-0405 Signed-off-by: Qing He <qing.he@intel.com>
* imagetest-qemu: Add test case for dmesg check in targetJiajun Xu2010-11-1014-11/+211
| | | | | | | | Add a test case for error log check with command dmesg in target. The case introduces a new folder in target, "/opt/test", which holds test scripts running in target. Signed-off-by Jiajun Xu <jiajun.xu@intel.com>
* poky.conf: Change default locale to POSIXSaul Wold2010-11-101-2/+4
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* task-sdk-gmae: fix typo in SDK-EXTRAS and convert to ?= for assignmentSaul Wold2010-11-102-8/+8
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* python: Fix hardcoded python references which should refer to PN, removing ↵Richard Purdie2010-11-101-2/+2
| | | | | | duplicate providers warning Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* busybox: import upstream patch for make 3.82Joshua Lock2010-11-092-1/+27
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* eglibc: fix build of eglibc-initial for make 3.82Joshua Lock2010-11-092-2/+28
| | | | | | | Make 3.82, as shipped with Fedora 14, fixes some holes in the parser which in turn breaks behaviour of some Makefiles. Most notably eglibc's. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* package.bbclass: make sure 'sysroots' created before lockfileKevin Tian2010-11-071-0/+1
| | | | | | | | package sstate requires a lock under sysroots/, which however may not be created when sstate_setscene functions are executed and then causes failures. here we make sure 'sysroots' created before do_package_setscene is executed. Signed-off-by: Kevin Tian <kevin.tian@intel.com>
* poky.conf: add PWD to BB_HASHBASE_WHITELISTKevin Tian2010-11-071-1/+1
| | | | | | | | | | | | | | | | | Without doing this I can't reuse prebuilts generated from one directory in another build directory which is really not comfortable for developers. Due to difference on PWD variable, base hash becomes different for every sstate package. So here PWD is added to the hase base whitelist, which makes most prebuilts reusable now in a different build directory. However there still remains one issue about do_populate_sysroot sstate package. Absolute path is encoded in this task which then blocks reuse on them. Perhaps we need some redesign for do_populate_sysroot into two stages, with all absolute path related operations moved to the 2nd stage. This way then the 1st stage can be reused. Partially fix [BUGID #522] Signed-off-by Kevin Tian <kevin.tian@intel.com>
* bitbake.runqueue.py: Fix no exec task handling to correct counter housekeepingRichard Purdie2010-11-071-2/+4
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* meta/classes: Mark do_package_write and do_build as noexec tasksRichard Purdie2010-11-062-0/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake: Add support for 'noexec' tasksRichard Purdie2010-11-062-0/+13
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake/siggen: Allow siggen code to control final stampfile formatRichard Purdie2010-11-062-3/+9
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>