| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | base.bbclass: fix CLEANBROKEN logic | Ross Burton | 2014-12-05 | 1 | -1/+1 |
* | image.bbclass: whitespace | Michael Jones | 2014-12-05 | 1 | -3/+3 |
* | image.bbclass: remove comment that readonly only works for sysvinit | Michael Jones | 2014-12-05 | 1 | -1/+0 |
* | Revert "qt4*.bbclass: disable build qt on mips64 with 64 bits userspace" | Jackie Huang | 2014-12-05 | 2 | -6/+0 |
* | kernel-yocto.bbclass: fix shell syntax error | Paul Eggleton | 2014-12-05 | 1 | -1/+1 |
* | cmake: supply CMAKE_AR in toolchain file | Cody P Schafer | 2014-12-05 | 1 | -0/+2 |
* | toolchain-script: Add support for ccache builds with the SDK | Laszlo Papp | 2014-12-03 | 1 | -0/+2 |
* | compress_doc.bbclass: support update-alternatives | Hongxu Jia | 2014-12-03 | 1 | -1/+45 |
* | compress_doc.bbclass: improve manual file detection | Hongxu Jia | 2014-12-03 | 1 | -4/+7 |
* | metadata_scm: Fix crash due to uncaught python exception | Merten Sach | 2014-12-03 | 1 | -1/+1 |
* | package.bbclass: Create empty key/value if not there for shlib_provider | Khem Raj | 2014-12-03 | 1 | -0/+2 |
* | uboot-config.bbclass: don't skip defaultval | Ross Burton | 2014-12-03 | 1 | -3/+0 |
* | base.bbclass: don't skip defaultval | Ross Burton | 2014-12-03 | 1 | -2/+0 |
* | distrodata_class: checkpkg make usage of latest_versionstring methods in bitb... | Aníbal Limón | 2014-11-28 | 1 | -449/+43 |
* | toaster.bbclass: use the openembedded-core name | Alexandru DAMIAN | 2014-11-28 | 1 | -1/+1 |
* | useradd.bbclass: set PSEUDO_PASSWD consistent with root directory | Peter A. Bigot | 2014-11-25 | 1 | -0/+2 |
* | image.bbclass: search both rootfs and native staging for passwd files | Peter A. Bigot | 2014-11-25 | 1 | -1/+3 |
* | spdx.bbclass: improved error handling and code cleanup | Tobias Olausson | 2014-11-20 | 1 | -135/+119 |
* | toolchain-scripts.bbclass: Export KCFLAGS to ensure sysroot is provided | Otavio Salvador | 2014-11-20 | 1 | -0/+1 |
* | meta-environment: Fix config-site with a multilib config | Mark Hatle | 2014-11-12 | 2 | -5/+7 |
* | ncurses, busybox, cml1.bbclass: Fix menuconfig display corruption | Jason Wessel | 2014-11-09 | 1 | -2/+3 |
* | image-buildinfo.bbclass: new class, writes build information to image | Alejandro Hernandez | 2014-11-09 | 2 | -15/+79 |
* | package/prserv: Merge two similar functions into one | Richard Purdie | 2014-11-09 | 2 | -45/+38 |
* | base: Make PRINC warning an error | Richard Purdie | 2014-11-09 | 1 | -1/+1 |
* | base: Improve makefile clean handling, introduce CLEANBROKEN variable | Richard Purdie | 2014-11-09 | 1 | -1/+2 |
* | image_types.bbclass: whitespace and reorder | Peter A. Bigot | 2014-11-06 | 1 | -1/+15 |
* | insane.bbclass: add condition for build-deps | Chong Lu | 2014-11-06 | 1 | -25/+26 |
* | toaster.bbclass: read elapsed time from the stats file | Alexandru DAMIAN | 2014-11-06 | 1 | -13/+23 |
* | image_types.bbclass: Make ubi depend on ubifs | Pascal Bach | 2014-11-04 | 1 | -0/+2 |
* | license.bbclass: canonicalise the licenses named with 'X+' | Jackie Huang | 2014-11-04 | 1 | -2/+9 |
* | systemd: don't add files and dependencies from units Conflicts | Ross Burton | 2014-11-04 | 1 | -4/+1 |
* | multilib.bbclass/package_manager.py: fix <multilib>-meta-toolchain build failure | Hongxu Jia | 2014-11-04 | 1 | -0/+1 |
* | multilib.bbclass: fix incorrect TARGET_VENDOR in multilib image | Hongxu Jia | 2014-11-04 | 1 | -0/+3 |
* | classes/image: remove obsolete MULTILIB_VENDORS | Hongxu Jia | 2014-11-04 | 1 | -11/+0 |
* | cmake: Try and improve cleaning of builds when B==S | Richard Purdie | 2014-10-30 | 1 | -0/+2 |
* | base.bbclass: Enable using 'make clean' for rebuilds | Richard Purdie | 2014-10-30 | 1 | -1/+14 |
* | autotools: Use make clean for builds not supporting B != S | Richard Purdie | 2014-10-30 | 1 | -1/+5 |
* | mklibs: Fix loader for mipsel | Khem Raj | 2014-10-30 | 1 | -1/+1 |
* | rm_work: Speed up rootfs/populate_sdk removal | Richard Purdie | 2014-10-30 | 1 | -0/+13 |
* | kernel-yocto: fix branch validation for AUTOREV, non machine_meta kernels | Bruce Ashfield | 2014-10-24 | 1 | -6/+8 |
* | native.bbclass: use BUILD_* variables | Ross Burton | 2014-10-24 | 1 | -10/+11 |
* | kernel.bbclass: Create modules directory even if there is no modules installed | He Zhe | 2014-10-24 | 1 | -0/+1 |
* | archiver: fix truncation of src_rev | Joe Slater | 2014-10-24 | 1 | -2/+2 |
* | spdx.bbclass: improved stability, fixed SPDX compliance issues. Changes are r... | Tobias Olausson | 2014-10-24 | 1 | -49/+105 |
* | sstate.bbclass: Fix up white space lost in last commit. | Peter Urbanec | 2014-10-18 | 1 | -20/+20 |
* | sstate.bbclass: specify func dirs for sstate_hardcode_path | Wenzong Fan | 2014-10-18 | 1 | -0/+5 |
* | package_deb: skip pre/postrm scripts on upgrade, write only one shebang | Andreas Oberritter | 2014-10-11 | 1 | -2/+15 |
* | package_do_shlibs: Look for provider in the path thats in shlib_provider dict... | Khem Raj | 2014-10-10 | 1 | -1/+4 |
* | toolchains-scripts: Add support for target environment scripts | Richard Purdie | 2014-10-10 | 1 | -0/+5 |
* | sstate.bbclass: split the too long line | Robert Yang | 2014-10-10 | 1 | -1/+22 |