aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes
AgeCommit message (Expand)Author
2017-10-06utils.bbclass: Support applications with arguments in check_app_exist()Nikolay Merinov
2017-10-06staging.bbclass: handle postinst-useradd-* fixmesMikko Ylinen
2017-10-06image_types: Fix bmaptool support for RSSTom Rini
2017-10-06goarch.bbclass: rework mips architecture checksMatt Madison
2017-10-06cml1: remove diffconfig return code checkingBruce Ashfield
2017-09-26wic: remove systemd-boot for x32Saul Wold
2017-09-25sign_rpm.bbclass: force rpm serial signingLeonardo Sandoval
2017-09-25meta: drop True option to getVar callsMing Liu
2017-09-25go: disable PIE flags for cgoMatt Madison
2017-09-25goarch.bbclass: fixups for Go mips32 supportMatt Madison
2017-09-25classes: drop image dependencies on TOPDIR variablePaul Eggleton
2017-09-25useradd-staticids: don't create username-group if gid is specifiedAndré Draszik
2017-09-25staging: Reduce verbosity of log messagesRichard Purdie
2017-09-25uboot-extlinux: fix extlinux creation race (take 2)André Draszik
2017-09-25kernel-devicetree.bbclass: Add support to generate append to kernelOtavio Salvador
2017-09-25kernel-fitimage: support MIPS (compressed)André Draszik
2017-09-25kernel-uboot: support compressed kernel on MIPSAndré Draszik
2017-09-25kernel-uimage: optimise UBOOT_ENTRYSYMBOL supportAndré Draszik
2017-09-25kernel-fitimage: unbreak UBOOT_ENTRYSYMBOL supportAndré Draszik
2017-09-25kernel-fitimage: sanitize dtb section name (unbreak MIPS)André Draszik
2017-09-22sanity: check that path variables don't use ~Ross Burton
2017-09-22sanity: correct Python version sanity checkRoss Burton
2017-09-21kernel.bbclass: build host programs with native sysrootsWenzong Fan
2017-09-21image.bbclass: Sorted ctypes to avoid basehash errorGerson Fernando Budke
2017-09-21classes/image: move image_qa to between rootfs and imageRoss Burton
2017-09-21classes/image_live: fix using squashfs as image filesystemTomasz Meresiński
2017-09-21cross-canadian.bbclass: drop TARGET_* flags overridesMing Liu
2017-09-21classes/externalsrc: delete symlinks at start of do_buildcleanPaul Eggleton
2017-09-21go.bbclass: set TMPDIR during compilationMatt Madison
2017-09-21go: fix linking issues for nativesdk buildsMatt Madison
2017-09-18useradd.bbclass: Unify writing of script file in useradd_sysroot_sstate()Peter Kjellerstedt
2017-09-18useradd: don't override pseudo environmentRoss Burton
2017-09-18bitbake.conf: Add default FILESYSTEM_PERMS_TABLESMark Hatle
2017-09-18devtool: ensure recipes devtool is working on are unlocked within the eSDKPaul Eggleton
2017-09-18devtool: rework source extraction so that dependencies are handledPaul Eggleton
2017-09-13python*native.bbclass: suppress user site dirsMartin Kelly
2017-09-13goarch.bbclass: set ARM_INSTRUCTION_SET to "arm"Matt Madison
2017-09-13go.bbclass: Add ptest supportOtavio Salvador
2017-09-13go.bbclass: Add "ldflags" to QA skip listOtavio Salvador
2017-09-13go.bbclass: add support linking against shared runtimeMatt Madison
2017-09-13goarch.bbclass: identify archs with Go dynamic linking supportMatt Madison
2017-09-13insane: consider INSANE_SKIP without package-specifier tooRoss Burton
2017-09-13insane: don't pass skip list to functions which don't respect itRoss Burton
2017-09-13kernel: Move Device Tree support to kernel.bbclassOtavio Salvador
2017-09-12image_types: support lz4 compressed squashfsEnrico Scholz
2017-09-12go.bbclass: enable nativesdk builds for Go packagesMatt Madison
2017-09-12go.bbclass: clean up CGO_xxx settingsMatt Madison
2017-09-12go.bbclass: remove some xxx_FINAL variablesMatt Madison
2017-09-12go.bbclass: remove GO_GCFLAGS nad GO_LDFLAGSMatt Madison
2017-09-12go: split out go-runtime into separate recipeMatt Madison