summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* dhcp: Fix libdir issue for multilibMei Lei2011-07-222-8/+8
| | | | | | | (From OE-Core rev: 83a1a46b707895c564b8dc393917b09cc283bf27) Signed-off-by: Mei Lei <lei.mei@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto: kernel-3.0 support recipeBruce Ashfield2011-07-221-0/+47
| | | | | | | | | | | | | | | | | | Establish the infrastructure to start more comprehensive linux-3.0 testing. With this in place, the populated linux-yocto 3.0 can optionally be built for supported machines. Note: this commit does not change the default for any targets and as such, it would need to be explicitly set as the preferred version to be built. The staged introduction allows some remaining issues to be solved, while making this available. Subsequent commits will be done to switch qemu machines ones they have been validated. If the default for a machine is not this kernel, consider it best effort. (From OE-Core rev: 6b9379e9d409713e5bd9bb46b38968d41cd834e1) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* kernel: copy defconfig to {B} vs {S}Bruce Ashfield2011-07-222-8/+2
| | | | | | | | | | | | | | | | | | | | | | | For kernel's that use a split source/object build the copy of defconfig to {S} in the base kernel class is problematic. The previous solution for this was to override the do_configure of the base kernel class in a subclass. While this is still a viable/valid option, it does mean that changes to the base do_configure will be missed. The solution to this is to copy a defconfig to {B} which is typically the same as {S}, so most kernel recipes won't see or care about this change. With this change in place, linux-yocto.bbclass can drop its override of do_configure. Tested with linux-yocto and oe linux recipes. (From OE-Core rev: 4f03d922ce32f602a5a407cf422d82a0d036e4a0) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto: update LICENSE to GPLv2Bruce Ashfield2011-07-221-1/+1
| | | | | | | | | | | As reported by Koen Kooi, the LICENSE for linux-yocto can be tightened up to specifiy the particular version of the GPL. cc: Koen Kooi <koen@dominion.thruhere.net> (From OE-Core rev: 0b163efe5536555867f71561914414648b08ed24) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Sync patches with DOS line endings that became corruptedRichard Purdie2011-07-228-796/+796
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libiconv: Fix build failure on 1.13.1Khem Raj2011-07-214-2/+51
| | | | | | | | | | | It needs a different patch for 1.13.1 for autoconf'ing Rename files to libiconv-1.11.1 and have a separate directory for libiconv-1.13.1 (From OE-Core rev: f175e4f28aa835abef8c3d5e2065054416692418) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Remove unused target tree data for HobLiping Ke2011-07-211-21/+68
| | | | | | | | | | | | | Since Hob only needes package dependency information, we can create a new version of package information retrieving methods, remove task dependency information, so that we can greatly reduce data loading time for Hob (Bitbake rev: df55199209ef042e5b1ca04c4df75c7d639b51eb) Signed-off-by: Liping Ke <liping.ke@intel.com> Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* event: fix the event display order when exiting earlyChris Larson2011-07-211-2/+1
| | | | | | | | | | | | It was displaying the log messages in LIFO order, which isn't what we expect to see. Thankfully this only occurred during an early abort (e.g. config file parsing error), but those are the cases where it's very important to see accurate messages, to diagnose. (Bitbake rev: b838e0f3a1b481c295f66f5c9f561fa4d51de673) Signed-off-by: Chris Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ui/crumbs/tasklistmodel: ignore tasks and images when marking dependenciesJoshua Lock2011-07-211-4/+17
| | | | | | | | | | | | | | | When calculating what dependencies are affected by the removal of an item we should ignore images and tasks as they are not constructs which make sense in the GUI. E.g: if we don't ignore tasks and remove opkg from an image based on core-image-minimal the fact that opkg was brought in by task-core results in task-core and all of the packages it brought in being removed and, eventually, an empty image. (Bitbake rev: 205b52bfc7f28af0c50fef1f741fae6af16fb0dc) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ui/hob: don't crash if PARALLEL_MAKE doesn't include a spaceJoshua Lock2011-07-211-1/+1
| | | | | | | | | | | Use string.strip() as a much safer method of turning the -j value into an int Fixes [YOCTO #1244] (Bitbake rev: 03baee9e0a7fc15fc6c226c07c0f50df136ac5b0) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ui/crumbs/configurator: write new lines after new entriesJoshua Lock2011-07-211-1/+1
| | | | | | | | | | New entries written to a configuration file should be on separate lines, ensure this is the case by appending a newline to each written variable. (Bitbake rev: bac689fc34ea55c062d60ef249b79faa35f546a1) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ui/hob: add more guidance to the stop dialogJoshua Lock2011-07-211-1/+8
| | | | | | | | | | | | This patch adds explanation of the different options when asking the user to choose between Stop and Force Stop so they can make an informed choice. Fixes [YOCTO #1223] (Bitbake rev: afb87a809962b756f8282c9e9fdf9b15cdb9192b) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ui/crumbs/tasklistmodel: fix saving recipesJoshua Lock2011-07-211-2/+1
| | | | | | | | | | | | | After switching to dynamically finding the relative path for the recipe file it's no longer to append .bb when inserting the require line into the saved recipe. Fixes [YOCTO #1247] (Bitbake rev: 2d05ce4f527daa905ed64485029ebeb2b349daa6) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ui/crumbs/hobprefs: add missing importJoshua Lock2011-07-211-0/+1
| | | | | | | | | | | glib.idle_add is used so the glib module must be imported Fixes [YOCTO #1248] (Bitbake rev: 0ab099f6ff4cc4e92484282d2dee442e55471e0c) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* parse/ConfHandler: Fix multiline variable corruptionRichard Purdie2011-07-211-1/+1
| | | | | | | | | | | | | | | When parsing multiline variables in conf files, the last character can be accidentally removed. s2 contains new data read from the file which may or may not end with the continuation character. It makes sense to let the next loop iteration strip this if needed. We don't often use multiline expressions in .conf files which is why I'd imagine we haven't noticed this before. Most variables are quoted and its the closing quotation which often disappears. (Bitbake rev: 09a9146262d58dfe4a2ea4270026b90ae33f6c91) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* cache: fix remnant broken 'info' reference from recent cache changesChristopher Larson2011-07-211-1/+1
| | | | | | | (Bitbake rev: 807fb0b3bbad5163fdab24d379c2deba8f0b4f13) Signed-off-by: Christopher Larson <kergoth@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-start.xml: Bad links fixed.Scott Rifenbark2011-07-211-4/+4
| | | | | | | (From yocto-docs rev: c9c3859a084e871dea27cb494cdf89f9b2aa31e1) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-newbie.xml: bad links corrected. (From ↵Scott Rifenbark2011-07-211-20/+21
| | | | | | | yocto-docs rev: 77560db929ead2b4ce5cd04dd3a125b941cb4875) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-cases.xml: Docbook formatting completed.Scott Rifenbark2011-07-211-131/+392
| | | | | | | | | | Initial content in and the formatting complete. Some bad links fixed also. (From yocto-docs rev: 2461522b77c8240476a14aef8f3e94336419af56) 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: Various Robert P. J. ↵Scott Rifenbark2011-07-211-12/+18
| | | | | | | | | | | | | | | | | | | | | | | Day fixes Three issues pointed out by Robert P. J. Day. 1) Missing text for "This optional GNOME mobile-based UI, which is intended for devices with resolution but restricted size screens ..." I re-wrote this so it makes sense. 2) Scrubbed document for incorrect usage of openSUSE. There were three occurences. 3) Made several changes to the example of using a pre-built image. The arguments to the poky-qemu command did not exist (they were old). I used existing arguments now and I also bolstered up the root filesystem explanation a bit. (From yocto-docs rev: 31b7a97dfd11ff50ee6c554bf8647591021fef72) 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: fixed zypper syntaxScott Rifenbark2011-07-211-3/+3
| | | | | | | | | | Syntax did not have line-continuation characters in the zypper example. Error found by Robert P. J. Day. (From yocto-docs rev: 4ecbd3d1706336ddc691bf4ce6763a179f3f70a6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-cases.xml: Initial content added.Scott Rifenbark2011-07-211-34/+495
| | | | | | | | | | This is the initial content for the chapter. Previous content was just copied from an adt-manual chapter. (From yocto-docs rev: 145fdacb2d080b97dc033f677fccb4fa5ab8e5d3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual.xml: re-ordered the chapters for the make.Scott Rifenbark2011-07-211-2/+2
| | | | | | | (From yocto-docs rev: 0fa74f9339128d8817e7d26de5d48a54772d7274) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-model.xml: Added placeholder sections. ↵Scott Rifenbark2011-07-211-0/+20
| | | | | | | (From yocto-docs rev: 65cf216b865b2ef4185aa4c7dcd292ae3cd4c5e7) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual.xml: Added chapterScott Rifenbark2011-07-211-0/+2
| | | | | | | | | | I added the dev-manual-model.xml chapter to the list of chapters to include. (From yocto-docs rev: 513faf68cdf338b28020119266148287ea459916) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-model.xml: Initial chapterScott Rifenbark2011-07-211-0/+25
| | | | | | | | | This version of the content is a placeholder only. (From yocto-docs rev: 3c896a95f2d6593ef8af3d90829611122bef9aae) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-newbie.xml: Initial content added.Scott Rifenbark2011-07-211-30/+511
| | | | | | | | | | This content is the first cut for the chapter. The original was a copy of some adt-manual chapter. (From yocto-docs rev: 4a563c3ed1e82837410ed114a07e39a0ccaad6f7) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-start.xml: Initial content addedScott Rifenbark2011-07-211-31/+125
| | | | | | | | | | The original content of this chapter was simply a copy of an existing adt-manual file. I have added the content for the chapter. (From yocto-docs rev: cac53540d8449f605ab40775c317b613711f3a80) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-intro.xml: Initial content added.Scott Rifenbark2011-07-211-32/+103
| | | | | | | | | | New content from my working chapter. Previously this file was just a copy of one of the adt-manual chapters. (From yocto-docs rev: a50e69c19c23808d44ac4448b30394eedbbdbdab) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual.xml: Initial file with new name.Scott Rifenbark2011-07-211-0/+69
| | | | | | | (From yocto-docs rev: cd67481e8a6424b424a15dbbcbed8d39f1f6d689) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-start.xml: Initial file with new name.Scott Rifenbark2011-07-211-0/+57
| | | | | | | (From yocto-docs rev: 71ee5fd05681bdc0ec18aca724e9f69934aa2683) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documenation/dev-manual/dev-manual-newbie.xml: Initial file with new name.Scott Rifenbark2011-07-211-0/+57
| | | | | | | (From yocto-docs rev: c729ce243a09724b79cb8bfbf671b5de38e5ce76) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-intro.xml: Initial file with new name.Scott Rifenbark2011-07-211-0/+57
| | | | | | | (From yocto-docs rev: 800c4424f7163177a97ff65428b549295069d9fe) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-customization.xsl: Initial file with new ↵Scott Rifenbark2011-07-211-0/+8
| | | | | | | | | name. (From yocto-docs rev: 35de86da5ad08e26f3658c5e2d787e59ccdb3d2e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-cases.xml: initial file with new name.Scott Rifenbark2011-07-211-0/+57
| | | | | | | (From yocto-docs rev: 3ea95446595fe3e5fa21e90cde452a54f6c8dca6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual: Deleted files with bad namesScott Rifenbark2011-07-216-305/+0
| | | | | | | | | | | the make was failing due to me not following a naming convention. I renamed all the files so they have a pre-fix of 'dev-manual' and then deleted the old files that had a pre-fix of 'dev-man'. (From yocto-docs rev: a4157ece0d994d5f269c94fce71c0b598bfd6a9e) 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: gmae -> sdkScott Rifenbark2011-07-211-3/+3
| | | | | | | | | Toolchain filenames corrected. Discovered by Robert P. J. Day. (From yocto-docs rev: 3afa1d71be04c6aedafe952855a23ccbd3547b68) 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: wording change.Scott Rifenbark2011-07-211-1/+1
| | | | | | | | | | Was suggested that toolchains "should" be installed under /opt/poky. This is in fact a requirement. I replaced "should" with "must." (From yocto-docs rev: fe890b056831a84cde47f9200300491426f20c65) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/documentation/yocto-project-qs/yocto-project-qs.xml: link typo ↵Scott Rifenbark2011-07-211-1/+1
| | | | | | | fixed. (From yocto-docs rev: a73aa8d24023fb41a061b8d1a7a1a93c6b04b5b9) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/Makefile: Added support for YP Dev Manual.Scott Rifenbark2011-07-211-0/+14
| | | | | | | (From yocto-docs rev: a10ec0aed26f75605b6113b5ed16934bc2b78621) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-man-cases.xml: Initial chapter creation. (From ↵Scott Rifenbark2011-07-211-2/+2
| | | | | | | yocto-docs rev: a5c809d89eefafaf6c9f77931d5112f194eb064f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-man-newbie.xml: Initial chapter creation. (From ↵Scott Rifenbark2011-07-211-2/+2
| | | | | | | yocto-docs rev: f4e205816bd6805f6e45cc7b3fdf704368d83f1a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-man-start.xml: Initial chapter creation. (From ↵Scott Rifenbark2011-07-211-2/+2
| | | | | | | yocto-docs rev: c9dde4843a167bcb270f86baaaeef1265f3ab069) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-man-intro.xml: Initial chapter.Scott Rifenbark2011-07-211-2/+2
| | | | | | | | | Copied from existing book and title changed. (From yocto-docs rev: d522d738f527aac5449c7d7b60dd457c0e912c3e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/figures/dev-title.png: Initial file created. (From ↵Scott Rifenbark2011-07-211-0/+0
| | | | | | | yocto-docs rev: dd336b3d12586661d30f6d22d709031266cf7ed2) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-man.xml: Initial file created. (From yocto-docs ↵Scott Rifenbark2011-07-211-21/+13
| | | | | | | rev: 2a9c3657a4815ba61a89a59ae74ae5493bdf4d24) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/style.css: Added title page figure. (From ↵Scott Rifenbark2011-07-211-1/+1
| | | | | | | yocto-docs rev: e0bf4cde88e8d4ada5908b69b31cff5b14e53860) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual: Added top-level directory for Dev Manual. (From ↵Scott Rifenbark2011-07-218-0/+1281
| | | | | | | yocto-docs rev: d85283b6c1d939909c46f94750e4ff36ee42cadb) 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: changed build commandScott Rifenbark2011-07-211-2/+2
| | | | | | | | | | The example bitbake command now has the target core-image-sato. This reflects post-bernard. (From yocto-docs rev: 3ff1ee07947f301c4df2a9aea8d1aab15c5237eb) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/bsp-guide/bsp.xml: Added a note stating no example here. (From ↵Scott Rifenbark2011-07-211-0/+7
| | | | | | | yocto-docs rev: 1373b315bbe875840a75a80ea688eb025b6d80a1) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>