- Apr 10, 2015
-
-
Scott Rifenbark authored
A cut-and-paste error had left a "package_deb" string in the first sentence of the section. Replaced with "package_rpm." Reported-by:
Geoffroy VanCutsem <geoffroy.vancutsem@intel.com> (From yocto-docs rev: 38b20d775ba41cb14d86177dddd85ada32fb3f86) Signed-off-by:
Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Scott Rifenbark authored
Fixes [YOCTO #7559] Removed the information stating that the port address 12345 is used. Really what happens is a random port address is used. (From yocto-docs rev: f469c2431b26593a762e348e9c5d0e84c582eab8) Signed-off-by:
Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Scott Rifenbark authored
Updated this according to some changes Richard and Paul wanted to see make it into the 1.8 release. Reported-by:
Paul Eggleton <paul.eggleton@intel.com> (From yocto-docs rev: f571e35169818355fea2a20715df3e8f7405134f) Signed-off-by:
Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Scott Rifenbark authored
(From yocto-docs rev: 1c67a2a19d5dd75030928c6f571d516e5edd0b99) Signed-off-by:
Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Scott Rifenbark authored
(From yocto-docs rev: 8e418e1b203d749bd939bf0f109fb8fce6053ceb) Signed-off-by:
Scott Rifenbark <scott.m.rifenbark@intel.com>
-
- Apr 02, 2015
-
-
Richard Purdie authored
(From OE-Core rev: fbf82a3c5d891c298073077edcd894293ea4d8e3) Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Scott Rifenbark authored
The previous commit did not fix the problem. This one does. (From yocto-docs rev: d19c2096018db0127d11814ddcba919ad469e428) Signed-off-by:
Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Scott Rifenbark authored
(From yocto-docs rev: 36f9685837da5d202372933bfa895e8a3724dd5c) Signed-off-by:
Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Scott Rifenbark authored
Some steps updated according to Belen and a video link fixed to not point to Belen's Youtube area. (From yocto-docs rev: 557c22fdd287160f6aabac0928ce6bd8d6af3394) Signed-off-by:
Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Scott Rifenbark authored
(From yocto-docs rev: f33dee9e57a8adc18d4674f97c0f77ccbbb4a6e5) Signed-off-by:
Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Scott Rifenbark authored
This was incorrectly stated as 'bitbake -c install' in two places. I substituted the correct string. (From yocto-docs rev: fe54de82cff054d4319c635a0ddba2de7cc6ebd6) Signed-off-by:
Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Scott Rifenbark authored
(From yocto-docs rev: 9509c22e6e9fb1dfaabe634cb554f1f68d8ea434) Signed-off-by:
Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Scott Rifenbark authored
This should be it unless there are late coming comments. (From yocto-docs rev: cb32e3330a6fe2d26425f8765689749afcd989e9) Signed-off-by:
Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Scott Rifenbark authored
(From yocto-docs rev: b8c7fad5404eb111c0d6a39fae6e9ffcb4a615ba) Signed-off-by:
Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Scott Rifenbark authored
(From yocto-docs rev: 536117974fb08c1c6739af9c8200b228a59b7f6d) Signed-off-by:
Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Ed Bartosh authored
Rpm database in staging area is used only by createrepo. createrepo fails with the error "rpmdb: BDB0060 PANIC: fatal region error detected" if rpm database is broken during previous run of createrepo. Made createrepo to create rpm db in $WORKDIR/rpmdb/ from scratch for every build and architecture. This should potentially fix the failure as every run of createrepo will be using separate db. [YOCTO #6571] (From OE-Core rev: db21bdcba5e2f646f0dc47295e8ea7e4d49a880d) Signed-off-by:
Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Ed Bartosh authored
--dbpath option can be used in cases where users don't want createrepo to use system rpm db to avoid possible collisiouns with other programs. For bitbake builds it would be possible to specify different databases even for every createrepo run. Considering that rootfs builds can run multiple createrepo in parallel, it can help to avoid race conditions caused by accessing or creating the same rpm database by multiple createrepo instances at the same time. (From OE-Core rev: 32324c0d7f669083cc7066e6dfc8c58248fb5429) Signed-off-by:
Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Robert Yang authored
Fixed a typo: name-target-directory -> make-target-directory There is no name-target-directory, it should be make-target-directory, this fixed the error: /bin/bash: /path/to/elf/runtime-linker.T: No such file or directory Makefile:361: recipe for target '/path/to/elf/runtime-linker.st' failed (From OE-Core rev: ff1366b0c9db9425d2a29eb823116353f3856dbb) Signed-off-by:
Robert Yang <liezhi.yang@windriver.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Robert Yang authored
Fixed parallel issue: libtool: link: `bt_rec.lo' is not a valid libtool object Makefile:867: recipe for target 'libdb-6.0.la' failed make: *** [libdb-6.0.la] Error 1 (From OE-Core rev: 14b7787cfb1318e67ac2721c0d9d5dbf5be9dec4) Signed-off-by:
Robert Yang <liezhi.yang@windriver.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
- Apr 01, 2015
-
-
Scott Rifenbark authored
I added xlstproc to Fedora and CentOS package lists for building out the docs. I abbreviated the list of references in the end chapter by leaving just the main URLs for bigger areas such as Intel, OE, etc. Then I put in a link that goes back to the dev-manual list of other informations as that is much more comprehensive. (From yocto-docs rev: 81667b85cd8c639dd32cd5a8f614b4c890eb4dde) Signed-off-by:
Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Scott Rifenbark authored
(From yocto-docs rev: 35a92477897652a9af2b1a257a4576926612e054) Signed-off-by:
Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Scott Rifenbark authored
(From yocto-docs rev: f3704c61a6def095cd6632ce2ad223ea84e35dac) Signed-off-by:
Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Scott Rifenbark authored
(From yocto-docs rev: 63e73beca3b7d084c4776f296d3310a31dafcfc4) Signed-off-by:
Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Scott Rifenbark authored
(From yocto-docs rev: 77e3a4c704836e599b8ef6b13e68ec783e6d642d) Signed-off-by:
Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Scott Rifenbark authored
(From yocto-docs rev: 848dc6afa663a6730953736cf50f58130da30181) Signed-off-by:
Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Scott Rifenbark authored
Removed an out-dated note near the bottom regarding a distro we don't support (From yocto-docs rev: 4211914f16d4ab01182633785068b56a258c0d04) Signed-off-by:
Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Scott Rifenbark authored
(From yocto-docs rev: 41a835409a912e55b37a64492ad2fe99fd412214) Signed-off-by:
Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Scott Rifenbark authored
We did not have time to do this for 1.8. So, I restored the look of the glossary pre-images. I did leave commented code in both the glossary chapter and the style sheet for later. (From yocto-docs rev: 9f1472b7d4cd86545e7927b0f693aafc88ae2791) Signed-off-by:
Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Scott Rifenbark authored
Fixes [YOCTO #7535] Removed this from two places. (From yocto-docs rev: d169ce99610745e8c1b4b53d898f526e557af665) Signed-off-by:
Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Scott Rifenbark authored
I moved the note that tells the user they have to initialize the virtual environment every time before starting Toaster to the correct location. I had it misplaced. (From yocto-docs rev: 65258338e1ffb92ded573ea3b447b424b5f5fa97) Signed-off-by:
Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Scott Rifenbark authored
(From yocto-docs rev: a94d6dec039d9b60468c0b26d48b9aa76c300afb) Signed-off-by:
Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Scott Rifenbark authored
Applied some suggestions from Paul Eggleton to downplay the role of this variable. It is basically ignored now in all parts of the manual set except for the descriptions of the variable itself and the BBLAYERS variable. I added some text reinforcing the fact that BBLAYERS_NON_REMOVABLE is ignored by the build system and only matters if you are using Hob. (From yocto-docs rev: 98112751aaec6e25de48d9e3ee56592be3f53a07) Signed-off-by:
Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Scott Rifenbark authored
Applied review edits from Paul Eggleton. (From yocto-docs rev: 4815556b6c9f45ce230afede7cb3b2aadf0bef1c) Signed-off-by:
Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Scott Rifenbark authored
Applied review comments from Paul Eggleton. (From yocto-docs rev: 403c9ae5443eaf2a115e2224f07ee19f98c8139d) Signed-off-by:
Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Scott Rifenbark authored
I could not get the embedded vids working very well. So we defaulted to just linking to the Youtube locations directly. (From yocto-docs rev: 95bef674ec04eec94f568ab00b94f7174d456011) Signed-off-by:
Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Scott Rifenbark authored
The user must re-initialize the virtual environment (if installed) prior to starting Toaster each time. (From yocto-docs rev: b0daa23784f17778f758b0572f90f9293a822812) Signed-off-by:
Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Scott Rifenbark authored
The docs are not building on CentOS and we think it is due to the XSL templates being called for the Eclipse parts. I located all the "current" templates and switched them out for "1.76.1" version as are used by the mainstream doc builds. (From yocto-docs rev: afbddde6524630433dfec973bbe886de32395bc8) Signed-off-by:
Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Scott Rifenbark authored
Trevor wrote a nice paper (tutorial) on the use of devtool that I found to be very helpful in developing the information for this new workflow. I decided to publicly credit this effort with a small footnote near the top of the section. (From yocto-docs rev: 97d234f2d535f85e5a50ac4e7f0c0a79579cd004) Signed-off-by:
Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Scott Rifenbark authored
Paul Eggleton reviewed the section. (From yocto-docs rev: 82d9750b4349b3c54f73118ec7d65f0bb96e3f7a) Signed-off-by:
Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Scott Rifenbark authored
The figures I added are for the Toaster manual. (From yocto-docs rev: fb9bb83e48afd2e7d24d68f0c167d8d64f5d25fd) Signed-off-by:
Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-