| Commit message (Expand) | Author | Age | Files | Lines |
* | ref-manual: First draft of the "Image Generation" section | Scott Rifenbark | 2013-09-22 | 1 | -0/+91 |
* | dev-manual, ref-manual, Makefile: Added image generation figure | Scott Rifenbark | 2013-09-22 | 3 | -2/+2 |
* | ref-manual, mega-manual: Updated figure for source fetching | Scott Rifenbark | 2013-09-22 | 3 | -1/+1 |
* | ref-manual: Fixed "fsroot" typo to "rootfs". | Scott Rifenbark | 2013-09-22 | 1 | -1/+1 |
* | ref-manual: Added variable description for IMAGE_POSTPROCESS_COMMAND. | Scott Rifenbark | 2013-09-22 | 1 | -0/+14 |
* | ref-manual: Added variable description for ROOTFS_POSTPROCESS_COMMAND. | Scott Rifenbark | 2013-09-22 | 1 | -0/+14 |
* | ref-manual: Added variable description for IMAGE_ROOTFS. | Scott Rifenbark | 2013-09-22 | 1 | -0/+10 |
* | ref-manual: Fixed IMAGE_FSTYPES to specify formats instead of format. | Scott Rifenbark | 2013-09-22 | 1 | -1/+1 |
* | ref-manual: Added three new variable descriptions to the glossary | Scott Rifenbark | 2013-09-22 | 1 | -4/+78 |
* | ref-manual: Updated the PATCHTOOL variable description. | Scott Rifenbark | 2013-09-22 | 1 | -2/+6 |
* | dev-manual: Updated the "Best Practices" section. | Scott Rifenbark | 2013-09-22 | 1 | -6/+6 |
* | kernel-dev: Updated the in-tree metadata section | Scott Rifenbark | 2013-09-22 | 1 | -0/+14 |
* | documentation: Updated poky.ent to have the YP 1.5 code name | Scott Rifenbark | 2013-09-22 | 1 | -1/+1 |
* | dev-manual: Added new section on "Best Practices" | Scott Rifenbark | 2013-09-22 | 1 | -58/+188 |
* | dev-manual: Updated "Toaster" section to be API-only. | Scott Rifenbark | 2013-09-22 | 1 | -2/+49 |
* | conf/local.conf.sample: update for new testimage class | Paul Eggleton | 2013-09-22 | 1 | -17/+3 |
* | bblayers.conf.sample: use ##OEROOT## instead of ##COREBASE## | Ross Burton | 2013-09-22 | 1 | -5/+5 |
* | distro: remove anjuta-remote-run from distro_alias and maintainers | Ross Burton | 2013-09-22 | 2 | -2/+0 |
* | bitbake: tests/data: Whitespace in key names is a really bad idea | Richard Purdie | 2013-09-22 | 1 | -15/+15 |
* | bitbake: data_smart: Variable references don't contain newlines, spaces or tabs | Richard Purdie | 2013-09-22 | 1 | -1/+1 |
* | bitbake: hob: populate "Save image" dialog when saving changes to a custom im... | Cristiana Voicu | 2013-09-22 | 1 | -0/+8 |
* | bitbake: bin/bitbake: Improve --help text | Richard Purdie | 2013-09-22 | 1 | -30/+29 |
* | bitbake: build: Add BB_TASK_NICE_LEVEL to task code | Richard Purdie | 2013-09-22 | 1 | -0/+8 |
* | bitbake: bitbake: runqueue: add task hash to Queue events | Alexandru DAMIAN | 2013-09-22 | 1 | -0/+5 |
* | bitbake: bitbake: event: adding generic event for metadata usage | Alexandru DAMIAN | 2013-09-22 | 2 | -0/+11 |
* | bitbake: bitbake: cooker, command: add a command to return global data | Alexandru DAMIAN | 2013-09-22 | 2 | -0/+24 |
* | bitbake: bitbake: cooker: get extra information from recipe cache | Alexandru DAMIAN | 2013-09-22 | 3 | -22/+36 |
* | bitbake: bitbake: build, runqueue: adds info to the *runQueue* events | Alexandru DAMIAN | 2013-09-22 | 2 | -0/+12 |
* | bitbake: bitbake: cooker,runqueue: send the task dependency tree | Alexandru DAMIAN | 2013-09-22 | 2 | -1/+9 |
* | bitbake: bitbake: cooker,xmlrpc,servers: implement CookerFeatures | Alexandru DAMIAN | 2013-09-22 | 9 | -39/+87 |
* | gcc-target: Fix libatomic dependency tracking issues | Richard Purdie | 2013-09-22 | 3 | -1/+43 |
* | gzipnative: Ensure dependencies apply to do_unpack and do_populate_lic | Richard Purdie | 2013-09-22 | 1 | -0/+2 |
* | btrfs-tools: Fix parallel make issue | Richard Purdie | 2013-09-22 | 2 | -0/+28 |
* | uboot-config.bbclass: Handle UBOOT_MACHINE setting | Otavio Salvador | 2013-09-22 | 1 | -1/+17 |
* | u-boot, u-boot-fw-utils, u-boot-fw-utils-cross: Use uboot-config class | Otavio Salvador | 2013-09-22 | 3 | -19/+3 |
* | uboot-config.bbclass: Use an annonymous python function | Otavio Salvador | 2013-09-22 | 1 | -7/+5 |
* | oprofileui-server: use two digit initscript sequene | Ross Burton | 2013-09-22 | 1 | -1/+1 |
* | libpam: only use pam_systemd.so if systemd is enabled | Ross Burton | 2013-09-22 | 2 | -2/+4 |
* | x11vnc: respect zeroconf DISTRO_FEATURE to enable Avahi support | Ross Burton | 2013-09-22 | 1 | -4/+4 |
* | pseudo: force NO32LIB to true for nativesdk | Randy MacLeod | 2013-09-22 | 1 | -0/+1 |
* | runqemu: set qemuarm memory size back to 128MB | Laurentiu Palcu | 2013-09-22 | 1 | -1/+1 |
* | classes/imagetest-qemu: remove old image testing class | Paul Eggleton | 2013-09-22 | 54 | -2411/+0 |
* | classes/sanity: test for DISPLAY being set with testimage class | Paul Eggleton | 2013-09-22 | 1 | -3/+3 |
* | classes/testimage-auto: add class to allow automatically running image tests | Paul Eggleton | 2013-09-22 | 2 | -0/+26 |
* | classes/testimage: remove odd characters in comments | Paul Eggleton | 2013-09-22 | 1 | -3/+3 |
* | findutils_4.2.31: backport fixes for doc build errors | Jackie Huang | 2013-09-22 | 2 | -0/+54 |
* | libunistring: remove the test to convert euc-jp in configure | Jackie Huang | 2013-09-22 | 2 | -1/+45 |
* | pciutils: remove pcimodules | Roy Li | 2013-09-22 | 3 | -352/+9 |
* | lib/oeqa/runtime: cleanup and improve output readability for some tests | Stefan Stanacar | 2013-09-22 | 3 | -14/+9 |
* | lib/oeqa/utils: sshcontrol: log how long the last command take | Stefan Stanacar | 2013-09-22 | 1 | -3/+6 |