| Commit message (Expand) | Author | Age | Files | Lines |
* | imagetest-qemu: Allow the task to run after any rootfs is created and also st... | Richard Purdie | 2010-12-07 | 1 | -6/+15 |
* | sanity.bbclass: Warn people when TERMCMD is set to a non-installed program | Joshua Lock | 2010-12-06 | 1 | -0/+6 |
* | Drop AUTOTOOLS_STAGE_PKGCONFIG variable as its not used anywhere | Richard Purdie | 2010-12-05 | 1 | -2/+0 |
* | native.bbclass: Mark various package functions as noexec since they don't do ... | Richard Purdie | 2010-11-28 | 1 | -0/+5 |
* | native.bbclasS: Add handing to remap RDEPENDS fields and avoid crossed target... | Richard Purdie | 2010-11-28 | 1 | -1/+13 |
* | utility-tasks: Switch listtasks to use bb.plain() for printing output | Richard Purdie | 2010-11-28 | 1 | -1/+1 |
* | rm_work: Set BB_SCHEDULER as done in OE.dev to ensure disk space is freed soo... | Richard Purdie | 2010-11-28 | 1 | -0/+4 |
* | scripts/poky-env-internal/image-swab.bbclass: Remove OEROOT references | Richard Purdie | 2010-11-28 | 1 | -1/+1 |
* | utility-tasks.bbclass: Move distro related tasks to distrodata.bbclass | Dongxiao Xu | 2010-11-22 | 2 | -442/+440 |
* | sanity.bbclass: add wget to required utilities | Paul Eggleton | 2010-11-22 | 1 | -1/+1 |
* | update-alternatives.bbclass: don't expand var when appending do_install | Kevin Tian | 2010-11-21 | 1 | -2/+2 |
* | image-swab: update swabber command for latest version | Joshua Lock | 2010-11-14 | 1 | -1/+1 |
* | image-swab: introduce a class for generating swabber reports | Joshua Lock | 2010-11-14 | 1 | -0/+83 |
* | sstate.bbclass: Remove the temp sstate-build-* directories in WORKDIR | Dongxiao Xu | 2010-11-14 | 1 | -0/+3 |
* | imagetest-qemu: Add sanity test cases for scp/shutdown in target | Jiajun Xu | 2010-11-14 | 1 | -1/+1 |
* | image.bbclass/initscripts: Make /etc/timestamp usage consistent. | Gary Thomas | 2010-11-14 | 1 | -7/+3 |
* | insane.bbclass: fix qa_configure and qa_staging | Qing He | 2010-11-14 | 1 | -2/+2 |
* | base.bbclass/poky.conf: Fix INCOMPATIBLE_LICENSE Whitelist checking | Saul Wold | 2010-11-14 | 1 | -4/+5 |
* | bitbake/fetch: Allow checking of a single url at a time (massive sstate speed... | Richard Purdie | 2010-11-13 | 1 | -1/+1 |
* | sstate.bbclass: Only create symlinks to different localpath urls if the fetch... | Richard Purdie | 2010-11-13 | 1 | -2/+3 |
* | kernel: prefer the kernel produced uImage | Bruce Ashfield | 2010-11-10 | 1 | -1/+3 |
* | imagetest-qemu: Add test case for dmesg check in target | Jiajun Xu | 2010-11-10 | 1 | -2/+4 |
* | package.bbclass: make sure 'sysroots' created before lockfile | Kevin Tian | 2010-11-07 | 1 | -0/+1 |
* | meta/classes: Mark do_package_write and do_build as noexec tasks | Richard Purdie | 2010-11-06 | 2 | -0/+2 |
* | cross-canadian bbclass: replace hardcoded -pokysdk with SDK_VENDOR | Koen Kooi | 2010-11-03 | 1 | -1/+1 |
* | sstate: Provide a temporary mechanism to stop collisions between toolchain co... | Richard Purdie | 2010-11-02 | 1 | -1/+27 |
* | base/utils.bbclass: Sync up overlapping functions | Richard Purdie | 2010-11-02 | 2 | -20/+2 |
* | utils.bbclass: Add functions from OE.dev | Richard Purdie | 2010-11-02 | 1 | -5/+92 |
* | gnome.bbclass: Remove autotools_stage reference | Richard Purdie | 2010-11-02 | 1 | -1/+1 |
* | gnome.bbclass: Use BPN instead of PN and set SRC_URI name similar to OE.dev | Richard Purdie | 2010-11-02 | 1 | -3/+4 |
* | src_distribute: Set EXPORT_FUNCTIONS correctly | Richard Purdie | 2010-11-01 | 1 | -0/+2 |
* | rm_work.bbclass: Handle case where pseudo directory doesn't exist | Richard Purdie | 2010-10-23 | 1 | -1/+3 |
* | package_deb: The packaging command itself is run under fakeroot so these line... | Richard Purdie | 2010-10-22 | 1 | -2/+0 |
* | classes: Only enable fakeroot on setscene tasks with packaging | Richard Purdie | 2010-10-22 | 5 | -5/+4 |
* | sstate: Fix mirror handling for file:// urls | Richard Purdie | 2010-10-22 | 1 | -4/+11 |
* | pseudo/fakeroot: Move the pseudo directory creation into bitbake | Richard Purdie | 2010-10-22 | 5 | -1/+5 |
* | package_deb: Fix a typo meaning the debian packaging was not running in the f... | Richard Purdie | 2010-10-22 | 1 | -1/+1 |
* | package_rpm: Don't check for the existence of dvar as its never used | Richard Purdie | 2010-10-22 | 1 | -6/+1 |
* | base.bbclass: Ensure an empty do_build tasks exists to silence a warning | Richard Purdie | 2010-10-22 | 1 | -0/+3 |
* | sstate: Fix broken plaindirs support | Richard Purdie | 2010-10-22 | 1 | -2/+6 |
* | base/sstate: Add cleanall task to remove downloads and sstate cached files | Richard Purdie | 2010-10-22 | 2 | -5/+44 |
* | metadata_scm: Ensure that if an SCM isn't present, we dont print a revision o... | Richard Purdie | 2010-10-21 | 1 | -3/+6 |
* | distrodata: Modify Distro tracking spreadsheet | Saul Wold | 2010-10-15 | 2 | -10/+51 |
* | Revert "meta-toolchain: Update the way ld.so.cache is handled" | Richard Purdie | 2010-10-14 | 1 | -4/+0 |
* | meta-toolchain: Update the way ld.so.cache is handled | Richard Purdie | 2010-10-13 | 1 | -0/+4 |
* | sanity.bbclass: ensure 32it libc is correctly detected | Joshua Lock | 2010-10-13 | 1 | -1/+5 |
* | rm_work: Fix interaction issues with pseudo | Richard Purdie | 2010-10-12 | 1 | -1/+6 |
* | Add Summary/Description support to packaging | Mark Hatle | 2010-10-11 | 3 | -8/+33 |
* | rootfs: Update ROOTFS_PKGMANAGE to include atp/zypper | Richard Purdie | 2010-10-11 | 2 | -2/+2 |
* | package_rpm: Disable nativesdk/canadian package indexes for now as these are ... | Richard Purdie | 2010-10-11 | 1 | -2/+3 |