summaryrefslogtreecommitdiffstats
path: root/meta/classes
Commit message (Expand)AuthorAgeFilesLines
...
* populate_sdk: Allow for attempt only packages in the SDKMark Hatle2012-07-034-5/+8
* populate_sdk.bbclass: Split into two partsMark Hatle2012-07-032-87/+93
* Fix manual log file pathsMark Hatle2012-07-035-10/+10
* package.bbclass: Add missing PKGR, PKGV, PKGE and ALTERNATIVE variables from ...Richard Purdie2012-07-021-1/+1
* package_deb: When searching for E:, anchor expressionRichard Purdie2012-07-021-1/+1
* EXTRA_IMAGEDEPENDS is used to ensure things like qemu-native are built and th...Richard Purdie2012-07-021-3/+5
* kernel-arch: Remove test for long-dead arm26 architecture.Robert P. J. Day2012-07-021-2/+1
* bitbake.conf: disable ccache explicitly if it is not enabledRobert Yang2012-06-281-0/+1
* archiver.bbclass: Add the function of filtering packagesXiaofeng Yan2012-06-281-1/+70
* gconf.bbclass: don't register schemas in the install stageRoss Burton2012-06-281-2/+10
* native.bbclass: correct PATH to have native-intercept be prependedSaul Wold2012-06-281-1/+1
* kern-tools: add buildall and robustness fixesBruce Ashfield2012-06-281-1/+1
* classes/image: Allow openssh empty passwords login.Lianhao Lu2012-06-282-0/+9
* distrodata: Fix missed VARIABLE name changeSaul Wold2012-06-251-1/+1
* cml1.bbclass: Only delay exit if the command failsDarren Hart2012-06-251-1/+1
* recipes-kernel: make perf a standalone packageLiang Li2012-06-211-6/+1
* kernel: save $kerndir/tools and $kerndir/lib from pruningBruce Ashfield2012-06-211-1/+1
* package_rpm.bbclass: fix incremental rpm generationRobert Yang2012-06-211-3/+13
* classes/cml1: ensure -c menuconfig forces a rebuild next timePaul Eggleton2012-06-211-0/+16
* kernel.bbclass: pass KERNEL_VERSION to depmod calls in postinstMartin Jansa2012-06-211-2/+2
* bitbake.conf: add PN-bin and cleanup lib_package.bbclassSaul Wold2012-06-211-7/+7
* lib_package: remove the -dev listSaul Wold2012-06-211-5/+3
* binconfig: add *-config files to the -dev packageSaul Wold2012-06-211-0/+2
* debian.bbclass: invoke target objdumpJames Limbouris2012-06-181-1/+1
* distrodata: cleanup after moving distro_tracking_fieldsSaul Wold2012-06-151-42/+14
* sanity.bbclass: warn the user if BBPATH contains wrong entriesLaurentiu Palcu2012-06-131-0/+11
* cmd1.bbclass: Ensure ncurses is built and used for menuconfig tasksRichard Purdie2012-06-121-1/+7
* package_rpm: Verify that the package manifests are not emptyMark Hatle2012-06-121-25/+34
* rootfs_rpm.bbclass: Update database configuration fileMark Hatle2012-06-122-31/+32
* package_rpm: Add capability to directly query packageoriginMark Hatle2012-06-121-9/+9
* rpm: Upgrade RPM to 5.4.8 (db to 5.3.15)Mark Hatle2012-06-121-10/+12
* gnomebase: add GNOME_COMPRESS_TYPE variableSaul Wold2012-06-121-1/+2
* cmake.bbclass: Add OECMAKE_C_LINK_FLAGS and OECMAKE_CXX_LINK_FLAGS variablesKhem Raj2012-06-111-0/+4
* rootfs_rpm.bbclass: save rpmlib rather than remove itRobert Yang2012-06-082-1/+11
* archiver.bbclass: Reduce some duplication for function get_licensesXiaofeng Yan2012-06-081-11/+12
* insane.bbclass: Make ldd exec_prefix error reporting easier to readMark Hatle2012-06-081-4/+16
* license.bbclass: optimize pkg runtime dataElizabeth Flanagan2012-06-051-23/+21
* license.bbclass: Adding PV to package.manifestElizabeth Flanagan2012-06-051-0/+2
* archiver.bbclass: Improve the usability for the archiver classesXiaofeng Yan2012-06-051-2/+4
* cpan.bbclass: Fix config error while patches to Makefile.PLXin Ouyang2012-06-051-0/+1
* update-alternatives: Fix absolute symlink handlingRichard Purdie2012-05-301-1/+5
* package.bbclass: Add warning about FILES containing '//'Richard Purdie2012-05-301-0/+3
* Revert "meta: replace os.popen with subprocess.Popen"Richard Purdie2012-05-307-53/+38
* classes/sanity: fix a couple of grammatical errors in messagesPaul Eggleton2012-05-301-2/+2
* ccache: Separate out into its own classRichard Purdie2012-05-303-2/+7
* scripts/cp-noerror: Add a special copy function to fix autotools issuesRichard Purdie2012-05-301-2/+1
* classes/sanity: send sanity check failure as a separate event for HobPaul Eggleton2012-05-301-3/+13
* classes/sanity: remove broken TARGET_ARCH checkPaul Eggleton2012-05-301-4/+0
* meta: replace os.popen with subprocess.PopenRobert Yang2012-05-307-38/+53
* meta: replace os.system with subprocess.callRobert Yang2012-05-3011-47/+66