summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* ref-manual: Added kernel module split class.Scott Rifenbark2013-12-111-0/+10
| | | | | | | (From yocto-docs rev: d320d2df41ac4082b1773f1480ad01c62df47999) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added kernel-arch class.Scott Rifenbark2013-12-111-0/+10
| | | | | | | (From yocto-docs rev: 0f07277b4ab7850ca5aa39ef6e8e926351069771) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bitbake: bitbake: runqueue: Fix hole in setsceneverify skipped task logicRichard Purdie2013-12-111-2/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | We have do_bundle_initramfs which is a task inserted after compile and before build. It is not covered by sstate. If we run a build with a valid sstate cache present, the setsceneverify function realises it will rerun the do_compile step (due to the bundle_initramfs task) and hence marks do_populate_sysroot to rerun. do_install, a dependency of do_populate_sysroot is left as marked as covered by sstate. What we need to do is traverse the dependency tree for any setsceneverify invalided task and ensure any dependencies are also invalidated. We can stop at any point we reach another setscene task though. This means the do_populate_sysroot task has the data from do_install available and doesn't crash. (Bitbake master rev: f21910157d873c030b149c4cdc5b57c5062ab5a6) (Bitbake rev: 1484905373ad717cedcaef37a0addde034ebdc60) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bitbake: bitbake: build.py: add single-quotes around already-expanded ↵Peter Seebach2013-12-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | directory name If the computed name of a directory contains an undefined variable reference, bitbake dutifully creates a directory with a name that has ${...} in it. However, the actual task script created then tries to cd to that directory, and the cd command fails, because no such directory exists -- because the shell has helpfully removed the ${...} which did not match any actual variables. Since we want the name to be used exactly-as-is, add single quotes around the name so this doesn't cause strange failures running tasks, which allows us to progress past such failures and get to a point where they can be diagnosed. (Bitbake master rev: 2809c2e6f2f35f9b08058950be896947ab5a0284) (Bitbake rev: 3059ee335b7ae1bf77d6fd02e66ea5ba37d96c7b) Signed-off-by: Peter Seebach <peter.seebach@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bitbake: bitbake: fetch2: Fix handling of SCM mirrors in MIRRORSRichard Purdie2013-12-111-0/+4
| | | | | | | | | | | | | | | | | | | If an SCM mirror is in PREMIRRORS, the tarball is downloaded and then found by the "upstream" check and handled correctly. If an SCM mirror is in MIRRORS, the tarball is downloaded but not used since there is no "upstream" run after MIRRORS completes. It therefore sits there useless and unused. This code change forces the upstream to run after a mirror tarball is found and fixes the usage of SCM mirrors in MIRRORS. (Bitbake master rev: a66ee0994645aa5658b2f5ea134ed17d89f8751a) (Bitbake rev: 98d2cd8576a8d035e2b073cd54bb737a3c22bc4d) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bitbake: bitbake: monitordisk: lower inode check warning to noteOlof Johansson2013-12-111-1/+1
| | | | | | | | | | | | | | | Filesystems like btrfs and reiserfs sets the inode count to 0, since they don't have an inode concept. This is expected, and having a warning show up every time you run bitbake can cause undue concern. (Bitbake master rev: f3ac2d3678f48c68a250a0a20c08cf8687322d38) (Bitbake rev: 04e2a1e4e3b3580660cdd3926caadeb0a9fbd4d3) Signed-off-by: Olof Johansson <olof.johansson@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bitbake: bitbake: cooker/command: Add error state for the server and use for ↵Richard Purdie2013-12-112-1/+4
| | | | | | | | | | | | | | | | | | pre_serve errors Currently if errors occur when starting the PR service, there is a race that occurs since the UI runs various commands including starting builds before processing the CookerExit(). By adding the error state and refusing to run async commands in this mode, builds are prevented from starting and the UI reaches the exit code with the system shutting down cleanly. (Bitbake master rev: 42fa34142ea685f91115a551e74416ca28ef1c91) (Bitbake rev: bc2e0796c1846d1567db6343b24b85fd7dba9163) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bitbake: perforce: Fix path subdirectory issuesRichard Purdie2013-12-031-1/+1
| | | | | | | | | | | | | | | | | | | | With a SRC_URI = " \ p4://depot/folder/...;module=localfolder/localsubfolder;changeslist=${P4CHANGELIST} \ " the subfolders of //depot/folder/... get renamed when mapped to the local folder structure. They lose the first 3 letters. This patch fixes that. Issue reported by and patch sent from katutxakurra@gmail.com [YOCTO #5380] (Bitbake master rev: 40e06dc459d9c0b5d42d65b2d2c846196fd36b1f) (Bitbake rev: df0f92cdc925fe7f3bb2e6afe76cf10b0656ead6) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bitbake: fetch/hg: Improve user/password handlingVolker Vogelhuber2013-12-031-2/+8
| | | | | | | | | | | | | | Trying to use a server with username and password authentication within the URL of the SRC_URI variable doesn't appear to work. This patch adds the missing parts to the hg fetcher to make this work properly. (Bitbake master rev: dc3d6d73e44802c203b3f7247f6f212acc2f69bf) (Bitbake rev: 76b50d0d72c4e2b03fc53fade255e87c1922e88d) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bitbake: fetch2/svn.py: use log instead of info to retrieve revisionNicolas Dechesne2013-12-031-6/+8
| | | | | | | | | | | | | | | | | | | | | We have faced a corner case situation where the 'last changed revision' returned from svn info is wrong. It happens when the last revision is a directory move. e.g. if we assume that the svn repository at revA has root/x/y/z/foo/bar and it is moved to root/a/b/c/foo/bar in revB, then svn info 'last change revision' will return revA. As such when using AUTOREV, we are going to attempt to retrieve root/a/b/c/foo/bar (as per SRC_URI) but at revA when it did not exist. So this patch changes how we retrieve the latest revision and uses 'svn log --limit 1' which gives correct result in all tested cases. (Bitbake master rev: 17d8ef0b813a05c231e3dbe6e8bc82a4a9b1d2f8) (Bitbake rev: d14e532f07f31b99c55bec9d87470eb54251c8db) Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Revert "utils.bbclass: Fix override ordering for FILESPATH"Richard Purdie2013-12-031-5/+4
| | | | | | | | | | This reverts commit 0bd63125c3b44a656e44f2a76cc5f832c9db4bbd. As discussed on the mailing list, this change changes layer layout in a stable branch which is unaccetable. The was accidentally backported and should not have been, this reverts it. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added the insserve class.Scott Rifenbark2013-12-031-0/+12
| | | | | | | (From yocto-docs rev: 39e76367c5f5489209af7bb7cb040a621076fb06) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added the image_types_uboot class.Scott Rifenbark2013-12-031-0/+9
| | | | | | | (From yocto-docs rev: ebaacf429cec81b17440255e67e00711e6e65258) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Edits to image_types class.Scott Rifenbark2013-12-031-5/+5
| | | | | | | | | | Noticed that this class file name is "image_types.bbclass" and not "image-types.bbclass". Fixed it. (From yocto-docs rev: 354aa820a13f2dcff32e8a24cbce477c3d6b54f6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added the image-types class.Scott Rifenbark2013-12-031-0/+25
| | | | | | | (From yocto-docs rev: 135ebbb8644525f3d85e128f510a650331623058) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added the image-swab class.Scott Rifenbark2013-12-031-0/+15
| | | | | | | (From yocto-docs rev: 8dfc65cf8911ac91fa0bc0a9aa8298f9e1328ec8) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added image-mklibs and image-prelink classes.Scott Rifenbark2013-12-031-0/+48
| | | | | | | (From yocto-docs rev: ec9783ab26661167149be02b3e24c86154309b97) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added image-vmdk class.Scott Rifenbark2013-12-031-0/+12
| | | | | | | (From yocto-docs rev: 7f3212cc983d25db94db57c214dbe8d49ef4b912) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added image-live class and updated IMAGE_FSTYPES variable.Scott Rifenbark2013-12-032-0/+19
| | | | | | | | | | | Added a note to the existing IMAGE_FSTYPES variable based on using "live" as an image type. Need to be sure that appears before inherit line in the recipe. (From yocto-docs rev: 248ad730ad78c74c242d212c5a61c0cf83057f14) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added image-empty.bbclass to undocumented class list.Scott Rifenbark2013-12-031-0/+1
| | | | | | | | | I accidently removed this so had to add it back in. (From yocto-docs rev: c763a70118c20581176981f6380a427adb6b8a45) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Removed image-empty.bbclass from undocumented list.Scott Rifenbark2013-12-031-1/+0
| | | | | | | (From yocto-docs rev: 55aeadaa89524dcb1ad0926703abc43758ca69b7) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Placed the ICECC_CC variable as entry point for "I" variables.Scott Rifenbark2013-12-031-1/+1
| | | | | | | (From yocto-docs rev: e977266065c8645a4bfa73a72f047a9e40d4bbd2) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added icecc class and several ICECC_* variables.Scott Rifenbark2013-12-032-0/+219
| | | | | | | | | | | | | | | | | | New variables added for: ICECC_CC ICECC_CXX ICECC_ENV_EXEC ICECC_PATH ICECC_USER_CLASS_BL ICECC_USER_PACKAGE_BL ICECC_USER_PACKAGE_WL ICECC_VERSION (From yocto-docs rev: 89ae30f5351cf26926f2a53c42163dd3418e05c3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Edits to the GRUB_GFXSERIAL variable.Scott Rifenbark2013-12-031-1/+4
| | | | | | | | | Told where to set this variable. (From yocto-docs rev: 6984f3ea58479e855762d0ab2e1d68f3e0759655) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added gzipnative class.Scott Rifenbark2013-12-031-0/+10
| | | | | | | (From yocto-docs rev: 431572a20e8175dc513daedb5f28efe8291a6606) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added the gtk-immodules-cache class and GTKIMMODULES_PACKAGES ↵Scott Rifenbark2013-12-032-0/+41
| | | | | | | | | variable. (From yocto-docs rev: 2c5476591e932951ed77c0b09265610cd102e2c7) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added gtk-icon-cache class.Scott Rifenbark2013-12-031-1/+9
| | | | | | | (From yocto-docs rev: c19238e50847518695ae6e46d63e353757059495) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added gtk-doc class.Scott Rifenbark2013-12-031-0/+11
| | | | | | | (From yocto-docs rev: 075a9afac196d129eaec8bed4e6bb3ebfb5fe9f7) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added gsettings class.Scott Rifenbark2013-12-031-0/+14
| | | | | | | (From yocto-docs rev: 7322722d67ea3c29f9ea62ee062344fd6d930e68) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added grub-efi class and supporting variables.Scott Rifenbark2013-12-032-1/+128
| | | | | | | | | | Created glossary entries for the GRUB_GFXSERIAL, LABELS, APPEND, GRUB_OPTS, and GRUB_TIMEOUT variables. (From yocto-docs rev: a9a1dc6775d8c479b06fcadc51eb01ac27bef62d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Fixed class name gtext to gettext.Scott Rifenbark2013-12-031-3/+3
| | | | | | | | | I put this name in wrong in the original commit. (From yocto-docs rev: c68ab8404a693de9ba6b229317c6fb5d78060b10) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added gnome, gnomebase, gtk-icon-cache, and mime classesScott Rifenbark2013-12-031-0/+41
| | | | | | | | | | The entries for gtk-icon-cache and mime are placeholders only with this commit. (From yocto-docs rev: f6325cef06186cfe50c164bf2b536209e8a97e90) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Addedt gtext class.Scott Rifenbark2013-12-031-0/+12
| | | | | | | (From yocto-docs rev: ca8fd78455c583799509eb2447bc3fbadd91517d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added gconf class.Scott Rifenbark2013-12-031-0/+15
| | | | | | | (From yocto-docs rev: 8f0c43b15f47344a8b42be954af097ab1bdfbabe) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added fontcache class and FONT_PACKAGES variable.Scott Rifenbark2013-12-032-0/+38
| | | | | | | (From yocto-docs rev: 6e091001cabeca1d7427e6c74058b0c5b9204938) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added extrausers class and EXTRA_USERS_PARAMS variable.Scott Rifenbark2013-12-032-0/+72
| | | | | | | (From yocto-docs rev: e339505941f620ff74cd1bdd5f652c341baf2aad) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added classes_distro_features class.Scott Rifenbark2013-12-031-0/+20
| | | | | | | (From yocto-docs rev: 94dfec1c0fe0131371ffcb28472efbc5dcc71510) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added distrodata class.Scott Rifenbark2013-12-031-0/+9
| | | | | | | (From yocto-docs rev: d7b1a1ec7024f00c6934398025e9fcebd504c4bd) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added deploy class.Scott Rifenbark2013-12-031-5/+25
| | | | | | | (From yocto-docs rev: f7c60be2dad01cdb6d0d5462c40c68217191bcd6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added crosssdk class.Scott Rifenbark2013-12-031-0/+13
| | | | | | | (From yocto-docs rev: 0af692cc483ec22e79c8cbf15407920bd0c8fcd8) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added cross-canadian class.Scott Rifenbark2013-12-031-1/+13
| | | | | | | (From yocto-docs rev: a6300fde4fc3292caa497684d9f2143436845484) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added cross class.Scott Rifenbark2013-12-031-0/+9
| | | | | | | (From yocto-docs rev: 421fbc549e8905a144d152af356f4d7e8c68305a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added core-image class.Scott Rifenbark2013-12-031-0/+12
| | | | | | | (From yocto-docs rev: a3aa92bb1089962febab9dbb152a4cb71489e7d6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added the copyleft_compliance class.Scott Rifenbark2013-12-031-0/+14
| | | | | | | (From yocto-docs rev: d546cd482a5d90929d7ed0ed177bf030d26b941a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added the cml1 class.Scott Rifenbark2013-12-031-0/+9
| | | | | | | (From yocto-docs rev: d865a82be42b7c0d4928fbe56b6e05609992c6c2) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added the cmake class.Scott Rifenbark2013-12-031-0/+13
| | | | | | | (From yocto-docs rev: 599538fe8e25aa4445097a9d1c83fa196d80b433) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added the clutter class.Scott Rifenbark2013-12-031-0/+10
| | | | | | | (From yocto-docs rev: 1bf7123de6be760a12e3056a9ff03bb9bac1369e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added the chrpath class.Scott Rifenbark2013-12-031-0/+12
| | | | | | | (From yocto-docs rev: 48f9e29437a6e55fbd88b92e746ca6af02f35605) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added the ccache class.Scott Rifenbark2013-12-031-0/+14
| | | | | | | (From yocto-docs rev: 12c98bd349188f0c9555b326792330e70afc4b5d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added BUILDSTATS_BASE variable description.Scott Rifenbark2013-12-031-0/+14
| | | | | | | (From yocto-docs rev: a755fa4283d966e657cee94e2165c87283494caa) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>