summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* libgcc: Package additional *crt*.o files for PPCSaul Wold2012-05-311-1/+1
| | | | | | | | | | | | WARNING: For recipe libgcc, the following files/directories were installed but not shipped in any package: WARNING: /usr/lib/powerpc-poky-linux/4.6.4/ecrti.o WARNING: /usr/lib/powerpc-poky-linux/4.6.4/ncrti.o WARNING: /usr/lib/powerpc-poky-linux/4.6.4/ecrtn.o WARNING: /usr/lib/powerpc-poky-linux/4.6.4/ncrtn.o (From OE-Core rev: 580d734ddc928aaaac9acaa248427b01731074f2) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* binutils: add embedspu for ppc buildsSaul Wold2012-05-311-0/+1
| | | | | | | | | WARNING: For recipe binutils, the following files/directories were installed but not shipped in any package: WARNING: /usr/bin/embedspu (From OE-Core rev: 15c8ea4d35edbcaf03c94aba06ded85851679157) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bdwgc: Set ARM_INSTRUCTION_SET to "arm"Ken Werner2012-05-311-0/+2
| | | | | | | | | | | | | The bdwgc recipe uses a version of libatomic that fails when building in Thumb mode. This has been fixed upstream already. The pulseaudio/libatomics-ops_1.2.bb has the same issue and sets the ARM_INSTRUCTION_SET to "arm" (probably until a new version gets pulled in). This patch applies the same workaround to the bdwgc/bdwgc_20110107.bb recipe. (From OE-Core rev: 544fe63b6a861129ea15f4cd37952e513ab0013e) Signed-off-by: Ken Werner <ken.werner@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gthumb: Disable parallel make for gthumb installDarren Hart2012-05-311-0/+2
| | | | | | | | | | | | | | | | With PARALLEL_MAKE set to 14, I frequently see the gthumb do_install task hang. Make is spinning at 100% CPU and the build makes no more progress. The following work-around proposed by Richard Purdie allows progress to be made. (From OE-Core rev: e933129ddb8ae55d618b5875fca26bc46fcb100b) Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Joshua Lock <josh@linux.intel.com> CC: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python: use PKGSUFFIX for libpython2Andreas Oberritter2012-05-311-3/+6
| | | | | | | | | | | | | | * python-nativesdk shouldn't provide libpython2, but libpython2-nativesdk. (From OE-Core rev: 260dfd9ccbf7d1e0ed60256aaf80fed5bf0c24e2) Signed-off-by: Andreas Oberritter <obi@opendreambox.org> [PR Bump - sgw] Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* connman: backport test script fixesOtavio Salvador2012-05-313-1/+108
| | | | | | | | | | Those fixes are required to get the test scripts to work with current 0.79 DBus API. (From OE-Core rev: aadeb3199d1b34369b63810696b9d61a86afb31d) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* connman: Fix linking with gold linkerKhem Raj2012-05-312-1/+37
| | | | | | | | | | | | | | | | Fixes errors like below /home/kraj/work/angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/x86_64-linux/usr/libexec/armv5te-angstrom-linux-gnueabi/gcc/arm-angstrom-linux-gnueabi/4.6.3/ld: error: hidden symbol '__start___debug' is not defined locally /home/kraj/work/angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/x86_64-linux/usr/libexec/armv5te-angstrom-linux-gnueabi/gcc/arm-angstrom-linux-gnueabi/4.6.3/ld: error: hidden symbol '__stop___debug' is not defined locally collect2: ld returned 1 exit status make[1]: *** [plugins/loopback.la] Error 1 (From OE-Core rev: 3e6e97b40f8cb9568993c5cc65d73189ec6b7b8a) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/yocto-project-qs/yocto-project-qs.xml: added quotesScott Rifenbark2012-05-011-1/+1
| | | | | | | | | | Need quotes around the INHERIT statement. Reported-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> (From yocto-docs rev: b040ab0cf8e776c04fc787ba09722327b60913f2) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-kernel-appendix.xml: grammar fixScott Rifenbark2012-05-011-2/+2
| | | | | | | (From yocto-docs rev: 8f62155b56f82c705f05585d2ab68d4a4af5a501) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-kernel-appendix.xml: Removed KMACHINEScott Rifenbark2012-05-011-2/+2
| | | | | | | | | | | The example that compliles the altered code will not run now when the KMACHINE statement is in the linux-yocto_3.2.bbappend file. I have commented it out of the book. (From yocto-docs rev: 112a10a32ba3d7b24f22e25e39202b717571cbf0) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-kernel-appendix.xml: updated KSRCScott Rifenbark2012-05-011-1/+1
| | | | | | | | | The KSRC example needs "_3_2" at the end of the variable. (From yocto-docs rev: 99bf77dd648b28c2d425d23215383b7c733b054d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-kernel-appendix.xml: added quotesScott Rifenbark2012-05-011-1/+1
| | | | | | | | | | | | Turns out the KSRC_linux_yocto ?= /home/scottrif/linux-yocto-3.2.git statement in the linux-yocto_3.2.bbappend file in poky-extras needs quote characters around the pathname. I updated the example statement. (From yocto-docs rev: bcdb8d230f20bf69567380d562c991ff6eeb41cd) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-kernel-appendix.xml: kernel machine updateScott Rifenbark2012-05-011-2/+2
| | | | | | | | | | Found two instances of "yocto/standard/common-pc/base". this should now be "standard/default/common-pc/base". (From yocto-docs rev: d710bc868409ad21bdf9e63c042ec40b0d305ad0) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-kernel-appendix.xml: 3.0 to 3.2Scott Rifenbark2012-05-011-3/+3
| | | | | | | | | | The kernel used for example is no linux-yocto_3.2. I changed all occurences of yocto_3.0 over to yocto_3.2 (From yocto-docs rev: c3585a0fec0381a88071004660ab96016f9674e2) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-kernel-appendix.xml: formatting fixScott Rifenbark2012-05-011-3/+3
| | | | | | | (From yocto-docs rev: 1d1a5059163749b5adecf9432ffc5e2f2207acf4) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-kernel-appendix.xml: altered exampleScott Rifenbark2012-05-011-2/+4
| | | | | | | | | | | The example code with the printk statements needed to be altered. And the wording supporting the example was modifyied to be more generic. (From yocto-docs rev: 4d03fe2e08dbdcab438aae551e9696e11a3e4477) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-kernel-appendix.xml: updated cpuinitScott Rifenbark2012-05-011-3/+4
| | | | | | | | | | Looks like calibrate_delay(void) changed in the example. Updated to the most recent code. (From yocto-docs rev: 402af7d379b0df5e97b1863aa627aad98ceb5e6f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-kernel-appendix.xml: output updatedScott Rifenbark2012-05-011-2/+3
| | | | | | | | | | | Updated the example sets up the bare clone. The shell output changed because the upstream repo changed to "origin/standard/default/common-pc/base". (From yocto-docs rev: 72077ca9e7db747cbccc4d9d8deabfa424c6147c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/Makefile: Added denzil specific .PNG file logicScott Rifenbark2012-05-011-2/+2
| | | | | | | | | | | A new figure was needed in the Kernel appendix. I added that figure to the block of code that creates the tarball for the denzil branch. (From yocto-docs rev: cb3997cad15f7bf6f812f939a3fe4dcac955376d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual: New figure just for denzilScott Rifenbark2012-05-013-1/+1
| | | | | | | | | | | | New image needed for Denzil. I created a new file named "kernel-example-repos-denzil.png" and copied it to the Figures folder. I also deleted the "kernel-example-repos.png" image. (From yocto-docs rev: 150b4c01cce283ae8de29f51a2e4e7dcb60281ca) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-bsp-appendix.xml: updated hddimg exampleScott Rifenbark2012-05-011-1/+1
| | | | | | | | | | | In the "Building and Booting the Image" section there is an example .hddimg file. I updated the file to be the actual file used during the BSP example build. (From yocto-docs rev: ce759fb3d4e5e22f0928cdd03c17c0b5d9f4167b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-bsp-appendix.xml: BBLAYER updateScott Rifenbark2012-05-011-4/+5
| | | | | | | | | | For 1.2 you evidently need to add $HOME/poky/meta-intel to your bblayers.conf file. (From yocto-docs rev: 05bb85dd133d8da0697cd4414b05dde2a636b737) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-bsp-appendix.xml: wording updatedScott Rifenbark2012-05-011-2/+4
| | | | | | | | | | Wording for linux-yocto_3.2.bbappend file updated to support the addition o fhte KBRANCH variable. (From yocto-docs rev: 6bd32650f1004055ac67157f96ab62abf5883047) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-bsp-appendix.xml: mymachine.confScott Rifenbark2012-05-011-1/+1
| | | | | | | | | edited it to now include the PREFERRED_VERSION variable. (From yocto-docs rev: 6ddd56cbcec752e27b2bbf0fc687af79b2249377) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-bsp-appendix.xml: recipes-kernel updateScott Rifenbark2012-05-011-21/+20
| | | | | | | | | | The section on changing recipes-kernel was way out of date. I updated all relavent changes. (From yocto-docs rev: b9f954983447e45766a0bf785285c0591fe9d340) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-bsp-appendix.xml: 3.2 for 3.0Scott Rifenbark2012-05-011-11/+11
| | | | | | | | | Kernel used in now 3.2 and not 3.0. (From yocto-docs rev: 8ee757e0d4f97f7652de2c9ee1556c142920596a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-bsp-appendix.xml: added layerdependsScott Rifenbark2012-05-011-0/+4
| | | | | | | | | | The layer.conf file now uses a LAYERDEPENDS variable. I added that to the example. (From yocto-docs rev: 09f4d9e74ceccb3053a36d2a3deed5cc3d3be157) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-bsp-appendix.xml: changed kernelScott Rifenbark2012-05-011-1/+1
| | | | | | | | | The kernel in mymachine.conf had to be changed from 3.0 to 3.2 (From yocto-docs rev: 8a385bfa11298251fd80445d6fd2da6034d6b9dc) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-bsp-appendix.xml: Output updatedScott Rifenbark2012-05-011-0/+1
| | | | | | | | | | The output for creating and switching to the denzil branch for meta-intel needed updated. (From yocto-docs rev: 54602beb1aa56521c7f5812803724ff53bf11bf1) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-bsp-appendix.xml: Bad variableScott Rifenbark2012-05-011-2/+2
| | | | | | | | | | The variable substitution had to be changed from "&DISTRO_NAME;-6.0.0.tar.bz2" to "&DISTRO_NAME;-&POKYVERSION;.tar.bz2". (From yocto-docs rev: 8ed6cb5e2b56dee3fa8d127b449183ae141a9153) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-bsp-appendix.xml: Added linkScott Rifenbark2012-05-011-1/+2
| | | | | | | | | Created a link to the Yocto Project Files term. (From yocto-docs rev: 32d7d7008ebcb0b25f77b855025c7059526b9694) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-bsp-appendix.xml: typo corrected.Scott Rifenbark2012-05-011-1/+1
| | | | | | | (From yocto-docs rev: 73eba4180162fcd6570ae90c6cac1b16088d4a01) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-bsp-appendix.xml: Bad variableScott Rifenbark2012-05-011-1/+1
| | | | | | | | | | Had to remove "poky-" from the front of this variable that resolves to a YP Files top-level name from the tarball. (From yocto-docs rev: d01d5bd6c4d1fd754d4fccc087d557058d6a5733) 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: Fixed a bad link title.Scott Rifenbark2012-05-011-2/+2
| | | | | | | (From yocto-docs rev: 0b59afe539b2adc3459c1e22404136d81250d292) 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: Better wording.Scott Rifenbark2012-05-011-1/+1
| | | | | | | (From yocto-docs rev: bb3fa5eeed2784b415d009ae07c39149adc1a147) 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 BitBakeScott Rifenbark2012-05-011-1/+1
| | | | | | | | | | | | | Throughout the documentation set I have refered to the YP build system generically in order to avoid use of the "Poky" term. Richard has suggested that we refer to the actual thing that does the building. So I have added BitBake to this particular sentence to refer to the tool. (From yocto-docs rev: 4d52fc9c8d1e1cbfca99590fcaa09392f5d235bf) 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: Fixed poor references.Scott Rifenbark2012-05-011-4/+4
| | | | | | | (From yocto-docs rev: 91885c11cc33a10b3d65006304bf5a6ca748f13f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/figures/kernel-overview-3.png: Removed fileScott Rifenbark2012-05-011-0/+0
| | | | | | | | | | This file was replaced by a release-specific file named "kernel-overview-3-denzil. (From yocto-docs rev: e9604111299d3699105225302c43a25e7b2730b1) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: release-specific figure needed for denzil in dev-manualScott Rifenbark2012-05-013-4/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | dev-manual/dev-manual-model.xml: The Bare Clone and Copy of the Bare Clone figures are out of date for denzil. These needed to be re-done so they use "linux-yocto-3.2.git" and "my-linux-yocto-3.0-work" as the root names. This presents a Makefile issue when making the denzil and pre-denzil versions of the manuals. Whenever you use a different figure for a different release, you need to involve the BRANCH variable in the Makefile. This is necessary because you are using different figures in the generated tarballs. The set of figures could be unique to the release. The outdated figure is "kernel-overview-3.png" and will eventually be removed (later commit). I created a new figure named "kernel-overview-3-denzil.png" and used that in the dev-manual-model.xml file. documentation/Makefile: I updated the Makefile to test for a "denzil" release build and if so include the new file in the generated tarball. This commit adds the new .PNG file as well. Fixed the Makefile so that if you don't supply a BRANCH value, it uses the latest figures (denzil). (From yocto-docs rev: 49552b12a967f97eb4d75477895bf32f61d69aa6) 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: Wording changeScott Rifenbark2012-05-011-1/+1
| | | | | | | | | | Changed the Note wording to work with the list and not be specific to a number of supported kernels. (From yocto-docs rev: a6ffe0834c0ed76ec09315f34c65888c20eed958) 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: Updated wording for listScott Rifenbark2012-05-011-1/+1
| | | | | | | | | | The list specifically named four kernels supported. I changed it so it would say "several kernels". (From yocto-docs rev: b6c34f86c1f3724c1416b8fb7770e1c33587e065) 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: BSP Layer step updatedScott Rifenbark2012-05-011-6/+14
| | | | | | | | | Several things out-of-date for step five of the BSP Creation overview. (From yocto-docs rev: ec06bd4f7bb1764e4a37328a51923d7b707d19e6) 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: Fixed linkScott Rifenbark2012-05-011-3/+3
| | | | | | | | | | The link and wording to the YP Downloads page on the website was wrong. Fixed it up. (From yocto-docs rev: 5baf847c9b5b8af07c8945921352d3aba2a9cfa8) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-common-tasks.xml: Font corrected.Scott Rifenbark2012-05-011-1/+1
| | | | | | | (From yocto-docs rev: 0fab3eecf7f67ae890ff4fc2f6c12fed4aa4d897) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-common-tasks.xml: Section name fixed.Scott Rifenbark2012-05-011-1/+1
| | | | | | | (From yocto-docs rev: 6c5724d8c0e75efc22dd2f4477a797afeaed5347) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-common-tasks.xml: fixed pathScott Rifenbark2012-05-011-1/+2
| | | | | | | | | | Added more detail to the pathname for the example formfactor_0.0.bbappend file. (From yocto-docs rev: 32e60999494bb5b69d683008ad804613e4b99d07) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-common-tasks.xml: link and output fixedScott Rifenbark2012-05-011-5/+6
| | | | | | | | | | | | Fixed a reference to Yocto Project Files and provided a link. Put in an updated version of the meta/recipes-bsp/formfactor/ formfactor_0.0.bb file in the example. (From yocto-docs rev: 05001174d2337a91e839e991a3e9ecd6657a56f4) 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: shell output examples updatedScott Rifenbark2012-05-011-14/+12
| | | | | | | | | | Updated various shell output examples created from cloning various Git repositories, etc. (From yocto-docs rev: ed167b1643a60ab30c09c2f42baebf781564ca20) 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: updated output for bare cloneScott Rifenbark2012-05-011-5/+5
| | | | | | | | | | Updated the shell output example when user creates a bare clone of kernel. We use linux-yocto-3.2 here. (From yocto-docs rev: e24beac8c8b6c65f94b71f36bf9f5d918ee4375e) 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: Tag example fixedScott Rifenbark2012-05-011-3/+3
| | | | | | | | | | | | | | The example that creates a local branch based on a release tag in the "Repositories, Tags, and Branches" section was not optimal. Darren Hart informed me that naming a local branch the same name as a tag confuses Git. Plus, the "-b" option was mis-placed. Renamed the local branch to have "my-" in front of it and moved the "-b" option earlier in the command. (From yocto-docs rev: 24ab16d18fb317efb86d2c4ddb2ac1a1449df519) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>